Searched refs:_tr_tally_lit (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | deflate.h | 308 # define _tr_tally_lit(s, c, flush) \ macro 326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
|
D | deflate.c | 1538 _tr_tally_lit (s, s->window[s->strstart], bflush); 1650 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1669 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1727 _tr_tally_lit (s, s->window[s->strstart], bflush);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.h | 323 # define _tr_tally_lit(s, c, flush) \ macro 341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
|
D | deflate.c | 1708 _tr_tally_lit (s, s->window[s->strstart], bflush); 1823 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1842 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1914 _tr_tally_lit (s, s->window[s->strstart], bflush); 1954 _tr_tally_lit (s, s->window[s->strstart], bflush);
|