Home
last modified time | relevance | path

Searched refs:EXTRA (Results 1 - 21 of 21) sorted by relevance

/third_party/zlib/examples/
H A Dgzlog.c313 /* 35 is EXTRA, 39 is EXTRA + 4 */
318 /* initial gzip extra field content (52 == HEAD + EXTRA + 1) */
328 #define EXTRA sizeof(log_gzext) /* should be 35 */ macro
413 unsigned char buf[HEAD + EXTRA]; in log_head()
416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || in log_head()
440 unsigned char ext[EXTRA]; in log_mark()
452 write(log->fd, ext, EXTRA) != EXTRA in log_mark()
[all...]
/third_party/libunwind/libunwind/tests/
H A Dia64-test-dyn1.c18 # define EXTRA 16 macro
22 # define EXTRA 0 macro
46 len = (uintptr_t) end - GET_ENTRY (func) + EXTRA; in create_func()
/third_party/node/deps/zlib/
H A Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c724 state->mode = EXTRA; in inflate()
726 case EXTRA: in inflate()
/third_party/node/deps/v8/third_party/zlib/
H A Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c757 state->mode = EXTRA;
758 case EXTRA:
/third_party/libwebsockets/win32port/zlib/
H A Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c716 state->mode = EXTRA;
717 case EXTRA:
/third_party/skia/third_party/externals/zlib/
H A Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c756 state->mode = EXTRA;
757 case EXTRA:
/third_party/zlib/
H A Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c762 state->mode = EXTRA; in inflate()
764 case EXTRA: in inflate()
/third_party/python/Parser/
H A Dparser.c1413 UNUSED(_start_lineno); // Only used by EXTRA macro in statement_newline_rule()
1415 UNUSED(_start_col_offset); // Only used by EXTRA macro in statement_newline_rule()
1480 UNUSED(_end_lineno); // Only used by EXTRA macro in statement_newline_rule()
1482 UNUSED(_end_col_offset); // Only used by EXTRA macro in statement_newline_rule()
1483 _res = ( asdl_stmt_seq* ) _PyPegen_singleton_seq ( p , CHECK ( stmt_ty , _PyAST_Pass ( EXTRA ) ) ); in statement_newline_rule()
1642 UNUSED(_start_lineno); // Only used by EXTRA macro in simple_stmt_rule()
1644 UNUSED(_start_col_offset); // Only used by EXTRA macro in simple_stmt_rule()
1682 UNUSED(_end_lineno); // Only used by EXTRA macro in simple_stmt_rule()
1684 UNUSED(_end_col_offset); // Only used by EXTRA macro in simple_stmt_rule()
1685 _res = _PyAST_Expr ( e , EXTRA ); in simple_stmt_rule()
[all...]
H A Dpegen.h244 #define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena macro
/third_party/nghttp2/src/
H A Dshrpx_memcached_connection.h51 EXTRA, member in shrpx::MemcachedOp
H A Dshrpx_http2_session.h66 EXTRA, member in shrpx::FreelistZone
H A Dshrpx_memcached_connection.cc502 parse_state_.state = MemcachedParseState::EXTRA; in parse_packet()
512 case MemcachedParseState::EXTRA: { in parse_packet()
H A Dshrpx_http2_session.cc2343 freelist_zone_ = FreelistZone::EXTRA; in add_to_extra_freelist()
2351 case FreelistZone::EXTRA: in remove_from_freelist()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c768 state->mode = EXTRA;
769 case EXTRA:
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinflate.c735 state->mode = EXTRA; in inflate()
737 case EXTRA: in inflate()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c767 state->mode = EXTRA;
768 case EXTRA:

Completed in 39 milliseconds