Go to the documentation of this file.
31 #define SIZE (COUNT * 4)
45 for (i = 0; i <
COUNT; i++)
50 for (i = 0; i <
COUNT; i++) {
55 fprintf(stderr,
"get_ue_golomb: expected %d, got %d. bits: %7x\n",
61 #define EXTEND(i) (i << 3 | i & 7)
63 for (i = 0; i <
COUNT; i++)
68 for (i = 0; i <
COUNT; i++) {
73 fprintf(stderr,
"get_ue_golomb_long: expected %d, got %d. "
74 "bits: %8x\n",
EXTEND(i), j, s);
80 for (i = 0; i <
COUNT; i++)
85 for (i = 0; i <
COUNT; i++) {
89 if (j != i - COUNT / 2) {
90 fprintf(stderr,
"get_se_golomb: expected %d, got %d. bits: %7x\n",