/third_party/zlib/examples/ |
H A D | gzlog.c | 313 /* 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 D | ia64-test-dyn1.c | 18 # 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 D | inflate.h | 26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
H A D | inflate.c | 724 state->mode = EXTRA; in inflate() 726 case EXTRA: in inflate()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inflate.h | 26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
H A D | inflate.c | 757 state->mode = EXTRA; 758 case EXTRA:
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | inflate.h | 26 EXTRA, /* i: waiting for extra bytes (gzip) */
enumerator 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
H A D | inflate.c | 716 state->mode = EXTRA;
717 case EXTRA:
|
/third_party/skia/third_party/externals/zlib/ |
H A D | inflate.h | 26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
H A D | inflate.c | 756 state->mode = EXTRA; 757 case EXTRA:
|
/third_party/zlib/ |
H A D | inflate.h | 26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
H A D | inflate.c | 762 state->mode = EXTRA; in inflate() 764 case EXTRA: in inflate()
|
/third_party/python/Parser/ |
H A D | parser.c | 1413 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 D | pegen.h | 244 #define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena macro
|
/third_party/nghttp2/src/ |
H A D | shrpx_memcached_connection.h | 51 EXTRA, member in shrpx::MemcachedOp
|
H A D | shrpx_http2_session.h | 66 EXTRA, member in shrpx::FreelistZone
|
H A D | shrpx_memcached_connection.cc | 502 parse_state_.state = MemcachedParseState::EXTRA; in parse_packet() 512 case MemcachedParseState::EXTRA: { in parse_packet()
|
H A D | shrpx_http2_session.cc | 2343 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 D | inflate.c | 768 state->mode = EXTRA; 769 case EXTRA:
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 735 state->mode = EXTRA; in inflate() 737 case EXTRA: in inflate()
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 767 state->mode = EXTRA; 768 case EXTRA:
|