/aosp_15_r20/external/freetype/src/psaux/ |
H A 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() 106 CF2_Int val ) in cf2_stack_pushInt() 121 cf2_stack_pushFixed( CF2_Stack stack, in cf2_stack_pushFixed() 122 CF2_Fixed val ) 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() [all …]
|
/aosp_15_r20/external/libpng/contrib/tools/ |
H A D | pngcp.c | 457 struct stack struct 459 png_alloc_size_t best_size; /* Best so far for this option */ 460 png_alloc_size_t lo_size; 461 png_alloc_size_t hi_size; 462 int lo, hi; /* For binary chop of a range */ 463 int best_val; /* Best value found so far */ 464 int opt_string_end; /* End of the option string in 'curr' */ 465 png_byte opt; /* The option being tested */ 466 png_byte entry; /* The next value entry to be tested */ 467 png_byte end; /* This is the last entry */ [all …]
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | symbol.c | 122 long long val, val2; in sym_validate_range() local 486 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() 505 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() 610 long long val; in sym_string_within_range() local 652 char *val; in sym_set_string_value() local 710 tristate val; in sym_get_string_default() local 779 tristate val; in sym_get_string_value() local 984 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) in dep_stack_insert() 1008 struct dep_stack *stack; in sym_check_print_recursive() local 1134 struct dep_stack stack; in sym_check_sym_deps() local [all …]
|
/aosp_15_r20/external/executorch/runtime/kernel/test/ |
H A D | operator_registry_test.cpp | 94 "test::boo", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F() 124 auto val = values[0].toScalar().to<int64_t>(); in TEST_F() local 137 "test::bar", key_1, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F() 142 "test::bar", key_2, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F() 197 "test::baz", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F() 202 "test::baz", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F() 218 "test::qux", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F() 250 "test::quux", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F() 274 auto val = values[0].toScalar().to<int64_t>(); in TEST_F() local 282 [](KernelRuntimeContext& context, EValue** stack) { in TEST_F() [all …]
|
/aosp_15_r20/art/tools/ahat/etc/ |
H A D | hprofdump.py | 158 stack = readu4(hprof) variable 189 stack = readu4(hprof) variable 198 stack = readu4(hprof) variable 248 stack = readu4(hprof) ; length -= 4 variable 267 val = readval(ty, hprof) ; length -= valsize(ty) variable 275 val = readval(ty, hprof) ; length -= valsize(ty) variable 287 stack = readu4(hprof) ; length -= 4 variable 296 stack = readu4(hprof) ; length -= 4 variable 304 stack = readu4(hprof) ; length -= 4 variable
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-profile.c | 118 unsigned long long val; member 121 struct stack_holder stack; member 128 unsigned long long val; member 215 unsigned long long search_val, unsigned long long val) in add_start() 241 unsigned long long val; member 335 struct stack_data *stack = stack_from_item(item); in match_stack() local 350 struct stack_data *stack; in add_event_stack() local 557 unsigned long long val = 0; in account_task() local 626 unsigned long long val; in handle_end_event() local 647 unsigned long long val; in handle_start_event() local [all …]
|
H A D | trace-hist.c | 84 struct stack_save *stack; in save_stack() local 103 struct stack_save *last = NULL, *stack; in restore_stack() local 259 unsigned long long val; in process_function() local 316 unsigned long long val; in process_function_graph_entry() local 361 unsigned long long val; in process_function_graph_exit() local 416 unsigned long long val; in process_kernel_stack() local 485 unsigned long long val; in process_sched_wakeup() local 510 unsigned long long val; in process_sched_switch() local 535 unsigned long long val; in process_event() local 568 unsigned long long val; in process_record() local
|
/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | frame_unwind.c | 48 __libdwfl_frame_reg_get (Dwfl_Frame *state, unsigned regno, Dwarf_Addr *val) in __libdwfl_frame_reg_get() 65 __libdwfl_frame_reg_set (Dwfl_Frame *state, unsigned regno, Dwarf_Addr val) in __libdwfl_frame_reg_set() 96 do_push (struct eval_stack *stack, Dwarf_Addr val) in do_push() 121 do_pop (struct eval_stack *stack, Dwarf_Addr *val) in do_pop() 145 struct eval_stack stack = in expr_eval() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | vararg_functions.cpp | 103 void tupleUnpack(Stack& stack) { in tupleUnpack() 108 void format(Stack& stack, size_t num_inputs) { in format() 143 void einsum(Stack& stack, size_t num_inputs) { in einsum() 221 void percentFormat(Stack& stack, size_t num_inputs) { in percentFormat() 263 void listUnpack(Stack& stack, size_t num_outputs) { in listUnpack() 274 void tupleConstruct(Stack& stack, size_t num_inputs) { in tupleConstruct() 315 Stack& stack, in namedTupleConstruct() 328 Stack& stack, in listConstruct() 335 [](Stack& stack, const c10::Type& list_type, size_t num_inputs) { in listConstruct() 348 Stack& stack, in dictConstruct() [all …]
|
H A D | register_special_ops.cpp | 186 void createTensorFromList(Stack& stack) { in createTensorFromList() 247 [](Stack& stack) { in __anonedd36e380202() 323 [](Stack& stack) { in __anonedd36e380302() 332 [](Stack& stack) { in __anonedd36e380402() 355 [](Stack& stack) { in __anonedd36e380502() 379 [](Stack& stack) {}, in __anonedd36e380602() 383 [](Stack& stack) { push(stack, false); }, in __anonedd36e380702() 387 [](Stack& stack) { push(stack, true); }, in __anonedd36e380802() 391 [](Stack& stack) { push(stack, false); }, in __anonedd36e380902() 396 [](Stack& stack) { in __anonedd36e380a02() [all …]
|
H A D | register_prim_ops_fulljit.cpp | 37 return [](Stack& stack) { in __anon1bf66a480202() 46 return [](Stack& stack) { in __anon1bf66a480402() 56 return [key](Stack& stack) { in __anon1bf66a480602() 73 return [rg_props](Stack& stack) { in __anon1bf66a480802() 97 return [=](Stack& stack) { in __anon1bf66a480b02() 138 return [raw_dim, chunks](Stack& stack) { in __anon1bf66a480e02() 164 [](Stack& stack) { in __anon1bf66a481002() 181 [](Stack& stack) { in __anon1bf66a481102() 198 return [](Stack& stack) { in __anon1bf66a481402() 206 [](Stack& stack) { AT_ERROR("Should be replaced by prim::BailOut"); }, in __anon1bf66a481602() [all …]
|
H A D | register_prim_ops.cpp | 153 void sort_op(Stack& stack) { in sort_op() 385 int64_t val = static_cast<int64_t>(std::stoll(s->string(), &sz)); in __anonbfe5918f1602() local 1418 void dictSetItem(Stack& stack) { in dictSetItem() 1425 void dictLen(Stack& stack) { in dictLen() 1430 void dictValues(Stack& stack) { in dictValues() 1439 void dictKeys(Stack& stack) { in dictKeys() 1449 void dictGet(Stack& stack) { in dictGet() 1466 void dictSetDefault(Stack& stack) { in dictSetDefault() 1480 void dictPop(Stack& stack) { in dictPop() 1503 void dictDelete(Stack& stack) { in dictDelete() [all …]
|
/aosp_15_r20/external/libffi/src/x86/ |
H A D | ffi.c | 264 char *stack, *argp; in ffi_call_int() local 335 ffi_arg val = extend_basic_type (valp, t); in ffi_call_int() local 423 ffi_closure_inner (struct closure_frame *frame, char *stack) in ffi_closure_inner() 673 char *stack, *argp; in ffi_raw_call() local 742 ffi_arg val = extend_basic_type (avalue, t); in ffi_raw_call() local
|
/aosp_15_r20/cts/hostsidetests/jvmti/base/jni/ |
H A D | redefine.cpp | 62 void SetPop(bool val) { in SetPop() 72 std::stack<std::vector<unsigned char>> stack; in PushRedefinition() local 79 auto stack = redefinitions_.find(name); in RetrieveRedefinition() local 90 auto stack = redefinitions_.find(name); in PopRedefinition() local
|
/aosp_15_r20/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
H A D | NDC.java | 47 public static void inherit(Stack stack) { in inherit() 57 String val = MDC.get(PREFIX + i); in getDepth() local 74 String val = MDC.get(key); in pop() local 86 String val = MDC.get(key); in peek() local
|
/aosp_15_r20/external/deqp/framework/qphelper/ |
H A D | qpTestLog.c | 85 DE_INLINE void ContainerStack_reset(ContainerStack *stack) in ContainerStack_reset() 90 DE_INLINE bool ContainerStack_isEmpty(const ContainerStack *stack) in ContainerStack_isEmpty() 95 DE_INLINE bool ContainerStack_push(ContainerStack *stack, ContainerType type) in ContainerStack_push() 109 DE_INLINE ContainerType ContainerStack_pop(ContainerStack *stack) in ContainerStack_pop() 116 DE_INLINE ContainerType ContainerStack_getTop(const ContainerStack *stack) in ContainerStack_getTop() 267 DE_INLINE void int32ToString(int val, char buf[32]) in int32ToString() 272 DE_INLINE void int64ToString(int64_t val, char buf[32]) in int64ToString()
|
/aosp_15_r20/external/executorch/kernels/prim_ops/ |
H A D | register_prim_ops.cpp | 31 #define __NUMBER_ET_PRIM_OP_IMPL(operator, stack, context) \ argument 46 #define ALGEBRA_ET_PRIM_OP(operator, stack, context) \ argument 50 #define BOOLEAN_ET_PRIM_OP(operator, stack, context) \ argument 333 const auto val = a.toDouble(); in __anon9c72e3c91602() local
|
/aosp_15_r20/external/guice/extensions/struts2/lib/ |
HD | struts2-core-2.2.1.jar | ... .util.Map$Entry {
final synthetic String val$key
final synthetic Object val$value
final synthetic ... |
/aosp_15_r20/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
H A D | go.pass.cpp | 24 static coroutine_handle<> stack[N]; member 59 coroutine_handle<> goroutine::stack[N]; member in goroutine 160 auto val = co_await left.pull(); in pusher() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.coroutines/end.to.end/ |
H A D | go.pass.cpp | 23 static std::coroutine_handle<> stack[N]; member 57 std::coroutine_handle<> goroutine::stack[N]; member in goroutine 158 auto val = co_await left.pull(); in pusher() local
|
/aosp_15_r20/frameworks/av/media/codec2/tests/ |
H A D | C2ComponentInterface_test.cpp | 223 T stack; in queryParamAsExpected() local 251 T stack; in queryUnsupportedParam() local 483 for (const auto &val : validValues) { in testWritableParam() local 502 for (const auto &val : invalidValues) { in testWritableParam() local
|
/aosp_15_r20/external/libxml2/ |
H A D | timsort.h | 197 const int val = SORT_CMP(x, cx); in BINARY_INSERTION_FIND() local 324 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) { in CHECK_INVARIANT() 373 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, in TIM_SORT_MERGE() 426 static int TIM_SORT_COLLAPSE(SORT_TYPE *dst, TIM_SORT_RUN_T *stack, int stack_curr, in TIM_SORT_COLLAPSE()
|
H A D | xpointer.c | 175 #define SKIP(val) ctxt->cur += (val) argument 176 #define NXT(val) ctxt->cur[(val)] argument 610 int stack = 0; in xmlXPtrEval() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | timsort.h | 195 const int val = SORT_CMP(x, cx); in BINARY_INSERTION_FIND() local 322 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) { in CHECK_INVARIANT() 371 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, in TIM_SORT_MERGE() 424 static int TIM_SORT_COLLAPSE(SORT_TYPE *dst, TIM_SORT_RUN_T *stack, int stack_curr, in TIM_SORT_COLLAPSE()
|
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/ |
H A D | oss_proxy_executor.cpp | 20 auto& stack = op_kernel.stack_; in prefill_stack_with_static_arguments() local 368 std::vector<c10::IValue> stack = op_kernel.stack_; in call_function() local 390 int64_t val = flatten_int_args[int_id++]; in call_function() local
|