Home
last modified time | relevance | path

Searched refs:DUMPBITS (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/gzip/
Dinfblock.c147 DUMPBITS(3) in inflate_blocks()
149 DUMPBITS(t) in inflate_blocks()
168 DUMPBITS(3) in inflate_blocks()
174 DUMPBITS(3) in inflate_blocks()
178 DUMPBITS(3) in inflate_blocks()
234 DUMPBITS(14) in inflate_blocks()
244 DUMPBITS(3) in inflate_blocks()
279 DUMPBITS(t) in inflate_blocks()
287 DUMPBITS(t) in inflate_blocks()
289 DUMPBITS(i) in inflate_blocks()
Dinfcodes.c125 DUMPBITS(t->bits) in inflate_codes()
163 DUMPBITS(j) in inflate_codes()
173 DUMPBITS(t->bits) in inflate_codes()
196 DUMPBITS(j) in inflate_codes()
Dinfutil.h76 #define DUMPBITS(j) {b>>=(j);k-=(j);} macro