mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 21:35:03 +00:00
4 lines
169 B
C
4 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 */
|