/aosp_15_r20/external/llvm-libc/test/UnitTest/ |
H A D | FPExceptMatcher.cpp | 28 #define siglongjmp(buf, val) longjmp(buf, val) argument 39 FPExceptMatcher::FPExceptMatcher(FunctionCaller *func) { in FPExceptMatcher()
|
/aosp_15_r20/external/llvm-libc/test/integration/src/pthread/ |
H A D | pthread_exit_test.cpp | 19 int val; member in A 34 void *func(void *) { in func() function
|
/aosp_15_r20/external/llvm-libc/test/integration/src/threads/ |
H A D | thrd_exit_test.cpp | 19 int val; member in A 34 int func(void *) { in func() function
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | glsl_to_nir.cpp | 622 nir_function *func = nir_function_create(shader, ir->function_name()); in create_function() local 681 nir_function *func = (nir_function *) entry->data; in visit() local 1492 ir_rvalue *val = ((ir_instruction *)param)->as_rvalue(); in visit() local 1540 ir_rvalue *val = ((ir_instruction *)param)->as_rvalue(); in visit() local 2594 int val = c->get_int_component(j); in visit() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | freeze_module.cpp | 93 const std::function<void(std::shared_ptr<Graph>&)>& func) { in optimizeSubGraphs() 409 for (auto& val : usedAttrs_) { in recordMutableAttrs() local 447 auto val = pair.value(); in overrideGradient() local 740 const std::function<void(std::shared_ptr<Graph>&)>& func) { in applyToForkSubgraph() 943 for (auto& val : SharedTypeSubModules_[type]) { in removeUnusedAttrs() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | genobject.c | 421 PyObject *typ, PyObject *val, PyObject *tb) in _gen_throw() 484 PyObject *val; in _gen_throw() local 572 PyObject *val = NULL; in gen_throw() local 893 make_gen(PyTypeObject *type, PyFunctionObject *func) in make_gen() 919 _Py_MakeCoro(PyFunctionObject *func) in _Py_MakeCoro() 2008 _PyAsyncGenValueWrapperNew(PyObject *val) in _PyAsyncGenValueWrapperNew() 2129 PyObject *val = NULL; in async_gen_athrow_send() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/ |
H A D | test_decorate.cpp | 215 Tl val = (genrand<Tl>(seed) % hiVal); in verify_saturated_results() local 258 To val = (To)std::min<Ti>(std::max<Ti>(ival, loVal), hiVal); in verify_saturated_results() local 381 int sign(T val) in sign() 409 #define TEST_SPIRV_FP_ROUNDING_DECORATE(name, func, Ti, To) \ argument
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | LLVMJIT.cpp | 400 T alignUp(T val, T alignment) in alignUp() 432 static void atomicStore(void *ptr, void *val, llvm::AtomicOrdering ordering) in atomicStore() 439 static uint32_t sync_fetch_and_op(uint32_t volatile *ptr, uint32_t val, F f) in sync_fetch_and_op() 498 …static uint32_t sync_fetch_and_add_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_add_4(… in sync_fetch_and_add_4() 499 …static uint32_t sync_fetch_and_and_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_and_4(… in sync_fetch_and_and_4() 500 …static uint32_t sync_fetch_and_or_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_or_4(pt… in sync_fetch_and_or_4() 501 …static uint32_t sync_fetch_and_xor_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_xor_4(… in sync_fetch_and_xor_4() 502 …static uint32_t sync_fetch_and_sub_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_sub_4(… in sync_fetch_and_sub_4() 503 …static uint32_t sync_lock_test_and_set_4(uint32_t *ptr, uint32_t val) { return __sync_lock_test_an… in sync_lock_test_and_set_4() 506 static uint32_t sync_fetch_and_max_4(uint32_t *ptr, uint32_t val) in sync_fetch_and_max_4() [all …]
|
/aosp_15_r20/external/trusty/musl/src/mq/ |
D | mq_notify.c | 21 void (*func)(union sigval) = args->sev->sigev_notify_function; in start() local 22 union sigval val = args->sev->sigev_value; in start() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | attr_value_util.cc | 141 const NameAttrList& func = a.func(); in AttrValueHash() local 180 string SummarizeFunc(const NameAttrList& func) { in SummarizeFunc() 654 bool HasPlaceHolder(const AttrValue& val) { in HasPlaceHolder() 657 for (const NameAttrList& func : val.list().func()) { in HasPlaceHolder() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/ |
H A D | map_defun_op.cc | 95 Status GetArg(int index, const Tensor** val) override { in GetArg() 124 Status SetRetval(int index, const Tensor& val) override { in SetRetval() 173 const NameAttrList* func; in MapDefunOp() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | local_access_chain_convert_pass.cpp | 76 uint32_t val = static_cast<uint32_t>(long_value); in AppendConstantOperands() local 221 void LocalAccessChainConvertPass::FindTargetVars(Function* func) { in FindTargetVars() 267 Function* func) { in ConvertLocalAccessChains()
|
/aosp_15_r20/external/executorch/runtime/executor/test/ |
H A D | executor_test.cpp | 92 Result<OpFunction> func = get_op_function_from_registry(op_name); in TEST_F() local 192 Result<OpFunction> func = in TEST_F() local 203 auto val = values[0].toScalar().to<int64_t>(); in TEST_F() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | local_access_chain_convert_pass.cpp | 76 uint32_t val = static_cast<uint32_t>(long_value); in AppendConstantOperands() local 221 void LocalAccessChainConvertPass::FindTargetVars(Function* func) { in FindTargetVars() 267 Function* func) { in ConvertLocalAccessChains()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | local_access_chain_convert_pass.cpp | 76 uint32_t val = static_cast<uint32_t>(long_value); in AppendConstantOperands() local 221 void LocalAccessChainConvertPass::FindTargetVars(Function* func) { in FindTargetVars() 267 Function* func) { in ConvertLocalAccessChains()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _asynciomodule.c | 354 call_soon(PyObject *loop, PyObject *func, PyObject *arg, PyObject *ctx) in call_soon() 1182 FutureObj_set_blocking(FutureObj *fut, PyObject *val, void *Py_UNUSED(ignored)) in FutureObj_set_blocking() 1213 FutureObj_set_log_traceback(FutureObj *fut, PyObject *val, void *Py_UNUSED(ignored)) in FutureObj_set_log_traceback() 1411 PyObject *func; in FutureObj_finalize() local 1655 PyObject *type, *val = NULL, *tb = NULL; in FutureIter_throw() local 2094 TaskObj_set_log_destroy_pending(TaskObj *task, PyObject *val, void *Py_UNUSED(ignored)) in TaskObj_set_log_destroy_pending() 2432 PyObject *func; in TaskObj_finalize() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/ |
H A D | prepare_lifting.cc | 58 bool HasEqualElementSize(Value filter, Attribute val, in HasEqualElementSize() 114 auto func = getOperation(); in runOnOperation() local
|
/aosp_15_r20/external/python/cpython2/Modules/zlib/ |
D | deflate.c | 125 compress_func func; member 574 compress_func func; local 930 int val; local 952 int val; local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/ |
D | deflate.c | 125 compress_func func; member 574 compress_func func; local 930 int val; local 952 int val; local
|
/aosp_15_r20/external/zlib/ |
H A D | deflate.c | 121 compress_func func; member 794 compress_func func; in deflateParams() local 1158 int val; in deflate() local 1180 int val; in deflate() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | bltinmodule.c | 94 PyObject *func, *name, *winner, *prep; in builtin___build_class__() local 487 PyObject *func; member 494 PyObject *func, *seq; in filter_new() local 1234 PyObject *func; member 1240 PyObject *it, *iters, *func; in map_new() local 1363 PyObject *val = Py_TYPE(it)->tp_iternext(it); in map_next() local 1732 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
|
/aosp_15_r20/external/musl/src/mq/ |
H A D | mq_notify.c | 24 void (*func)(union sigval) = args->sev->sigev_notify_function; in start() local 25 union sigval val = args->sev->sigev_value; in start() local
|
/aosp_15_r20/external/iproute2/tipc/ |
H A D | cmdl.h | 38 int (*func)(struct nlmsghdr *nlh, const struct cmd *cmd, member 46 char *val; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/ |
D | decode_fast.c | 132 upb_EpsCopyInputStream_ParseDelimitedFunc* func, void* ctx) { in fastdecode_delimited() 297 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 308 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge() 324 static const char* fastdecode_varint64(const char* ptr, uint64_t* val) { in fastdecode_varint64() 404 uint64_t val; in fastdecode_topackedvarint() local
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/internal/ |
H A D | decode_fast.c | 114 upb_EpsCopyInputStream_ParseDelimitedFunc* func, void* ctx) { in fastdecode_delimited() 280 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 291 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge() 307 static const char* fastdecode_varint64(const char* ptr, uint64_t* val) { in fastdecode_varint64() 387 uint64_t val; in fastdecode_topackedvarint() local
|