/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_export.py | 56 def func(): function 91 def func(x, y): function 101 def func(x, y): function 129 def func(x, y): function 153 def func(x): function 170 def func(x): function 229 def func(x): function 253 def func(x): function 298 def func(x): function 322 def func(x): function [all …]
|
/aosp_15_r20/external/llvm-libc/test/src/math/ |
H A D | LdExpTest.h | 42 void testSpecialNumbers(LdExpFunc func) { in testSpecialNumbers() 53 void testPowersOfTwo(LdExpFunc func) { in testPowersOfTwo() 57 for (int32_t val : val_array) { in testPowersOfTwo() local 64 void testOverflow(LdExpFunc func) { in testOverflow() 73 void testUnderflowToZeroOnNormal(LdExpFunc func) { in testUnderflowToZeroOnNormal() 86 void testUnderflowToZeroOnSubnormal(LdExpFunc func) { in testUnderflowToZeroOnSubnormal() 99 void testNormalOperation(LdExpFunc func) { in testNormalOperation() 157 #define LIST_LDEXP_TESTS(T, func) \ argument
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/ipq40xx/ |
H A D | gpio.c | 32 void gpio_tlmm_config_set(gpio_t gpio, unsigned int func, in gpio_tlmm_config_set() 36 unsigned int val = 0; in gpio_tlmm_config_set() local 61 void gpio_tlmm_config_get(gpio_t gpio, unsigned int *func, in gpio_tlmm_config_get() 65 unsigned int val; in gpio_tlmm_config_get() local
|
/aosp_15_r20/external/coreboot/src/soc/qualcomm/ipq806x/ |
H A D | gpio.c | 32 void gpio_tlmm_config_set(gpio_t gpio, unsigned int func, in gpio_tlmm_config_set() 36 unsigned int val = 0; in gpio_tlmm_config_set() local 61 void gpio_tlmm_config_get(gpio_t gpio, unsigned int *func, in gpio_tlmm_config_get() 65 unsigned int val; in gpio_tlmm_config_get() local
|
/aosp_15_r20/external/llvm-libc/test/src/math/smoke/ |
H A D | LdExpTest.h | 41 void testSpecialNumbers(LdExpFunc func) { in testSpecialNumbers() 64 void testPowersOfTwo(LdExpFunc func) { in testPowersOfTwo() 68 for (int32_t val : val_array) { in testPowersOfTwo() local 75 void testOverflow(LdExpFunc func) { in testOverflow() 84 void testUnderflowToZeroOnNormal(LdExpFunc func) { in testUnderflowToZeroOnNormal() 97 void testUnderflowToZeroOnSubnormal(LdExpFunc func) { in testUnderflowToZeroOnSubnormal() 110 void testNormalOperation(LdExpFunc func) { in testNormalOperation() 168 #define LIST_LDEXP_TESTS(T, func) \ argument
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/include/intelblocks/ |
H A D | gpio_defs.h | 220 #define PAD_CFG_NF(pad, pull, rst, func) \ argument 226 #define PAD_CFG_NF_LOCK(pad, pull, func, lock_action) \ argument 236 #define PAD_CFG_NF_1V8(pad, pull, rst, func) \ argument 243 #define PAD_CFG_NF_IOSSTATE(pad, pull, rst, func, iosstate) \ argument 250 #define PAD_CFG_NF_IOSTANDBY_IGNORE(pad, pull, rst, func) \ argument 257 #define PAD_CFG_NF_IOSSTATE_IOSTERM(pad, pull, rst, func, iosstate, iosterm) \ argument 264 #define PAD_CFG_NF_VWEN(pad, pull, rst, func) \ argument 270 #define PAD_CFG_GPO(pad, val, rst) \ argument 277 #define PAD_CFG_GPO_LOCK(pad, val, lock_action) \ argument 285 #define PAD_CFG_TERM_GPO(pad, val, pull, rst) \ argument [all …]
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-mem.c | 160 const char *func; member 173 struct func_descr *func; member 202 static struct func_descr *find_func(const char *func) in find_func() 219 static struct func_descr *create_func(const char *func) in create_func() 285 static void add_kmalloc(const char *func, unsigned long long ptr, in add_kmalloc() 337 unsigned long long val; in process_kmalloc() local 341 const char *func; in process_kmalloc() local 369 unsigned long long val; in process_record() local
|
/aosp_15_r20/external/rmi4utils/rmidevice/ |
H A D | rmidevice.cpp | 155 unsigned char val; in QueryBasicProperties() local 177 unsigned short *val = (unsigned short *)infoBuf; in QueryBasicProperties() local 187 unsigned short *val = (unsigned short *)infoBuf; in QueryBasicProperties() local 257 bool RMIDevice::GetFunction(RMIFunction &func, int functionNumber) in GetFunction() 312 RMIFunction func(entry, page_start, interruptCount); in ScanPDT() local
|
/aosp_15_r20/external/lzma/C/ |
H A D | Threads.c | 62 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param) in Thread_Create() 83 WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, CAffinityMask aff… in Thread_Create_With_Affinity() 227 WRes Thread_Create_With_CpuSet(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, const CCpuSet *cpuS… in Thread_Create_With_CpuSet() 295 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param) in Thread_Create() 301 WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, CAffinityMask aff… in Thread_Create_With_Affinity() 547 LONG val = *addend + 1; in InterlockedIncrement() local 563 LONG val = *addend - 1; in InterlockedDecrement() local
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Reactor.hpp | 385 Value *const val; member in rr::RValue 392 explicit Argument(Value *val) in Argument() 399 Value *const val; member in rr::Argument 2084 inline RValue<T> ScalarizeCall(Func func, const RValue<T> &x) in ScalarizeCall() 2097 inline RValue<T> ScalarizeCall(Func func, const RValue<T> &x, const RValue<T> &y) in ScalarizeCall() 2110 inline RValue<T> ScalarizeCall(Func func, const RValue<T> &x, const RValue<T> &y, const RValue<T> &… in ScalarizeCall() 2123 inline RValue<T> Scalarize(Func func, const RValue<T> &x) in Scalarize() 2136 inline RValue<T> Scalarize(Func func, const RValue<T> &x, const RValue<T> &y) in Scalarize() 2149 inline RValue<T> Scalarize(Func func, const RValue<T> &x, const RValue<T> &y, const RValue<T> &z) in Scalarize() 3013 RValue<T> ReinterpretCast(RValue<S> val) in ReinterpretCast() [all …]
|
/aosp_15_r20/external/executorch/runtime/kernel/test/ |
H A D | operator_registry_test.cpp | 113 Result<OpFunction> func = in TEST_F() local 124 auto val = values[0].toScalar().to<int64_t>(); in TEST_F() local 263 Result<OpFunction> func = in TEST_F() local 274 auto val = values[0].toScalar().to<int64_t>(); in TEST_F() local 292 Result<OpFunction> func = get_op_function_from_registry("test::corge", {}); in TEST_F() local 302 auto val = values[0].toScalar().to<int64_t>(); in TEST_F() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_debug.c | 93 get_prim_name(unsigned val) in get_prim_name() 437 BR13(struct debug_stream *stream, unsigned val) in BR13() 447 BR22(struct debug_stream *stream, unsigned val) in BR22() 455 BR23(struct debug_stream *stream, unsigned val) in BR23() 463 BR09(struct debug_stream *stream, unsigned val) in BR09() 469 BR26(struct debug_stream *stream, unsigned val) in BR26() 477 BR11(struct debug_stream *stream, unsigned val) in BR11() 484 BR12(struct debug_stream *stream, unsigned val) in BR12() 490 BR16(struct debug_stream *stream, unsigned val) in BR16() 930 i915_dump_dirty(struct i915_context *i915, const char *func) in i915_dump_dirty() [all …]
|
/aosp_15_r20/external/libtraceevent/plugins/ |
H A D | plugin_kvm.c | 213 #define _ER(reason, val) { #reason, val }, argument 216 int val; member 238 static const char *find_exit_reason(unsigned isa, int val) in find_exit_reason() 261 unsigned long long val; in print_exit_reason() local 280 unsigned long long *val) in tep_plugin_kvm_get_func() 285 __weak void tep_plugin_kvm_put_func(const char *func) in tep_plugin_kvm_put_func() 294 const char *func; in add_rip_function() local 439 unsigned long long val; in kvm_mmu_print_role() local 486 unsigned long long val; in kvm_mmu_get_page_handler() local
|
/aosp_15_r20/external/ublksrv/qcow2/ |
H A D | qcow2_meta.h | 81 void set_dirty(unsigned int idx, bool val) { in set_dirty() 106 void set_update(bool val) { in set_update() 139 void set_prep_flush(bool val) in set_prep_flush() 354 bool entry_val_is_dirty(u64 val) { in entry_val_is_dirty() 427 void set_blk_dirty(u32 idx, bool val) in set_blk_dirty() 491 u64 val = be64_to_cpu(((const u64 *)addr)[idx]); in get_entry_fast() local 496 void set_entry_fast(u32 idx, u64 val) { in set_entry_fast() 530 void set_entry_fast(u32 idx, u64 val) { in set_entry_fast() 657 void set_entry_fast(u32 idx, u64 val) { in set_entry_fast() 717 u64 val = be64_to_cpu(((const u64 *)addr)[idx]); in get_entry_fast() local [all …]
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 637 const struct dxil_func *func = dxil_get_function(&ctx->mod, in emit_unary_call() local 660 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.binary", overload); in emit_binary_call() local 684 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.tertiary", overload); in emit_tertiary_call() local 710 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.quaternary", overload); in emit_quaternary_call() local 732 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.threadId", DXIL_I32); in emit_threadid_call() local 753 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.threadIdInGroup", DXIL_I32); in emit_threadidingroup_call() local 774 …const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.flattenedThreadIdInGroup", DXIL… in emit_flattenedthreadidingroup_call() local 794 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.groupId", DXIL_I32); in emit_groupid_call() local 820 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.rawBufferLoad", overload); in emit_raw_bufferload_call() local 841 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.bufferLoad", overload); in emit_bufferload_call() local [all …]
|
/aosp_15_r20/external/coreboot/payloads/coreinfo/ |
H A D | pci_module.c | 41 pcidev_t val = list[len / 2].device; in partition() local 92 unsigned int bus, slot, func; in pci_module_redraw() local 156 int slot, func; in ci_pci_scan_bus() local 157 unsigned int val; in ci_pci_scan_bus() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | function.cc | 116 void AddAttr(const string& name, const T& val, NodeDef* ndef) { in AddAttr() 783 auto substitute = [attr_values, &sig](const string& name, AttrValue* val) { in InstantiateFunction() 1189 Status FunctionCallFrame::GetArg(int index, const Tensor** val) { in GetArg() 1198 Status FunctionCallFrame::SetRetval(int index, const Tensor& val) { in SetRetval() 1340 const string& func, const FunctionLibraryDefinition& other) { in CopyFunctionDefFrom() 1483 const string& func, const FunctionDef& fdef, in ReplaceFunction() 1500 Status FunctionLibraryDefinition::RemoveFunction(const string& func) { in RemoveFunction() 1506 Status FunctionLibraryDefinition::RemoveFunctionHelper(const string& func) { in RemoveFunctionHelper() 1522 Status FunctionLibraryDefinition::RemoveGradient(const string& func) { in RemoveGradient() 1689 const FunctionDef* func = flib.Find(func_name); in ReachableFunctions() local [all …]
|
/aosp_15_r20/cts/tests/media/jni/ |
H A D | NativeMediaFormatUnitTest.cpp | 135 int32_t val; in validateFormatInt32() local 173 int64_t val; in validateFormatInt64() local 211 float val; in validateFormatFloat() local 250 double val; in validateFormatDouble() local 288 size_t val; in validateFormatSize() local 326 const char* val; in validateFormatString() local 568 #define testMediaFormatfuncNative(func) \ argument 611 #define nativeTestMediaFormatfunc(func) \ in testMediaFormatfuncNative() argument
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/include/lpm/ |
D | mt_lp_api.h | 42 struct mt_lpm_pubevent_data val; member 51 #define MT_LP_SUBSCRIBE_SUSPEND(func) SUBSCRIBE_TO_EVENT(suspend_publish_event, func) argument 52 #define MT_LP_SUBSCRIBE_LPM(func) SUBSCRIBE_TO_EVENT(lpm_publish_event, func) argument 56 #define MT_LP_SUBSCRIBE_SUSPEND(func) argument 57 #define MT_LP_SUBSCRIBE_LPM(func) argument
|
/aosp_15_r20/external/mesa3d/src/c11/impl/ |
H A D | threads_win32.c | 63 thrd_start_t func; member 103 struct impl_call_once_param { void (*func)(void); }; member 136 void* val = tss_get(impl_tss_dtor_tbl[i].key); in impl_tss_dtor_invoke() local 294 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() 446 tss_set(tss_t key, void *val) in tss_set()
|
/aosp_15_r20/external/virglrenderer/src/mesa/compat/c11/ |
H A D | threads_win32.h | 114 thrd_start_t func; member 147 struct impl_call_once_param { void (*func)(void); }; member 181 void* val = tss_get(impl_tss_dtor_tbl[i].key); in impl_tss_dtor_invoke() local 351 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() 502 tss_set(tss_t key, void *val) in tss_set()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
H A D | legalize_utils.cc | 170 std::function<double(double)> func) { in getTosaConst8bitTable() 200 std::function<double(double)> func, double min, in getTosaConst16bitTable() 243 std::function<double(double)> func, in getTosaConst32bitTable() 309 float val) { in getTosaConstTensorSingleF32() 320 int32_t val) { in getTosaConstTensorSingleI32() 331 LogicalResult getVectorFromValue32(Value val, SmallVectorImpl<int32_t>& vec) { in getVectorFromValue32() 559 func::FuncOp func, const FrozenRewritePatternSet& patterns) { in ApplyPatternsWithShapeResolution() argument
|
/aosp_15_r20/external/ublksrv/include/nlohmann/ |
H A D | json.hpp | 2572 #define NLOHMANN_JSON_PASTE2(func, v1) func(v1) argument 2573 #define NLOHMANN_JSON_PASTE3(func, v1, v2) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE2(func… argument 2574 #define NLOHMANN_JSON_PASTE4(func, v1, v2, v3) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE3(… argument 2575 #define NLOHMANN_JSON_PASTE5(func, v1, v2, v3, v4) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PAS… argument 2576 #define NLOHMANN_JSON_PASTE6(func, v1, v2, v3, v4, v5) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON… argument 2577 #define NLOHMANN_JSON_PASTE7(func, v1, v2, v3, v4, v5, v6) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_… argument 2578 #define NLOHMANN_JSON_PASTE8(func, v1, v2, v3, v4, v5, v6, v7) NLOHMANN_JSON_PASTE2(func, v1) NLOHM… argument 2579 #define NLOHMANN_JSON_PASTE9(func, v1, v2, v3, v4, v5, v6, v7, v8) NLOHMANN_JSON_PASTE2(func, v1) N… argument 2580 #define NLOHMANN_JSON_PASTE10(func, v1, v2, v3, v4, v5, v6, v7, v8, v9) NLOHMANN_JSON_PASTE2(func, … argument 2581 #define NLOHMANN_JSON_PASTE11(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) NLOHMANN_JSON_PASTE2(f… argument [all …]
|
/aosp_15_r20/external/libpng/contrib/tools/ |
H A D | pngcp.c | 942 int val = dp->value[opt]; in next_opt() local 1376 int i = 0, negate = (strncmp(arg+2, "no-", 3) == 0), val; in opt_check() local 1942 int val; in search_compression() local 1944 # define SET(name, func) if (getsearchopts(dp, #name, &val))\ in search_compression() argument 1953 int val; in set_compression() local 1955 # define SET(name, func) if (getallopts(dp, #name, &val))\ in set_compression() argument 1965 int val; in set_ICC_profile_compression() local 1967 # define SET(name, func) if (getallopts(dp, "ICC-profile-" #name, &val))\ in set_ICC_profile_compression() argument 1985 int val; in set_text_compression() local 1987 # define SET(name, func) if (getallopts(dp, "text-" #name, &val))\ in set_text_compression() argument [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | signalmodule.c | 108 _Py_atomic_address func; member 166 set_handler(int i, PyObject* func) in set_handler() 182 compare_handler(PyObject *func, PyObject *dfl_ign_handler) in compare_handler() 274 PyObject *exc, *val, *tb; in report_wakeup_write_error() local 291 PyObject *exc, *val, *tb; in report_wakeup_send_error() local 524 void (*func)(int); in signal_signal_impl() local 1620 PyObject *func; local 1776 PyObject *func = get_handler(signum); local 1856 PyObject *func = get_handler(i); local 1926 PyObject *func = get_handler(signum); local
|