Home
last modified time | relevance | path

Searched refs:STACK (Results 1 – 25 of 53) sorted by relevance

123

/third_party/lame/libmp3lame/i386/
Dnasm.h135 %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 %$STACK-4
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py294 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/pcre2/pcre2/src/
Dpcre2_jit_compile.c545 #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(0), STR_PTR, 0); in compile_ref_iterator_matchingpath()
[all …]
/third_party/libsnd/cmake/
DCMakeAutoGenScript.cmake279 set(STACK "") variable
286 if (NOT "${STACK}" STREQUAL "")
307 stack_push(STACK FOR ${POSITION} ${FOR_KEY} ${FOR_INDEX})
311 stack_pop(STACK FOR_ITEM)
333 stack_push(STACK FOR ${FOR_POSITION} ${FOR_KEY} ${FOR_INDEX})
347 stack_push(STACK CASE "${CASE_KEY}" ${POSITION})
354 stack_top(STACK CASE_ITEM)
373 stack_pop(STACK CASE_ITEM)
405 stack_find_key("${STACK}" "${TEMPLATE_PARAMETERS}" "${KEY}" VALUE)
423 if (NOT "${STACK}" STREQUAL "")
[all …]
/third_party/openssl/doc/man3/
DX509v3_get_ext_by_NID.pod69 with I<nid> or I<obj> from extension STACK I<x>. The search starts from the
82 X509v3_add_ext() adds extension I<ex> to STACK I<*x> at position I<loc>. If
84 a new STACK will be allocated. The passed extension I<ex> is duplicated
112 is not an error since extension STACK I<x> indices start from zero.
135 X509v3_add_ext() returns a STACK of extensions or NULL on error.
DPKCS8_pkey_add1_attr.pod21 PKCS8_pkey_get0_attrs() returns a const STACK of X509_ATTRIBUTE present in
38 STACK of X509_ATTRIBUTE is present in many X509-related structures and some of
DX509V3_get_d2i.pod52 X509V3_add1_i2d() adds extension I<value> to STACK I<*x> (allocating a new
53 STACK if necessary) using OID I<nid> and criticality I<crit> according
76 X509_REVOKED_get0_extensions() return a STACK of all the extensions
113 objects on STACK I<*x> depending on I<flags>. The B<X509_EXTENSION> objects
DPKCS12_parse.pod29 If B<ca> is non-NULL and B<*ca> is NULL a new STACK will be allocated.
30 If B<ca> is non-NULL and B<*ca> is a valid STACK
DX509_CRL_get0_by_serial.pod41 X509_CRL_get_REVOKED() returns an internal pointer to a STACK of all
77 X509_CRL_get_REVOKED() returns a STACK of revoked entries.
DCMS_add0_cert.pod61 CMS_get1_certs() and CMS_get1_crls() return the STACK of certificates or CRLs
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1150 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/pcre2/pcre2/
DAUTHORS26 STACK-LESS JUST-IN-TIME COMPILER
DLICENCE44 STACK-LESS JUST-IN-TIME COMPILER
/third_party/node/deps/cares/
DMakefile.netware27 STACK = 64000
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc795 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()
Ddebug-scopes.h71 enum class Mode { STACK, ALL }; enumerator
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs75 const STACK = linux_raw_sys::general::MAP_STACK; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.td50 def VALUE_STACK : WebAssemblyReg<"STACK">;
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h45 typedef void STACK; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEInstrInfo.td283 "# EXTEND STACK",
287 "# EXTEND STACK GUARD",
/third_party/node/deps/v8/src/objects/
Dscope-info.cc94 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 <<()
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs214 const STACK = c::MAP_STACK; constant
/third_party/json/tests/
DCMakeLists.txt78 …s("test-cbor;test-msgpack;test-ubjson;test-bjdata;test-binary_formats" LINK_OPTIONS /STACK:4000000)
/third_party/ffmpeg/libavfilter/
Dvf_waveform.c59 STACK, enumerator
149 …{ "display", "set display mode", OFFSET(display), AV_OPT_TYPE_INT, {.i64=STACK}, 0, NB_DISPLAYS-1,…
150 …{ "d", "set display mode", OFFSET(display), AV_OPT_TYPE_INT, {.i64=STACK}, 0, NB_DISPLAYS-1,…
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), 1); in config_output()
[all …]
/third_party/skia/third_party/externals/freetype/builds/amiga/
DREADME77 - You can use either PARAMETERS=REGISTER or PARAMETERS=STACK for

123