Go to the documentation of this file.
29 #define SIZE (COUNT * 4)
43 for (i = 0; i <
COUNT; i++)
48 for (i = 0; i <
COUNT; i++) {
53 fprintf(stderr,
"get_ue_golomb: expected %d, got %d. bits: %7x\n",
59 #define EXTEND(i) (i << 3 | i & 7)
61 for (i = 0; i <
COUNT; i++)
66 for (i = 0; i <
COUNT; i++) {
71 fprintf(stderr,
"get_ue_golomb_long: expected %d, got %d. "
72 "bits: %8x\n",
EXTEND(i), j, s);
78 for (i = 0; i <
COUNT; i++)
83 for (i = 0; i <
COUNT; i++) {
87 if (j != i - COUNT / 2) {
88 fprintf(stderr,
"get_se_golomb: expected %d, got %d. bits: %7x\n",