Home
last modified time | relevance | path

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

12345678910>>...24

/external/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 …]
/external/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 void cil_stack_push(struct cil_stack *stack, enum cil_flavor flavor, void *data) in cil_stack_push()
83 struct cil_stack_item *cil_stack_pop(struct cil_stack *stack) in cil_stack_pop()
93 struct cil_stack_item *cil_stack_peek(struct cil_stack *stack) in cil_stack_peek()
102 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
/external/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 …]
/external/skqp/tests/
DClipStackTest.cpp146 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, in assert_count()
159 SkClipStack stack; in test_iterators() local
276 SkClipStack stack; in test_bounds() local
338 SkClipStack stack; in test_isWideOpen() local
350 SkClipStack stack; in test_isWideOpen() local
358 SkClipStack stack; in test_isWideOpen() local
377 SkClipStack stack; in test_isWideOpen() local
387 SkClipStack stack; in test_isWideOpen() local
400 SkClipStack stack; in test_isWideOpen() local
416 static int count(const SkClipStack& stack) { in count()
[all …]
/external/easymock/src/org/easymock/internal/
DLastControl.java48 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in reportMatcher() local
57 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in pullMatchers() local
66 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in reportAnd() local
72 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in reportNot() local
78 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in popLastArgumentMatchers() local
98 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in reportOr() local
104 Stack<Invocation> stack = threadToCurrentInvocation.get(); in getCurrentInvocation() local
112 Stack<Invocation> stack = threadToCurrentInvocation.get(); in pushCurrentInvocation() local
121 Stack<Invocation> stack = threadToCurrentInvocation.get(); in popCurrentInvocation() local
/external/v8/src/torque/
Dcc-generator.cc71 Stack<std::string> stack; in EmitBlock() local
100 Stack<std::string>* stack) { in EmitInstruction()
106 Stack<std::string>* stack) { in EmitInstruction()
112 Stack<std::string>* stack) { in EmitInstruction()
118 std::vector<std::string> constexpr_arguments, Stack<std::string>* stack) { in ProcessArgumentsCommon()
140 Stack<std::string>* stack) { in EmitInstruction()
209 Stack<std::string>* stack) { in EmitInstruction()
250 Stack<std::string>* stack) { in EmitInstruction()
255 Stack<std::string>* stack) { in EmitInstruction()
261 Stack<std::string>* stack) { in EmitInstruction()
[all …]
Dcsa-generator.cc70 Stack<std::string> stack; in EmitBlock() local
104 Stack<std::string>* stack) { in EmitInstruction()
116 Stack<std::string>* stack) { in EmitInstruction()
126 Stack<std::string>* stack) { in EmitInstruction()
156 std::vector<std::string> constexpr_arguments, Stack<std::string>* stack) { in ProcessArgumentsCommon()
178 Stack<std::string>* stack) { in EmitInstruction()
310 Stack<std::string>* stack) { in EmitInstruction()
362 Stack<std::string>* stack) { in EmitInstruction()
483 Stack<std::string>* stack) { in EmitInstruction()
536 Stack<std::string>* stack) { in EmitInstruction()
[all …]
Dinstructions.cc37 void PeekInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
56 void PokeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
72 void DeleteRangeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
83 Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction()
97 Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction()
111 Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction()
147 void CallIntrinsicInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
186 void CallCsaMacroInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
247 Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction()
366 void CallBuiltinInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
[all …]
Dtorque-code-generator.cc26 Stack<std::string>* stack) { in EmitInstruction()
43 Stack<std::string>* stack) { in EmitInstruction()
48 Stack<std::string>* stack) { in EmitInstruction()
54 const DeleteRangeInstruction& instruction, Stack<std::string>* stack) { in EmitInstruction()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DStackExtensions.cs45 public static T elementAt<T>( this Stack<T> stack, int index ) in elementAt()
51 public static T peek<T>( this Stack<T> stack ) in peek()
57 public static T pop<T>( this Stack<T> stack ) in pop()
63 public static void push<T>( this Stack<T> stack, T obj ) in push()
69 public static int size<T>( this Stack<T> stack ) in size()
75 public static void setSize<T>( this Stack<T> stack, int size ) in setSize()
/external/webrtc/webrtc/libjingle/xmllite/
Dxmlnsstack_unittest.cc27 XmlnsStack stack; in TEST() local
40 XmlnsStack stack; in TEST() local
55 XmlnsStack stack; in TEST() local
90 XmlnsStack stack; in TEST() local
166 XmlnsStack stack; in TEST() local
214 XmlnsStack stack; in TEST() local
/external/libnetfilter_conntrack/src/conntrack/
Dstack.c17 struct stack { struct
24 struct stack *stack_create(size_t elem_size, int max_elems) in stack_create() argument
/external/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
293 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()
394 struct gl_matrix_stack *stack = ctx->CurrentStack; in _mesa_PopMatrix() local
[all …]
/external/u-boot/lib/zstd/
Dzstd_common.c18 #define stack_push(stack, size) \ argument
28 ZSTD_stack *stack = (ZSTD_stack *)workspace; in ZSTD_initStack() local
43 ZSTD_stack *stack = (ZSTD_stack *)opaque; in ZSTD_stackAllocAll() local
50 ZSTD_stack *stack = (ZSTD_stack *)opaque; in ZSTD_stackAlloc() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stackdepot_test.cc24 StackTrace stack = StackDepotGet(i1); in TEST() local
31 StackTrace stack = StackDepotGet((1 << 30) - 1); in TEST() local
37 StackTrace stack = StackDepotGet(i1); in TEST() local
42 StackTrace stack = StackDepotGet(0); in TEST() local
52 StackTrace stack = StackDepotGet(i1); in TEST() local
86 StackTrace stack = StackDepotGet(ids[i]); in TEST() local
/external/volley/src/test/java/com/android/volley/toolbox/
DBaseHttpStackTest.java38 BaseHttpStack stack = in legacyRequestWithoutBody() local
57 BaseHttpStack stack = in legacyResponseWithBody() local
78 BaseHttpStack stack = in legacyResponseHeaders() local
/external/speex/libspeexdsp/
Dstack_alloc.h91 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) argument
93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VA… argument
97 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) argument
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)… argument
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DFrameSnapshotTest.java87 final Object[] stack = arr(Opcodes.INTEGER, Opcodes.LONG, in should_combine_slots_when_doube_or_long_types_are_given() local
100 final Object[] stack = arr(Opcodes.INTEGER, Opcodes.LONG); in should_decrease_stack_when_popCount_is_given() local
118 final Object[] stack = arr(Opcodes.NULL); in after_aaload_stack_should_contain_null_when_input_array_is_null() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DFrameSnapshot.java30 private final Object[] stack; field in FrameSnapshot
32 private FrameSnapshot(final Object[] locals, final Object[] stack) { in FrameSnapshot()
52 final Object[] stack = reduce(analyzer.stack, popCount); in create() local
/external/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
/external/toolchain-utils/binary_search_tool/full_bisect_test/
Dstack.c6 pop (struct stack_struct **stack) in pop()
19 push (struct stack_struct **stack, tree_ptr value) in push()
/external/perfetto/src/trace_processor/importers/common/
Dslice_tracker.cc118 auto finder = [this, category, name](const SlicesStack& stack) { in End()
131 auto& stack = stacks_[track_id]; in AddArgs() local
152 return CompleteSlice(ts, t_id, args_callback, [](const SlicesStack& stack) { in EndGpu()
161 return CompleteSlice(ts, t_id, args_callback, [](const SlicesStack& stack) { in EndFrameEvent()
178 auto* stack = &stacks_[track_id]; in StartSlice() local
225 auto& stack = stacks_[track_id]; in CompleteSlice() local
258 const SlicesStack& stack, in MatchingIncompleteSliceIndex()
289 void SliceTracker::MaybeCloseStack(int64_t ts, SlicesStack* stack) { in MaybeCloseStack()
345 int64_t SliceTracker::GetStackHash(const SlicesStack& stack) { in GetStackHash()
/external/testng/src/main/java/org/testng/reporters/util/
DStackTraceTools.java16 public static int getTestRoot(StackTraceElement[] stack,ITestNGMethod method) { in getTestRoot()
32 …public static StackTraceElement[] getTestNGInstrastructure(StackTraceElement[] stack,ITestNGMethod… in getTestNGInstrastructure()
/external/compiler-rt/lib/msan/
Dmsan_poisoning.cc44 StackTrace *stack) { in CopyOrigin()
99 StackTrace *stack) { in MoveShadowAndOrigin()
109 StackTrace *stack) { in CopyShadowAndOrigin()
117 void CopyMemory(void *dst, const void *src, uptr size, StackTrace *stack) { in CopyMemory()
165 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory()

12345678910>>...24