Home
last modified time | relevance | path

Searched refs:inflate_table (Results 1 - 25 of 32) sorted by relevance

12

/third_party/node/deps/v8/third_party/zlib/
H A Dinfback.c104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
388 ret = inflate_table(CODES, state->lens, 19, &(state->next),
462 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinftrees.h30 /* op values as set by inflate_table():
46 inflate_table() calls in inflate.c and infback.c. If the root table size is
53 /* Type of code to build for inflate_table() */
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dzconf.h139 # define inflate_table z_inflate_table macro
544 #pragma map(inflate_table,"INTABL")
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() function
H A Dchromeconf.h134 #define inflate_table Cr_z_inflate_table macro
/third_party/node/deps/zlib/
H A Dinfback.c96 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
103 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
375 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflateBack()
449 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflateBack()
458 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflateBack()
H A Dinftrees.h30 /* op values as set by inflate_table():
46 inflate_table() calls in inflate.c and infback.c. If the root table size is
53 /* Type of code to build for inflate_table() */
60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
H A Dzconf.h142 # define inflate_table z_inflate_table macro
561 #pragma map(inflate_table,"INTABL")
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table() function
H A Dchromeconf.h137 #define inflate_table Cr_z_inflate_table macro
/third_party/libwebsockets/win32port/zlib/
H A Dinfback.c95 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
379 ret = inflate_table(CODES, state->lens, 19, &(state->next),
454 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
463 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinftrees.h30 /* op values as set by inflate_table():
46 inflate_table() calls in inflate.c and infback.c. If the root table size is
53 /* Type of code to build for inflate_table() */
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dzconf.h101 # define inflate_table z_inflate_table macro
424 #pragma map(inflate_table,"INTABL")
H A Dinflate.c42 * - Split ptr - 257 statements in inflate_table() to avoid compiler warnings
262 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
269 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
910 ret = inflate_table(CODES, state->lens, 19, &(state->next),
985 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
994 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() function
/third_party/skia/third_party/externals/zlib/
H A Dinfback.c104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
388 ret = inflate_table(CODES, state->lens, 19, &(state->next),
462 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinftrees.h30 /* op values as set by inflate_table():
46 inflate_table() calls in inflate.c and infback.c. If the root table size is
53 /* Type of code to build for inflate_table() */
60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dzconf.h139 # define inflate_table z_inflate_table macro
544 #pragma map(inflate_table,"INTABL")
H A Dchromeconf.h134 #define inflate_table Cr_z_inflate_table macro
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() function
/third_party/zlib/
H A Dinfback.c96 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
103 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
375 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflateBack()
449 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflateBack()
458 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflateBack()
H A Dinftrees.h30 /* op values as set by inflate_table():
46 inflate_table() calls in inflate.c and infback.c. If the root table size is
53 /* Type of code to build for inflate_table() */
60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
H A Dzconf.h130 # define inflate_table z_inflate_table macro
538 #pragma map(inflate_table,"INTABL")
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table() function
/third_party/zlib/test/
H A Dinfcover.c625 /* we need to call inflate_table() directly in order to manifest not- in cover_trees()
632 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()
636 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()
638 fputs("inflate_table not enough errors\n", stderr); in cover_trees()

Completed in 17 milliseconds

12