/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_clock.cc | 93 ThreadClock::ThreadClock(unsigned tid, unsigned reused) in ThreadClock() argument 95 , reused_(reused + 1) { // 0 has special meaning in ThreadClock() 101 clk_[tid_].reused = reused_; in ThreadClock() 120 if (src->elem(tid_).reused == reused_) { in acquire() 153 src->elem(tid_).reused = reused_; in acquire() 198 ce.reused = 0; in release() 204 dst->elem(i).reused = 0; in release() 212 dst->elem(tid_).reused = reused_; in release() 237 ce.reused = 0; in ReleaseStore() 244 ce.reused = 0; in ReleaseStore() [all …]
|
D | tsan_clock.h | 23 u64 reused : 64 - kClkBits; member 85 explicit ThreadClock(unsigned tid, unsigned reused = 0);
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_FusedBatchNormGrad.pbtxt | 25 mean to be reused in gradient computation. When is_training is 26 False, a 1D Tensor for the population mean to be reused in both 34 variance (inverted variance in the cuDNN case) to be reused in 36 for the population variance to be reused in both 1st and 2nd
|
D | api_def_FusedBatchNormGradV2.pbtxt | 25 mean to be reused in gradient computation. When is_training is 26 False, a 1D Tensor for the population mean to be reused in both 34 variance (inverted variance in the cuDNN case) to be reused in 36 for the population variance to be reused in both 1st and 2nd
|
D | api_def_FusedBatchNorm.pbtxt | 58 A 1D Tensor for the computed batch mean, to be reused 66 in the cuDNN case), to be reused in the gradient computation.
|
D | api_def_FusedBatchNormV2.pbtxt | 58 A 1D Tensor for the computed batch mean, to be reused 66 in the cuDNN case), to be reused in the gradient computation.
|
/external/libjpeg-turbo/ |
D | jdatadst-tj.c | 153 boolean reused = FALSE; in jpeg_mem_dest_tj() local 181 reused = TRUE; in jpeg_mem_dest_tj() 198 if (!reused) in jpeg_mem_dest_tj()
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 310 unsigned reused[kThreads]; in ClockFuzzer() local 312 reused[i] = 0; in ClockFuzzer() 314 thr1[i] = new ThreadClock(i, reused[i]); in ClockFuzzer() 368 reused[tid]++; in ClockFuzzer() 373 thr1[tid] = new ThreadClock(tid, reused[tid]); in ClockFuzzer()
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | twice.ll | 1 ; Check that the address sanitizer pass can be reused
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | twice.ll | 1 ; Check that the address sanitizer pass can be reused
|
/external/icu/icu4c/source/data/translit/ |
D | sat_fa.txt | 9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
|
D | sat_am.txt | 9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
|
D | sat_chr.txt | 9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
|
D | sat_ar.txt | 9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
|
/external/llvm/utils/lit/tests/Inputs/discovery/ |
D | lit.cfg | 7 # because this suite gets reused for testing the exec root behavior (in
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/discovery/ |
D | lit.cfg | 7 # because this suite gets reused for testing the exec root behavior (in
|
/external/toybox/tests/ |
D | printf.test | 34 # posix: "The format operand shall be reused as often as necessary to satisfy
|
/external/llvm/test/CodeGen/X86/ |
D | pshufb-mask-comments.ll | 37 ; Test that we won't crash when the constant was reused for another instruction. 73 ; Test for a reused constant that would allow the pshufb to combine to a simpler instruction.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | pshufb-mask-comments.ll | 37 ; Test that we won't crash when the constant was reused for another instruction. 73 ; Test for a reused constant that would allow the pshufb to combine to a simpler instruction.
|
/external/llvm/test/Transforms/EarlyCSE/AArch64/ |
D | ldstN.ll | 8 ; data can not be reused because ld4 accesses multiple elements.
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | nacl-atomic-cmpxchg-optimization.ll | 91 ; This is a case where the flags cannot be reused (compare is for some 114 ; Another case where the flags cannot be reused (the comparison result
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/AArch64/ |
D | ldstN.ll | 9 ; data can not be reused because ld4 accesses multiple elements.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | fp-cond-sel.ll | 23 ; FLT0 is reused from above on ARM64.
|
/external/llvm/test/CodeGen/AArch64/ |
D | fp-cond-sel.ll | 23 ; FLT0 is reused from above on ARM64.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | frame-1.test | 7 # This test is meant to verify that identical CIEs will get reused
|