/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/ |
D | flag.cc | 230 void FlagImpl::StoreValue(const void* src) { in StoreValue() function in absl::flags_internal::FlagImpl 373 StoreValue(flag_state.value_.heap_allocated); in RestoreState() 376 StoreValue(&flag_state.value_.one_word); in RestoreState() 379 StoreValue(&flag_state.value_.two_words); in RestoreState() 469 StoreValue(src); in Write() 490 StoreValue(tentative_value.get()); in ParseFrom() 511 StoreValue(tentative_value.get()); in ParseFrom() 529 StoreValue(default_value_.dynamic_value); in ParseFrom()
|
D | flag.h | 517 void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
|
/external/openscreen/third_party/abseil/src/absl/flags/internal/ |
D | flag.cc | 230 void FlagImpl::StoreValue(const void* src) { in StoreValue() function in absl::flags_internal::FlagImpl 373 StoreValue(flag_state.value_.heap_allocated); in RestoreState() 376 StoreValue(&flag_state.value_.one_word); in RestoreState() 379 StoreValue(&flag_state.value_.two_words); in RestoreState() 469 StoreValue(src); in Write() 490 StoreValue(tentative_value.get()); in ParseFrom() 511 StoreValue(tentative_value.get()); in ParseFrom() 529 StoreValue(default_value_.dynamic_value); in ParseFrom()
|
D | flag.h | 517 void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
|
/external/libtextclassifier/abseil-cpp/absl/flags/internal/ |
D | flag.cc | 230 void FlagImpl::StoreValue(const void* src) { in StoreValue() function in absl::flags_internal::FlagImpl 373 StoreValue(flag_state.value_.heap_allocated); in RestoreState() 376 StoreValue(&flag_state.value_.one_word); in RestoreState() 379 StoreValue(&flag_state.value_.two_words); in RestoreState() 469 StoreValue(src); in Write() 490 StoreValue(tentative_value.get()); in ParseFrom() 511 StoreValue(tentative_value.get()); in ParseFrom() 529 StoreValue(default_value_.dynamic_value); in ParseFrom()
|
D | flag.h | 517 void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
|
/external/abseil-cpp/absl/flags/internal/ |
D | flag.cc | 131 void FlagImpl::StoreValue(const void* src) { in StoreValue() function in absl::flags_internal::FlagImpl 283 StoreValue(src); in Write() 304 StoreValue(tentative_value.get()); in SetFromString() 325 StoreValue(tentative_value.get()); in SetFromString() 343 StoreValue(default_value_.dynamic_value); in SetFromString()
|
D | flag.h | 473 void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
|
/external/webrtc/third_party/abseil-cpp/absl/flags/internal/ |
D | flag.cc | 131 void FlagImpl::StoreValue(const void* src) { in StoreValue() function in absl::flags_internal::FlagImpl 283 StoreValue(src); in Write() 304 StoreValue(tentative_value.get()); in SetFromString() 325 StoreValue(tentative_value.get()); in SetFromString() 343 StoreValue(default_value_.dynamic_value); in SetFromString()
|
D | flag.h | 473 void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
|
/external/angle/third_party/abseil-cpp/absl/flags/internal/ |
D | flag.cc | 227 void FlagImpl::StoreValue(const void* src) { in StoreValue() function in absl::flags_internal::FlagImpl 377 StoreValue(flag_state.value_.heap_allocated); in RestoreState() 380 StoreValue(&flag_state.value_.one_word); in RestoreState() 482 StoreValue(src); in Write() 503 StoreValue(tentative_value.get()); in ParseFrom() 524 StoreValue(tentative_value.get()); in ParseFrom() 542 StoreValue(default_value_.dynamic_value); in ParseFrom()
|
D | flag.h | 477 void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
|
/external/libchrome/base/ |
D | task_runner_util_unittest.cc | 23 void StoreValue(int* destination, int value) { in StoreValue() function 77 Bind(&StoreValue, &result)); in TEST()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 305 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress() 310 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress() 409 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
|
D | PPCHazardRecognizers.h | 72 const Value *StoreValue[4]; variable
|
D | PPCISelLowering.cpp | 7157 SDValue StoreValue = BVN->getOperand(i); in LowerBUILD_VECTOR() local 7159 StoreValue = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, StoreValue); in LowerBUILD_VECTOR() 7162 StoreValue, Idx, in LowerBUILD_VECTOR()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress() 307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress() 406 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
|
D | PPCHazardRecognizers.h | 71 const Value *StoreValue[4]; variable
|
D | PPCISelLowering.cpp | 8670 SDValue StoreValue = BVN->getOperand(i); in LowerBUILD_VECTOR() local 8672 StoreValue = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, StoreValue); in LowerBUILD_VECTOR() 8674 Stores.push_back(DAG.getStore(DAG.getEntryNode(), dl, StoreValue, Idx, in LowerBUILD_VECTOR()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress() 307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress() 406 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
|
D | PPCHazardRecognizers.h | 71 const Value *StoreValue[4]; variable
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 4841 auto *StoreValue = Operation(Tmp); in lowerLoadLinkedStoreExclusive() local 4842 assert(StoreValue->mustHaveReg()); in lowerLoadLinkedStoreExclusive() 4851 _strex(Success, StoreValue, formMemoryOperand(AddrR, Ty), Cond) in lowerLoadLinkedStoreExclusive()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 3877 inline void StoreValue(int32x4x4_t value_to_store, int8_t* output) { in StoreValue() function 3889 inline void StoreValue(int32x4x4_t value_to_store, uint8_t* output) { in StoreValue() function 4049 StoreValue(temp_val, output_data + j); in SoftmaxInt8LUT()
|