Home
last modified time | relevance | path

Searched refs:not_used (Results 1 – 21 of 21) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-trap.c179 void usr1_signal_handler(int signo, siginfo_t *si, void *not_used) in usr1_signal_handler() argument
185 void *ping(void *not_used) in ping() argument
234 void *pong(void *not_used) in pong() argument
Dtm-unavailable.c286 void *tm_una_pong(void *not_used) in tm_una_pong() argument
/external/arm-trusted-firmware/include/drivers/
Dmmc.h131 unsigned int not_used: 1; member
175 unsigned int not_used: 1; member
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fusion.cpp88 auto not_used = context_->get_def_use_mgr()->WhileEachUser( in UsedInContinueOrConditionBlock() local
95 return !not_used; in UsedInContinueOrConditionBlock()
381 auto not_used = context_->get_def_use_mgr()->WhileEachUser( in IsUsedInLoop() local
387 return !not_used; in IsUsedInLoop()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fusion.cpp88 auto not_used = context_->get_def_use_mgr()->WhileEachUser( in UsedInContinueOrConditionBlock() local
95 return !not_used; in UsedInContinueOrConditionBlock()
381 auto not_used = context_->get_def_use_mgr()->WhileEachUser( in IsUsedInLoop() local
387 return !not_used; in IsUsedInLoop()
/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops_cpu_gpu.h82 ScopedUnlockUnrefVar* not_used; member
Dstateful_random_ops.cc38 ScopedUnlockUnrefVar* state_var_guard = arg->not_used; in operator ()()
116 arg.not_used = &state_var_guard; in UpdateVariableAndFill()
/external/libaom/libaom/test/
Dcnn_test.cc75 int *not_used = (int *)aom_calloc(num_outputs, sizeof(*not_used)); in RunMultiOutCNNTest() local
78 out_heights, not_used); in RunMultiOutCNNTest()
111 aom_free(not_used); in RunMultiOutCNNTest()
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h1035 OPJ_INT32 not_used; member
1045 OPJ_INT32 not_used; member
/external/webrtc/api/audio/
Decho_canceller3_config_json.cc389 bool not_used; in Aec3ConfigFromJsonString() local
390 Aec3ConfigFromJsonString(json_string, &cfg, &not_used); in Aec3ConfigFromJsonString()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dinternal.h394 const BN_ULONG *not_used, const BN_ULONG *np, in OPENSSL_MSVC_PRAGMA()
/external/boringssl/src/crypto/fipsmodule/bn/
Dinternal.h402 const BN_ULONG *not_used, const BN_ULONG *np, in OPENSSL_MSVC_PRAGMA()
/external/libaom/libaom/av1/encoder/
Dmotion_search_facade.c808 int not_used = 0; in av1_simple_motion_search() local
819 xd, cm, &ms_params, subpel_start_mv, &best_mv.as_mv, &not_used, in av1_simple_motion_search()
/external/libchrome/third_party/ply/
Dyacc.py2508 not_used = 0
2514 not_used = 1
2516 if not_used:
/external/ply/ply/ply/
Dyacc.py2691 not_used = 0
2697 not_used = 1
2699 if not_used:
/external/selinux/python/sepolgen/src/sepolgen/
Dyacc.py2691 not_used = 0
2697 not_used = 1
2699 if not_used:
/external/python/pycparser/pycparser/ply/
Dyacc.py2690 not_used = 0
2696 not_used = 1
2698 if not_used:
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc1127 string not_used; in IsOnDevice() local
1128 if (DeviceNameUtils::SplitDeviceName(device_name, &not_used, &device) && in IsOnDevice()
Dlayout_optimizer.cc591 string not_used; in IsOnGPU() local
592 if (DeviceNameUtils::SplitDeviceName(device_name, &not_used, &device) && in IsOnGPU()
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs1075 not_used: *const Limb, in elem_exp_consttime()
/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.cpp3437 static bool RNBRemoteShouldCancelCallback(void *not_used) { in RNBRemoteShouldCancelCallback() argument