Home
last modified time | relevance | path

Searched +defs:val +defs:func (Results 101 – 125 of 1070) sorted by relevance

12345678910>>...43

/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/include/sys/
H A Dcdefs.h202 # define __RENAME_IF_FILE_OFFSET64(func) __RENAME(func) argument
204 # define __RENAME_IF_FILE_OFFSET64(func) argument
285 #define __bos_unevaluated_lt(bos_val, val) \ argument
288 #define __bos_unevaluated_le(bos_val, val) \ argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/sys/
H A Dcdefs.h203 # define __RENAME_IF_FILE_OFFSET64(func) __RENAME(func) argument
205 # define __RENAME_IF_FILE_OFFSET64(func) argument
286 #define __bos_unevaluated_lt(bos_val, val) \ argument
289 #define __bos_unevaluated_le(bos_val, val) \ argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/include/sys/
H A Dcdefs.h202 # define __RENAME_IF_FILE_OFFSET64(func) __RENAME(func) argument
204 # define __RENAME_IF_FILE_OFFSET64(func) argument
285 #define __bos_unevaluated_lt(bos_val, val) \ argument
288 #define __bos_unevaluated_le(bos_val, val) \ argument
/aosp_15_r20/bionic/libc/include/sys/
H A Dcdefs.h203 # define __RENAME_IF_FILE_OFFSET64(func) __RENAME(func) argument
205 # define __RENAME_IF_FILE_OFFSET64(func) argument
286 #define __bos_unevaluated_lt(bos_val, val) \ argument
289 #define __bos_unevaluated_le(bos_val, val) \ argument
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DElementwise.cpp36 inline bool compute(const std::function<IntermediateType(IntermediateType)>& func, const T* input, in compute()
52 auto makeQuantized(const std::function<IntermediateType(IntermediateType)>& func, float inScale, in makeQuantized()
54 return [func, inScale, inZeroPoint, outScale, outZeroPoint](T val) -> T { in makeQuantized()
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-list.c62 static void process_file_re(process_file_func func, in process_file_re()
109 static void show_event(process_file_func func, const char *system, in show_event()
122 static void show_system(process_file_func func, const char *system, int flags) in show_system()
135 static void show_event_systems(process_file_func func, char **systems, int flags) in show_event_systems()
143 static void match_system_events(process_file_func func, const char *system, in match_system_events()
159 static void process_events(process_file_func func, const char *re, int flags) in process_events()
428 long long val; in show_options() local
/aosp_15_r20/prebuilts/ndk/current/sources/android/cpufeatures/
H A Dcpu-features.c97 static __inline__ void x86_cpuid(int func, int values[4]) in x86_cpuid()
116 static __inline__ void x86_cpuid(int func, int values[4]) in x86_cpuid()
306 int val = 0; in parse_number() local
397 int val, start_value, end_value; in cpulist_parse() local
844 int val = 0; in android_cpuInit() local
/aosp_15_r20/external/arm-trusted-firmware/drivers/marvell/secure_dfx_access/
H A Dmisc_dfx.c93 static int armada_dfx_swrite(u_register_t addr, u_register_t val) in armada_dfx_swrite()
103 int mvebu_dfx_misc_handle(u_register_t func, u_register_t *read, in mvebu_dfx_misc_handle()
104 u_register_t addr, u_register_t val) in mvebu_dfx_misc_handle()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/marvell/secure_dfx_access/
Dmisc_dfx.c93 static int armada_dfx_swrite(u_register_t addr, u_register_t val) in armada_dfx_swrite()
103 int mvebu_dfx_misc_handle(u_register_t func, u_register_t *read, in mvebu_dfx_misc_handle()
104 u_register_t addr, u_register_t val) in mvebu_dfx_misc_handle()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcontrols.js57 function createButtonListener(button_id_class, func, argument
96 function createInputListener(input_id, func, listener) { argument
104 function validateMacAddress(val) { argument
/aosp_15_r20/external/coreboot/payloads/libpayload/libpci/
H A Dlibpci.c159 u32 val; in pci_scan_single_bus() local
163 uint8_t func = devfn & 0x7; in pci_scan_single_bus() local
212 struct pci_dev *pci_get_dev(struct pci_access* pacc, u16 domain, u8 bus, u8 dev, u8 func) in pci_get_dev()
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java775 native void rsnScriptSetVarI(long con, long id, int slot, int val); in rsnScriptSetVarI()
776 synchronized void nScriptSetVarI(long id, int slot, int val) { in nScriptSetVarI()
786 native void rsnScriptSetVarJ(long con, long id, int slot, long val); in rsnScriptSetVarJ()
787 synchronized void nScriptSetVarJ(long id, int slot, long val) { in nScriptSetVarJ()
797 native void rsnScriptSetVarF(long con, long id, int slot, float val); in rsnScriptSetVarF()
798 synchronized void nScriptSetVarF(long id, int slot, float val) { in nScriptSetVarF()
807 native void rsnScriptSetVarD(long con, long id, int slot, double val); in rsnScriptSetVarD()
808 synchronized void nScriptSetVarD(long id, int slot, double val) { in nScriptSetVarD()
817 native void rsnScriptSetVarV(long con, long id, int slot, byte[] val); in rsnScriptSetVarV()
818 synchronized void nScriptSetVarV(long id, int slot, byte[] val) { in nScriptSetVarV()
[all …]
/aosp_15_r20/external/elfutils/tests/
H A Ddwflmodtest.c51 Dwarf_Word val; in print_instance() local
106 print_inline (Dwarf_Die *func, void *arg) in print_inline()
113 print_func (Dwarf_Die *func, void *arg) in print_func()
/aosp_15_r20/external/pytorch/c10/util/
H A DLogging.cpp30 static std::function<::c10::Backtrace()> func = []() { in GetFetchStackTrace() local
125 const char* val = getenv("PYTORCH_API_USAGE_STDERR"); in IsAPIUsageDebugMode() local
135 static APIUsageLoggerType func = in GetAPIUsageLogger() local
141 static APIUsageMetadataLoggerType func = in GetAPIUsageMetadataLogger() local
148 static DDPUsageLoggerType func = [](const DDPLoggingData&) {}; in GetDDPUsageLogger() local
/aosp_15_r20/external/rust/android-crates-io/crates/clap_derive/src/
Ditem.rs567 let val = if let Some(expr) = &attr.value { in push_attrs() localVariable
573 let val = if attrs in push_attrs() localVariable
580 let val: #ty = #val; in push_attrs() localVariable
590 let val: #ty = #val; in push_attrs() localVariable
631 let val = if attrs in push_attrs() localVariable
695 let val = if let Some(expr) = &attr.value { in push_attrs() localVariable
701 let val = if attrs in push_attrs() localVariable
708 let val: #ty = #val; in push_attrs() localVariable
718 let val: #ty = #val; in push_attrs() localVariable
759 let val = if attrs in push_attrs() localVariable
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_private.h231 #define vtn_foreach_function(func, func_list) \ argument
580 struct vtn_function *func; member
689 struct vtn_function *func; member
749 struct vtn_value *val = vtn_untyped_value(b, value_id); in vtn_push_value() local
777 struct vtn_value *val = vtn_untyped_value(b, value_id); in vtn_value() local
786 struct vtn_value *val = vtn_untyped_value(b, value_id); in vtn_pointer_value() local
819 struct vtn_value *val = vtn_value(b, value_id, vtn_value_type_constant); in vtn_constant_uint() local
837 struct vtn_value *val = vtn_value(b, value_id, vtn_value_type_constant); in vtn_constant_int() local
855 struct vtn_value *val = vtn_untyped_value(b, value_id); in vtn_get_value_type() local
/aosp_15_r20/external/coreboot/src/soc/intel/braswell/
H A Dsmihandler.c28 int slot, func; in busmaster_disable_on_bus() local
29 unsigned int val; in busmaster_disable_on_bus() local
60 static void tristate_gpios(uint32_t val) in tristate_gpios()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_test.cc334 const string& func, in GetGradBody()
390 FunctionDef func = test::function::XTimesTwo(); in TEST_F() local
431 Status GetArg(int index, const Tensor** val) override { in GetArg()
437 void ConsumeArg(int index, Tensor* val) override { *val = std::move(*arg_); } in ConsumeArg()
439 Status SetRetval(int index, const Tensor& val) override { in SetRetval()
1017 const FunctionDef func = in TEST_F() local
1104 const FunctionDef func = in TEST_F() local
1191 const FunctionDef func = FDH::Create( in TEST_F() local
1366 const FunctionDef func = in TEST_F() local
1434 auto func = FDH::Create( // Creates a FunctionDef using NodeDefs in TEST_F() local
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp260 CodeEmitterGM107::emitGPR(int pos, const Value *val) in emitGPR()
267 CodeEmitterGM107::emitSYS(int pos, const Value *val) in emitSYS()
296 CodeEmitterGM107::emitPRED(int pos, const Value *val) in emitPRED()
344 uint32_t val = imm->reg.data.u32; in emitIMMD() local
956 bool val = false; in gm107_selpFlip() local
4315 SchedDataCalculatorGM107::visit(Function *func) in visit()
4444 CodeEmitterGM107::prepareEmission(Function *func) in prepareEmission()
4461 Function *func = reinterpret_cast<Function *>(fi.get()); in prepareEmission() local
/aosp_15_r20/external/mesa3d/src/c11/impl/
H A Dthreads_posix.c58 thrd_start_t func; member
270 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
367 tss_set(tss_t key, void *val) in tss_set()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp374 string value16ToString(const FloatFormat &fmt, const T &val) in value16ToString()
393 string comparisonMessage(const T &val) in comparisonMessage()
400 string comparisonMessage(const int &val) in comparisonMessage()
414 string comparisonMessage(const tcu::IVec2 &val) in comparisonMessage()
429 string comparisonMessage(const tcu::IVec3 &val) in comparisonMessage()
445 string comparisonMessage(const tcu::IVec4 &val) in comparisonMessage()
469 string value32ToString(const FloatFormat &fmt, const T &val) in value32ToString()
483 string value64ToString(const FloatFormat &fmt, const T &val) in value64ToString()
1051 string comparisonMessageInterval(const typename Traits<T>::IVal &val) in comparisonMessageInterval()
1058 string comparisonMessageInterval<int>(const Traits<int>::IVal &val) in comparisonMessageInterval()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_x86_64_shared/gen/include/sys/
Dcdefs.h191 # define __RENAME_IF_FILE_OFFSET64(func) __RENAME(func) argument
193 # define __RENAME_IF_FILE_OFFSET64(func) argument
307 #define __bos_unevaluated_lt(bos_val, val) \ argument
310 #define __bos_unevaluated_le(bos_val, val) \ argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv7-a-neon_shared/gen/include/sys/
Dcdefs.h191 # define __RENAME_IF_FILE_OFFSET64(func) __RENAME(func) argument
193 # define __RENAME_IF_FILE_OFFSET64(func) argument
307 #define __bos_unevaluated_lt(bos_val, val) \ argument
310 #define __bos_unevaluated_le(bos_val, val) \ argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/generated-headers/bionic/libc/libc/android_vendor.34_x86_shared/gen/include/sys/
Dcdefs.h199 # define __RENAME_IF_FILE_OFFSET64(func) __RENAME(func) argument
201 # define __RENAME_IF_FILE_OFFSET64(func) argument
315 #define __bos_unevaluated_lt(bos_val, val) \ argument
318 #define __bos_unevaluated_le(bos_val, val) \ argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv8-a_shared/gen/include/sys/
Dcdefs.h191 # define __RENAME_IF_FILE_OFFSET64(func) __RENAME(func) argument
193 # define __RENAME_IF_FILE_OFFSET64(func) argument
307 #define __bos_unevaluated_lt(bos_val, val) \ argument
310 #define __bos_unevaluated_le(bos_val, val) \ argument

12345678910>>...43