/third_party/lame/libmp3lame/i386/ |
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 %$STACK-4
|
/third_party/python/Lib/lib2to3/tests/data/ |
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/pcre2/pcre2/src/ |
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(0), STR_PTR, 0); in compile_ref_iterator_matchingpath() [all …]
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 279 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/ |
D | X509v3_get_ext_by_NID.pod | 69 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.
|
D | PKCS8_pkey_add1_attr.pod | 21 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
|
D | X509V3_get_d2i.pod | 52 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
|
D | PKCS12_parse.pod | 29 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
|
D | X509_CRL_get0_by_serial.pod | 41 X509_CRL_get_REVOKED() returns an internal pointer to a STACK of all 77 X509_CRL_get_REVOKED() returns a STACK of revoked entries.
|
D | CMS_add0_cert.pod | 61 CMS_get1_certs() and CMS_get1_crls() return the STACK of certificates or CRLs
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
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/pcre2/pcre2/ |
D | AUTHORS | 26 STACK-LESS JUST-IN-TIME COMPILER
|
D | LICENCE | 44 STACK-LESS JUST-IN-TIME COMPILER
|
/third_party/node/deps/cares/ |
D | Makefile.netware | 27 STACK = 64000
|
/third_party/node/deps/v8/src/debug/ |
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()
|
D | debug-scopes.h | 71 enum class Mode { STACK, ALL }; enumerator
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 75 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/ |
D | WebAssemblyRegisterInfo.td | 50 def VALUE_STACK : WebAssemblyReg<"STACK">;
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_types.h | 45 typedef void STACK; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEInstrInfo.td | 283 "# EXTEND STACK", 287 "# EXTEND STACK GUARD",
|
/third_party/node/deps/v8/src/objects/ |
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 <<()
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 214 const STACK = c::MAP_STACK; constant
|
/third_party/json/tests/ |
D | CMakeLists.txt | 78 …s("test-cbor;test-msgpack;test-ubjson;test-bjdata;test-binary_formats" LINK_OPTIONS /STACK:4000000)
|
/third_party/ffmpeg/libavfilter/ |
D | vf_waveform.c | 59 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/ |
D | README | 77 - You can use either PARAMETERS=REGISTER or PARAMETERS=STACK for
|