mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-18 01:23:36 -04:00
3 lines
169 B
C
3 lines
169 B
C
/* 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 */
|