Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/third_party/skia/tests/
DClipStackTest.cpp131 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/selinux/libsepol/cil/src/
Dcil_stack.c40 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()
Dcil_stack.h34 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
Dcil_parser.c52 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/freetype/src/psaux/
Dpsstack.c59 CF2_Stack stack = NULL; in cf2_stack_init() local
84 cf2_stack_free( CF2_Stack stack ) in cf2_stack_free()
100 cf2_stack_count( CF2_Stack stack ) in cf2_stack_count()
107 cf2_stack_pushInt( CF2_Stack stack, in cf2_stack_pushInt()
123 cf2_stack_pushFixed( CF2_Stack stack, in cf2_stack_pushFixed()
140 cf2_stack_popInt( CF2_Stack stack ) in cf2_stack_popInt()
162 cf2_stack_popFixed( CF2_Stack stack ) in cf2_stack_popFixed()
187 cf2_stack_getReal( CF2_Stack stack, in cf2_stack_getReal()
212 cf2_stack_setReal( CF2_Stack stack, in cf2_stack_setReal()
229 cf2_stack_pop( CF2_Stack stack, in cf2_stack_pop()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsstack.c59 CF2_Stack stack = NULL; in cf2_stack_init() local
84 cf2_stack_free( CF2_Stack stack ) in cf2_stack_free()
100 cf2_stack_count( CF2_Stack stack ) in cf2_stack_count()
107 cf2_stack_pushInt( CF2_Stack stack, in cf2_stack_pushInt()
123 cf2_stack_pushFixed( CF2_Stack stack, in cf2_stack_pushFixed()
140 cf2_stack_popInt( CF2_Stack stack ) in cf2_stack_popInt()
162 cf2_stack_popFixed( CF2_Stack stack ) in cf2_stack_popFixed()
187 cf2_stack_getReal( CF2_Stack stack, in cf2_stack_getReal()
212 cf2_stack_setReal( CF2_Stack stack, in cf2_stack_setReal()
229 cf2_stack_pop( CF2_Stack stack, in cf2_stack_pop()
[all …]
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsstack.c58 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/flutter/skia/tests/
DClipStackTest.cpp148 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, in assert_count()
161 SkClipStack stack; in test_iterators() local
278 SkClipStack stack; in test_bounds() local
340 SkClipStack stack; in test_isWideOpen() local
352 SkClipStack stack; in test_isWideOpen() local
360 SkClipStack stack; in test_isWideOpen() local
379 SkClipStack stack; in test_isWideOpen() local
389 SkClipStack stack; in test_isWideOpen() local
402 SkClipStack stack; in test_isWideOpen() local
418 static int count(const SkClipStack& stack) { in count()
[all …]
/third_party/mesa3d/src/mesa/main/
Dmatrix.c102 static void matrix_frustum(struct gl_matrix_stack* stack, in matrix_frustum()
165 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixFrustumEXT() local
179 matrix_ortho(struct gl_matrix_stack* stack, in matrix_ortho()
246 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixOrthoEXT() local
273 struct gl_matrix_stack * stack; in _mesa_MatrixMode() local
294 push_matrix(struct gl_context *ctx, struct gl_matrix_stack *stack, in push_matrix()
346 struct gl_matrix_stack *stack = ctx->CurrentStack; in _mesa_PushMatrix() local
360 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixPushEXT() local
369 pop_matrix( struct gl_context *ctx, struct gl_matrix_stack *stack ) in pop_matrix()
403 struct gl_matrix_stack *stack = ctx->CurrentStack; in _mesa_PopMatrix() local
[all …]
/third_party/pcre2/pcre2/src/sljit/
DsljitUtils.c174 struct sljit_stack *stack; in sljit_allocate_stack() local
199 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack()
206 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize()
218 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack()
227 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack()
238 struct sljit_stack *stack; in sljit_allocate_stack() local
293 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize()
/third_party/boost/libs/compute/include/boost/compute/container/
Dstack.hpp20 class stack class
27 stack() in stack() function in boost::compute::stack
31 stack(const stack<T> &other) in stack() function in boost::compute::stack
/third_party/boost/boost/compute/container/
Dstack.hpp20 class stack class
27 stack() in stack() function in boost::compute::stack
31 stack(const stack<T> &other) in stack() function in boost::compute::stack
/third_party/flutter/engine/flutter/flow/
Dmutators_stack_unittests.cc12 MutatorsStack stack; in TEST() local
17 MutatorsStack stack; in TEST() local
27 MutatorsStack stack; in TEST() local
36 MutatorsStack stack; in TEST() local
45 MutatorsStack stack; in TEST() local
54 MutatorsStack stack; in TEST() local
64 MutatorsStack stack; in TEST() local
73 MutatorsStack stack; in TEST() local
83 MutatorsStack stack; in TEST() local
116 MutatorsStack stack; in TEST() local
/third_party/ltp/lib/
Dcloner.c54 # define clone(fn, stack, flags, arg, ptid, tls, ctid) \ argument
66 size_t stack_size, void *stack, pid_t *ptid, void *tls, pid_t *ctid) in ltp_clone_()
94 size_t stack_size, void *stack) in ltp_clone()
100 size_t stack_size, void *stack, ...) in ltp_clone7()
146 void *stack; in ltp_clone_alloc() local
Dtst_bool_expr.c149 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/boost/libs/compute/test/
Dtest_stack.cpp22 bc::stack<int> stack; in BOOST_AUTO_TEST_CASE() local
33 bc::stack<int> stack; in BOOST_AUTO_TEST_CASE() local
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_stack.c32 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/
Dpthread_attr_getstack.c32 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/
Dmmap18.c130 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/skia/gm/
Dwindowrectangles.cpp49 DrawResult WindowRectanglesGM::coverClipStack(const SkClipStack& stack, SkCanvas* canvas, in coverClipStack()
85 SkClipStack stack; in onDraw() local
/third_party/node/test/parallel/
Dtest-assert-if-error.js19 const stack = err.stack; constant
50 () => assert.ifError({ stack: false }), property
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_vectorize_vs_inputs.c123 struct util_dynarray *stack = ralloc(mem_ctx, struct util_dynarray); in r600_vec_instr_stack_create() local
129 r600_vec_instr_stack_push(struct util_dynarray *stack, nir_instr *instr) in r600_vec_instr_stack_push()
177 r600_vec_instr_stack_pop(nir_builder *b, struct util_dynarray *stack, in r600_vec_instr_stack_pop()
246 const struct util_dynarray *stack = data; in r600_hash_stack() local
277 struct util_dynarray *stack = (struct util_dynarray *) entry->key; in r600_vec_instr_set_add() local
311 struct util_dynarray *stack = (struct util_dynarray *) entry->key; in r600_vec_instr_set_remove() local
/third_party/boost/libs/contract/example/cline90/
Dstack.cpp13 class stack class
23 explicit stack(int capacity) : in stack() function in stack
/third_party/gn/src/base/containers/
Dstack.h19 using stack = std::stack<T, Container>; variable
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/javascript/destructuring/
Ddestructured-object-catch.src.js5 catch({stack}) { field

12345678910>>...19