Searched refs:DISTS (Results 1 – 16 of 16) sorted by relevance
/external/opencv3/3rdparty/zlib/ |
D | inftrees.c | 212 (type == DISTS && used > ENOUGH_DISTS)) 281 (type == DISTS && used > ENOUGH_DISTS))
|
D | inftrees.h | 57 DISTS enumerator
|
D | infback.c | 111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
|
D | inflate.c | 290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 1009 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
|
/external/zlib/src/ |
D | inftrees.c | 212 (type == DISTS && used > ENOUGH_DISTS)) 281 (type == DISTS && used > ENOUGH_DISTS))
|
D | inftrees.h | 57 DISTS enumerator
|
D | infback.c | 111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
|
D | inflate.c | 290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 1009 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
|
/external/pdfium/third_party/zlib_v128/ |
D | inftrees.c | 212 (type == DISTS && used > ENOUGH_DISTS)) in inflate_table() 281 (type == DISTS && used > ENOUGH_DISTS)) in inflate_table()
|
D | inftrees.h | 57 DISTS enumerator
|
D | infback.c | 111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables() 471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflateBack()
|
D | inflate.c | 290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables() 1009 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflate()
|
/external/zlib/src/contrib/infback9/ |
D | inftree9.h | 56 DISTS enumerator
|
D | inftree9.c | 206 (type == DISTS && used >= ENOUGH_DISTS)) 274 (type == DISTS && used >= ENOUGH_DISTS))
|
D | infback9.c | 77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work); in makefixed9() 456 ret = inflate_table9(DISTS, state->lens + state->nlen,
|
/external/zlib/src/test/ |
D | infcover.c | 631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees() 635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()
|