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()
243 DUMPBITS(3) in inflate_blocks()
277 DUMPBITS(t) in inflate_blocks()
285 DUMPBITS(t) in inflate_blocks()
287 DUMPBITS(i) in inflate_blocks()
Dinfcodes.c124 DUMPBITS(t->bits) in inflate_codes()
162 DUMPBITS(j) in inflate_codes()
171 DUMPBITS(t->bits) in inflate_codes()
194 DUMPBITS(j) in inflate_codes()
Dinfutil.h76 #define DUMPBITS(j) {b>>=(j);k-=(j);} macro