Home
last modified time | relevance | path

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

123

/third_party/boost/tools/build/src/engine/
Dfunction.h18 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 );
Dfunction.cpp228 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/
Dpcre_jit_compile.c386 #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/
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) * (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/
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/boost/libs/test/test/baseline-outputs/
Dlog-formatter-context-test.pattern44 EXCEPTION STACK TRACE: --------------
87 EXCEPTION STACK TRACE: --------------
120 EXCEPTION STACK TRACE: --------------
158 EXCEPTION STACK TRACE: --------------
Dlog-formatter-test.pattern.junit48 EXCEPTION STACK TRACE: --------------
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dnode_check.cc26 const std::set<std::string> BATCH_PARALLEL_BLACK_LIST = {STACK, TENSOR_SCATTER_UPDATE, MIN_MAX_UPDA…
/third_party/openssl/doc/man3/
DPKCS12_parse.pod26 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.
DCMS_add0_cert.pod51 CMS_get1_certs() and CMS_get1_crls() return the STACK of certificates or CRLs
DX509V3_get_d2i.pod51 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
DX509_CRL_get0_by_serial.pod85 X509_CRL_get_REVOKED() returns a STACK of revoked entries.
/third_party/openssl/doc/man7/
Dssl.pod245 =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/
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.netware26 STACK = 64000
/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/curl/docs/examples/
DMakefile.netware81 STACK = 8192
/third_party/curl/src/
DMakefile.netware97 STACK = 64000
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_parse_graph.h147 {STACK, OperatorType::kRecElmWiseOp}};
/third_party/curl/lib/
DMakefile.netware87 STACK = 64000

123