Home
last modified time | relevance | path

Searched refs:STORED (Results 1 - 22 of 22) sorted by relevance

/third_party/zlib/contrib/infback9/
H A Dinflate9.h14 STORED, /* i: waiting for stored size (length and complement) */ enumerator
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
H A Dinfback9.c280 mode = STORED; in inflateBack9()
303 case STORED: in inflateBack9()
/third_party/node/deps/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
H A Dinfback.c293 state->mode = STORED; in inflateBack()
313 case STORED: in inflateBack()
H A Dinflate.c841 state->mode = STORED; in inflate()
864 case STORED: in inflate()
1438 return state->mode == STORED && state->bits == 0;
/third_party/node/deps/v8/third_party/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
H A Dinfback.c306 state->mode = STORED;
326 case STORED:
H A Dinflate.c866 state->mode = STORED;
889 case STORED:
1468 return state->mode == STORED && state->bits == 0;
/third_party/libwebsockets/win32port/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
H A Dinfback.c297 state->mode = STORED;
317 case STORED:
H A Dinflate.c825 state->mode = STORED;
848 case STORED:
1403 return state->mode == STORED && state->bits == 0;
/third_party/skia/third_party/externals/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
H A Dinfback.c306 state->mode = STORED;
326 case STORED:
H A Dinflate.c866 state->mode = STORED;
889 case STORED:
1461 return state->mode == STORED && state->bits == 0;
/third_party/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
H A Dinfback.c293 state->mode = STORED; in inflateBack()
313 case STORED: in inflateBack()
H A Dinflate.c909 state->mode = STORED; in inflate()
932 case STORED: in inflate()
1599 return state->mode == STORED && state->bits == 0;
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfutil.h17 STORED, /* processing stored block */ enumerator
35 uInt left; /* if STORED, bytes left to copy */
H A Dinfblock.c197 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE); in inflate_blocks()
199 case STORED: in inflate_blocks()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c877 state->mode = STORED;
900 case STORED:
1488 return state->mode == STORED && state->bits == 0;
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinflate.c852 state->mode = STORED; in inflate()
875 case STORED: in inflate()
1471 return state->mode == STORED && state->bits == 0;
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c877 state->mode = STORED;
900 case STORED:
1481 return state->mode == STORED && state->bits == 0;

Completed in 22 milliseconds