You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* This file provides the bit-probabilities for the input file */
|
|
#define BIT_DIVIDER 629
|
|
static int bits[9] = { 179,167,183,165,159,198,178,119,}; /* ia32 .so files */
|
|
|