| /third_party/parse5/packages/parse5/lib/parser/ |
| D | open-element-stack.test.ts | 25 const stack = new OpenElementStack(document, treeAdapter, stackHandler); constant 41 const stack = new OpenElementStack(treeAdapter.createDocument(), treeAdapter, stackHandler); constant 58 const stack = new OpenElementStack(treeAdapter.createDocument(), treeAdapter, stackHandler); constant 71 const stack = new OpenElementStack(treeAdapter.createDocument(), treeAdapter, stackHandler); constant 87 const stack = new OpenElementStack(treeAdapter.createDocument(), treeAdapter, stackHandler); constant 108 const stack = new OpenElementStack(treeAdapter.createDocument(), treeAdapter, stackHandler); constant 129 const stack = new OpenElementStack(treeAdapter.createDocument(), treeAdapter, stackHandler); constant 149 const stack = new OpenElementStack(treeAdapter.createDocument(), treeAdapter, stackHandler); constant 163 const stack = new OpenElementStack(treeAdapter.createDocument(), treeAdapter, stackHandler); constant 186 const stack = new OpenElementStack(treeAdapter.createDocument(), treeAdapter, stackHandler); constant [all …]
|
| /third_party/skia/tests/ |
| D | ClipStackTest.cpp | 131 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, in assert_count() 144 SkClipStack stack; in test_iterators() local 246 SkClipStack stack; in test_bounds() local 309 SkClipStack stack; in test_isWideOpen() local 321 SkClipStack stack; in test_isWideOpen() local 329 SkClipStack stack; in test_isWideOpen() local 342 SkClipStack stack; in test_isWideOpen() local 358 static int count(const SkClipStack& stack) { in count() 378 SkClipStack stack; in test_rect_inverse_fill() local 399 SkClipStack stack; in test_rect_replace() local [all …]
|
| /third_party/skia/m133/tests/ |
| D | ClipStackTest.cpp | 122 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, in assert_count() 135 SkClipStack stack; in test_iterators() local 237 SkClipStack stack; in test_bounds() local 300 SkClipStack stack; in test_isWideOpen() local 312 SkClipStack stack; in test_isWideOpen() local 320 SkClipStack stack; in test_isWideOpen() local 333 SkClipStack stack; in test_isWideOpen() local 349 static int count(const SkClipStack& stack) { in count() 369 SkClipStack stack; in test_rect_inverse_fill() local 390 SkClipStack stack; in test_rect_replace() local [all …]
|
| /third_party/selinux/libsepol/cil/src/ |
| D | cil_stack.c | 40 void cil_stack_init(struct cil_stack **stack) in cil_stack_init() 49 void cil_stack_destroy(struct cil_stack **stack) in cil_stack_destroy() 60 void cil_stack_empty(struct cil_stack *stack) in cil_stack_empty() 65 int cil_stack_is_empty(struct cil_stack *stack) in cil_stack_is_empty() 70 int cil_stack_number_of_items(struct cil_stack *stack) in cil_stack_number_of_items() 75 void cil_stack_push(struct cil_stack *stack, enum cil_flavor flavor, void *data) in cil_stack_push() 88 struct cil_stack_item *cil_stack_pop(struct cil_stack *stack) in cil_stack_pop() 98 struct cil_stack_item *cil_stack_peek(struct cil_stack *stack) in cil_stack_peek() 107 struct cil_stack_item *cil_stack_peek_at(struct cil_stack *stack, int pos) in cil_stack_peek_at()
|
| D | cil_stack.h | 34 struct cil_stack_item *stack; member 44 #define cil_stack_for_each_starting_at(stack, start, pos, item) \ argument 47 #define cil_stack_for_each(stack, pos, item) cil_stack_for_each_starting_at(stack, 0, pos, item) argument
|
| D | cil_parser.c | 52 static void push_hll_info(struct cil_stack *stack, uint32_t hll_offset, uint32_t hll_expand) in push_hll_info() 62 static void pop_hll_info(struct cil_stack *stack, uint32_t *hll_offset, uint32_t *hll_expand) in pop_hll_info() 96 …tree_node **current, uint32_t *hll_offset, uint32_t *hll_expand, struct cil_stack *stack, char *pa… in add_hll_linemark() 223 struct cil_stack *stack; in cil_parser() local
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| D | psstack.c | 58 CF2_Stack stack = NULL; in cf2_stack_init() local 82 cf2_stack_free( CF2_Stack stack ) in cf2_stack_free() 98 cf2_stack_count( CF2_Stack stack ) in cf2_stack_count() 105 cf2_stack_pushInt( CF2_Stack stack, in cf2_stack_pushInt() 121 cf2_stack_pushFixed( CF2_Stack stack, in cf2_stack_pushFixed() 138 cf2_stack_popInt( CF2_Stack stack ) in cf2_stack_popInt() 160 cf2_stack_popFixed( CF2_Stack stack ) in cf2_stack_popFixed() 185 cf2_stack_getReal( CF2_Stack stack, in cf2_stack_getReal() 210 cf2_stack_setReal( CF2_Stack stack, in cf2_stack_setReal() 227 cf2_stack_pop( CF2_Stack stack, in cf2_stack_pop() [all …]
|
| /third_party/backends/testsuite/backend/genesys/ |
| D | tests_image_pipeline.cpp | 192 ImagePipelineStack stack; in test_node_buffered_callable_source() local 224 ImagePipelineStack stack; in test_node_format_convert() local 260 ImagePipelineStack stack; in test_node_desegment_1_line() local 288 ImagePipelineStack stack; in test_node_deinterleave_lines_i8() local 316 ImagePipelineStack stack; in test_node_deinterleave_lines_rgb888() local 346 ImagePipelineStack stack; in test_node_swap_16bit_endian() local 384 ImagePipelineStack stack; in test_node_invert_16_bits() local 420 ImagePipelineStack stack; in test_node_invert_8_bits() local 451 ImagePipelineStack stack; in test_node_invert_1_bits() local 481 ImagePipelineStack stack; in test_node_merge_mono_lines_to_color() local [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/ |
| D | stack.c | 47 StackStruct *stack = (StackStruct *)self; in StackRelease() local 57 StackStruct *stack = (StackStruct *)self; in StackPrepare() local 68 StackStruct *stack = (StackStruct *)self; in StackResize() local 94 StackStruct *stack = (StackStruct *)cdata; in StackRun() local 113 StackStruct *stack = (StackStruct *)self; in StackCompute() local 126 StackStruct *stack = (StackStruct *)malloc(sizeof(StackStruct)); in CreateStack() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | matrix.c | 103 static void matrix_frustum(struct gl_matrix_stack* stack, in matrix_frustum() 167 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixFrustumEXT() local 181 matrix_ortho(struct gl_matrix_stack* stack, in matrix_ortho() 249 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixOrthoEXT() local 276 struct gl_matrix_stack * stack; in _mesa_MatrixMode() local 297 push_matrix(struct gl_context *ctx, struct gl_matrix_stack *stack, in push_matrix() 351 struct gl_matrix_stack *stack = ctx->CurrentStack; in _mesa_PushMatrix() local 365 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixPushEXT() local 374 pop_matrix( struct gl_context *ctx, struct gl_matrix_stack *stack ) in pop_matrix() 410 struct gl_matrix_stack *stack = ctx->CurrentStack; in _mesa_PopMatrix() local [all …]
|
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitUtils.c | 177 struct sljit_stack *stack; in sljit_allocate_stack() local 202 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack() 209 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize() 221 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack() 230 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack() 241 struct sljit_stack *stack; in sljit_allocate_stack() local 296 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize()
|
| /third_party/grpc/src/core/lib/transport/ |
| D | call_filters.cc | 35 for (const auto& stack : stacks_) { in Start() local 40 for (auto& stack : stacks_) { in Start() local 54 for (const auto& stack : stacks_) { in Start() local 66 for (auto& stack : stacks_) { in Finalize() local
|
| /third_party/musl/porting/linux/user/src/linux/ |
| D | clone.c | 17 #define GET_SP_REG(stack) __asm__ __volatile__ ("mov %0, sp" : "=r"(stack)) argument 19 #define GET_SP_REG(stack) do { \ argument 24 #define GET_SP_REG(stack) argument 52 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
|
| /third_party/musl/src/linux/linux/ |
| D | clone.c | 32 #define GET_SP_REG(stack) __asm__ __volatile__ ("mov %0, sp" : "=r"(stack)) argument 34 #define GET_SP_REG(stack) do { \ argument 39 #define GET_SP_REG(stack) argument 67 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
|
| /third_party/ltp/lib/ |
| D | cloner.c | 61 size_t stack_size, void *stack, pid_t *ptid, void *tls, pid_t *ctid) in ltp_clone_() 89 size_t stack_size, void *stack) in ltp_clone() 95 size_t stack_size, void *stack, ...) in ltp_clone7() 136 void *stack; in ltp_clone_alloc() local
|
| D | tst_bool_expr.c | 149 static inline void stack_push(struct tst_expr_tok *stack[], unsigned int *op_stack_pos, in stack_push() 160 static inline struct tst_expr_tok *stack_pop(struct tst_expr_tok *stack[], in stack_pop() 171 static inline int stack_peek_op(struct tst_expr_tok *stack[], in stack_peek_op() 366 int stack[MAX_STACK]; in tst_bool_expr_eval() local
|
| /third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
| D | ssl_stack.c | 32 OPENSSL_STACK *stack; in OPENSSL_sk_new() local 70 void OPENSSL_sk_free(OPENSSL_STACK *stack) in OPENSSL_sk_free()
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/ |
| D | pthread_attr_getstack.c | 32 void *stack = NULL; in pthread_attr_getstack_0100() local 49 void *stack = malloc(STACK_SIZE); in pthread_attr_getstack_0200() local
|
| /third_party/ltp/testcases/kernel/syscalls/mmap/ |
| D | mmap18.c | 130 static void grow_stack(void *stack, size_t size) in grow_stack() 155 void *stack; in grow_stack_success() local 179 void *stack; in grow_stack_fail() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/linux/ |
| D | clone.c | 36 void *stack = malloc(STACK_SIZE); in clone_0100() local 50 void *stack = malloc(STACK_SIZE); in clone_0200() local
|
| /third_party/skia/m133/gm/ |
| D | windowrectangles.cpp | 49 DrawResult WindowRectanglesGM::coverClipStack(const SkClipStack& stack, SkCanvas* canvas, in coverClipStack() 85 SkClipStack stack; in onDraw() local
|
| /third_party/skia/gm/ |
| D | windowrectangles.cpp | 49 DrawResult WindowRectanglesGM::coverClipStack(const SkClipStack& stack, SkCanvas* canvas, in coverClipStack() 85 SkClipStack stack; in onDraw() local
|
| /third_party/openssl/apps/ |
| D | list.c | 96 static void collect_ciphers(EVP_CIPHER *cipher, void *stack) in collect_ciphers() 180 static void collect_digests(EVP_MD *digest, void *stack) in collect_digests() 248 static void collect_macs(EVP_MAC *mac, void *stack) in collect_macs() 312 static void collect_kdfs(EVP_KDF *kdf, void *stack) in collect_kdfs() 382 static void collect_rands(EVP_RAND *rand, void *stack) in collect_rands() 508 static void collect_encoders(OSSL_ENCODER *encoder, void *stack) in collect_encoders() 573 static void collect_decoders(OSSL_DECODER *decoder, void *stack) in collect_decoders() 635 static void collect_keymanagers(EVP_KEYMGMT *km, void *stack) in collect_keymanagers() 698 static void collect_signatures(EVP_SIGNATURE *sig, void *stack) in collect_signatures() 758 static void collect_kem(EVP_KEM *kem, void *stack) in collect_kem() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_nir_vectorize_vs_inputs.c | 102 struct util_dynarray *stack = ralloc(mem_ctx, struct util_dynarray); in r600_vec_instr_stack_create() local 108 r600_vec_instr_stack_push(struct util_dynarray *stack, nir_instr *instr) in r600_vec_instr_stack_push() 155 struct util_dynarray *stack, in r600_vec_instr_stack_pop() 220 const struct util_dynarray *stack = data; in r600_hash_stack() local 251 struct util_dynarray *stack = (struct util_dynarray *)entry->key; in r600_vec_instr_set_add() local 287 struct util_dynarray *stack = (struct util_dynarray *)entry->key; in r600_vec_instr_set_remove() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/ |
| D | reduce_stack_fusion.cc | 48 int ReduceStackFusion::Process(const FuncGraphPtr &func_graph, const CNodePtr &stack) { in Process() 66 bool ReduceStackFusion::CheckCanFusion(const FuncGraphPtr &func_graph, const CNodePtr &stack) { in CheckCanFusion()
|