/third_party/boost/tools/build/src/engine/ |
D | function.h | 18 typedef struct _stack STACK; typedef 20 STACK * stack_global( void ); 21 void stack_push( STACK * s, LIST * l ); 22 LIST * stack_pop( STACK * s ); 31 LIST * function_run( FUNCTION * function, FRAME * frame, STACK * s ); 34 void function_run_actions( FUNCTION * function, FRAME * frame, STACK * s, string * out );
|
D | function.cpp | 228 STACK * stack_global() in stack_global() 230 static STACK result; in stack_global() 249 static void check_alignment( STACK * s ) in check_alignment() 254 void * stack_allocate( STACK * s, int size ) in stack_allocate() 262 void stack_deallocate( STACK * s, int size ) in stack_deallocate() 269 void stack_push( STACK * s, LIST * l ) in stack_push() 274 LIST * stack_pop( STACK * s ) in stack_pop() 281 LIST * stack_top( STACK * s ) in stack_top() 287 LIST * stack_at( STACK * s, int n ) in stack_at() 293 void stack_set( STACK * s, int n, LIST * value ) in stack_set() [all …]
|
/third_party/glib/glib/pcre/ |
D | pcre_jit_compile.c | 386 #define STACK(i) ((-(i) - 1) * (int)sizeof(sljit_w)) macro 879 stackpos = STACK(stackpos); in init_frame() 960 SLJIT_ASSERT(stackpos == STACK(stacktop)); in init_frame() 1033 stackptr = STACK(stackptr - 2); in copy_locals() 1034 stacktop = STACK(stacktop - 1); in copy_locals() 4066 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0); in compile_ref_iterator_trypath() 4067 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(1), SLJIT_IMM, 0); in compile_ref_iterator_trypath() 4077 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), SLJIT_IMM, 0); in compile_ref_iterator_trypath() 4098 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0); in compile_ref_iterator_trypath() 4108 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0); in compile_ref_iterator_trypath() [all …]
|
/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) * (int)sizeof(sljit_sw)) macro 2134 stackpos = STACK(stackpos); in init_frame() 2241 SLJIT_ASSERT(stackpos == STACK(stacktop)); in init_frame() 2640 stackptr = STACK(stackptr); in copy_recurse_data() 2641 stacktop = STACK(stacktop); in copy_recurse_data() 9326 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0); in compile_ref_iterator_matchingpath() 9327 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(1), SLJIT_IMM, 0); in compile_ref_iterator_matchingpath() 9349 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), SLJIT_IMM, 0); in compile_ref_iterator_matchingpath() 9383 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), STR_PTR, 0); in compile_ref_iterator_matchingpath() 9393 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/boost/libs/test/test/baseline-outputs/ |
D | log-formatter-context-test.pattern | 44 EXCEPTION STACK TRACE: -------------- 87 EXCEPTION STACK TRACE: -------------- 120 EXCEPTION STACK TRACE: -------------- 158 EXCEPTION STACK TRACE: --------------
|
D | log-formatter-test.pattern.junit | 48 EXCEPTION STACK TRACE: --------------
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | node_check.cc | 26 const std::set<std::string> BATCH_PARALLEL_BLACK_LIST = {STACK, TENSOR_SCATTER_UPDATE, MIN_MAX_UPDA…
|
/third_party/openssl/doc/man3/ |
D | PKCS12_parse.pod | 26 valid STACK in which case additional certificates are appended to B<*ca>. If 27 B<*ca> is B<NULL> a new STACK will be allocated.
|
D | CMS_add0_cert.pod | 51 CMS_get1_certs() and CMS_get1_crls() return the STACK of certificates or CRLs
|
D | X509V3_get_d2i.pod | 51 X509V3_add1_i2d() adds extension B<value> to STACK B<*x> (allocating a new 52 STACK if necessary) using OID B<nid> and criticality B<crit> according
|
D | X509_CRL_get0_by_serial.pod | 85 X509_CRL_get_REVOKED() returns a STACK of revoked entries.
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 245 =item STACK *B<SSL_CTX_get_ciphers>(const SSL_CTX *ctx); 247 =item STACK *B<SSL_CTX_get_client_CA_list>(const SSL_CTX *ctx); 331 =item void B<SSL_CTX_set_client_CA_list>(SSL_CTX *ctx, STACK *list); 465 =item int B<SSL_add_dir_cert_subjects_to_stack>(STACK *stack, const char *dir); 467 =item int B<SSL_add_file_cert_subjects_to_stack>(STACK *stack, const char *file); 515 =item STACK *B<SSL_dup_CA_list>(STACK *sk); 537 =item STACK *B<SSL_get_ciphers>(const SSL *ssl); 539 =item STACK *B<SSL_get_client_CA_list>(const SSL *ssl); 559 =item STACK *B<SSL_get_peer_cert_chain>(const SSL *ssl); 609 =item STACK *B<SSL_load_client_CA_file>(const char *file); [all …]
|
/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 | 26 STACK = 64000
|
/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/curl/docs/examples/ |
D | Makefile.netware | 81 STACK = 8192
|
/third_party/curl/src/ |
D | Makefile.netware | 97 STACK = 64000
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ |
D | rec_parse_graph.h | 147 {STACK, OperatorType::kRecElmWiseOp}};
|
/third_party/curl/lib/ |
D | Makefile.netware | 87 STACK = 64000
|