/third_party/lame/libmp3lame/i386/ |
H A D | nasm.h | 135 %assign %$STACK 0 144 %if %$STACK > 0 145 add esp, %$STACK 148 %if %$STACK <> (-%$STACKN) 157 %idefine sp(a) esp+%$STACK+a 170 sub esp, (-%$STACKN)-%$STACK 171 %assign %$STACK (-%$STACKN) 177 %assign %$STACK %$STACK+4 186 %assign %$STACK [all...] |
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | infinite_recursion.py | 294 STACK = stack_st variable 296 ('sk', POINTER(STACK)), 631 ('attributes', POINTER(STACK)), 909 ('x509_chain', POINTER(STACK)), 940 ('auth_attr', POINTER(STACK)), 943 ('unauth_attr', POINTER(STACK)), 967 ('md_algs', POINTER(STACK)), 968 ('cert', POINTER(STACK)), 969 ('crl', POINTER(STACK)), 970 ('signer_info', POINTER(STACK)), [all...] |
/third_party/toybox/toys/pending/ |
H A D | awk.c | 256 #define STACK ((struct zvalue *)TT.stack.base) macro 2582 if (!IS_STR(&STACK[fmt_offs])) { in to_str_fmt() 2583 zstring_release(&STACK[fmt_offs].vst); in to_str_fmt() 2584 STACK[fmt_offs].vst = num_to_zstring(STACK[fmt_offs].num, "%.6g"); in to_str_fmt() 2585 STACK[fmt_offs].flags = ZF_STR; in to_str_fmt() 2587 v->vst = num_to_zstring(v->num, STACK[fmt_offs].vst->str); in to_str_fmt() 2724 STACK[NF].num = TT.nf_internal = nf; in set_nf() 2725 STACK[NF].flags = ZF_NUM; in set_nf() 2785 set_nf(*rec ? splitter(set_field, 0, rec, to_str(&STACK[F in build_fields() [all...] |
H A D | vi.c | 59 STACK, //global or stack perhaps toybuf 524 insert_str("", 0, 0, 0, STACK); in linelist_load()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 545 #define STACK(i) ((i) * SSIZE_OF(sw)) macro 2136 stackpos = STACK(stackpos); in init_frame() 2243 SLJIT_ASSERT(stackpos == STACK(stacktop)); in init_frame() 2643 stackptr = STACK(stackptr); in copy_recurse_data() 2644 stacktop = STACK(stacktop); in copy_recurse_data() 9488 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0); in compile_ref_iterator_matchingpath() 9489 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(1), SLJIT_IMM, 0); in compile_ref_iterator_matchingpath() 9511 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), SLJIT_IMM, 0); in compile_ref_iterator_matchingpath() 9545 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0); in compile_ref_iterator_matchingpath() 9555 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK( in compile_ref_iterator_matchingpath() [all...] |
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
H A D | ssl.h | 1150 STACK *SSL_CTX_get_ciphers(const SSL_CTX *ctx);
1465 STACK *SSL_get_peer_cert_chain(const SSL *ssl);
1604 STACK *SSL_load_client_CA_file(const char *file);
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-scopes.h | 71 enum class Mode { STACK, ALL }; member in v8::internal::ScopeIterator::Mode
|
H A D | debug-scopes.cc | 795 if (mode == Mode::STACK && current_scope_->is_declaration_scope() && in VisitLocals() 883 if (mode == Mode::STACK) continue; in VisitLocals() 889 if (mode == Mode::STACK) continue; in VisitLocals() 918 if (mode == Mode::STACK && Type() == ScopeTypeLocal) { in VisitLocalScope()
|
H A D | debug-evaluate.cc | 241 scope_iterator_.DeclaresLocals(ScopeIterator::Mode::STACK))) { in ContextBuilder() 243 scope_iterator_.ScopeObject(ScopeIterator::Mode::STACK); in ContextBuilder()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
H A D | ssl_types.h | 45 typedef void STACK; typedef
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
H A D | types.rs | 75 const STACK = linux_raw_sys::general::MAP_STACK; consts
|
/third_party/node/deps/v8/src/objects/ |
H A D | scope-info.cc | 94 receiver_info = VariableAllocationInfo::STACK; in Create() 127 function_name_info = VariableAllocationInfo::STACK; in Create() 719 return allocation == VariableAllocationInfo::STACK || in HasAllocatedReceiver() 1105 case VariableAllocationInfo::STACK: in operator <<() 1106 return os << "STACK"; in operator <<()
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
H A D | types.rs | 214 const STACK = c::MAP_STACK; consts
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_waveform.c | 59 STACK, enumerator 149 { "display", "set display mode", OFFSET(display), AV_OPT_TYPE_INT, {.i64=STACK}, 0, NB_DISPLAYS-1, FLAGS, "display" }, 150 { "d", "set display mode", OFFSET(display), AV_OPT_TYPE_INT, {.i64=STACK}, 0, NB_DISPLAYS-1, FLAGS, "display" }, 152 { "stack", NULL, 0, AV_OPT_TYPE_CONST, {.i64=STACK}, 0, 0, FLAGS, "display" }, 2914 offset_x += s->size * (s->display == STACK); in graticule_row() 2956 offset_x += s->size * (s->display == STACK); in graticule16_row() 2997 offset_y += s->size * (s->display == STACK); in graticule_column() 3039 offset_y += s->size * (s->display == STACK); in graticule16_column() 3330 outlink->h = s->size * FFMAX(comp * (s->display == STACK), 1); in config_output() 3334 outlink->w = s->size * FFMAX(comp * (s->display == STACK), in config_output() [all...] |
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 1834 enum class VariableAllocationInfo { NONE, STACK, CONTEXT, UNUSED }; member in v8::internal::ForInFeedback::DefineKeyedOwnPropertyInLiteralFlag::ExceptionStatus::VariableAllocationInfo
|