Home
last modified time | relevance | path

Searched refs:reused (Results 1 – 25 of 112) sorted by relevance

12345

/external/compiler-rt/lib/tsan/rtl/
Dtsan_clock.cc93 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 …]
Dtsan_clock.h23 u64 reused : 64 - kClkBits; member
85 explicit ThreadClock(unsigned tid, unsigned reused = 0);
/external/libjpeg-turbo/
Djdatadst-tj.c154 boolean reused = FALSE; in jpeg_mem_dest_tj() local
182 reused = TRUE; in jpeg_mem_dest_tj()
199 if (!reused) in jpeg_mem_dest_tj()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cc310 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/
Dtwice.ll1 ; Check that the address sanitizer pass can be reused
/external/icu/icu4c/source/data/translit/
Dsat_am.txt9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_ar.txt9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_chr.txt9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_fa.txt9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
/external/llvm/utils/lit/tests/Inputs/discovery/
Dlit.cfg7 # because this suite gets reused for testing the exec root behavior (in
/external/fmtlib/doc/bootstrap/mixins/
Dhide-text.less4 // mixins being reused as classes with the same name, this doesn't hold up. As
/external/toybox/tests/
Dprintf.test34 # posix: "The format operand shall be reused as often as necessary to satisfy
/external/llvm/test/Transforms/EarlyCSE/AArch64/
DldstN.ll8 ; data can not be reused because ld4 accesses multiple elements.
/external/llvm/test/CodeGen/X86/
Dpshufb-mask-comments.ll37 ; 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.
Dcopy-eflags.ll26 ; eax around it. The flags will be reused by %tobool.
Dstatepoint-stack-usage.ll35 ; being reused for gc values.
57 ; Test that stack slots are reused for invokes
/external/llvm/test/CodeGen/AArch64/
Dfp-cond-sel.ll23 ; FLT0 is reused from above on ARM64.
/external/llvm/test/tools/dsymutil/X86/
Dframe-1.test7 # This test is meant to verify that identical CIEs will get reused
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dnacl-atomic-cmpxchg-optimization.ll91 ; 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/protobuf/src/google/protobuf/util/internal/testdata/
Dbooks.proto84 // Field numbers of Author are reused for something else.
175 // Field number of NestedBook is reused for something else.
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt25 libsupport - Basic support library, reused from LLVM.
27 libsystem - System abstraction library, reused from LLVM.
138 * Built as a framework, can be reused by multiple tools.
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt25 libsupport - Basic support library, reused from LLVM.
27 libsystem - System abstraction library, reused from LLVM.
138 * Built as a framework, can be reused by multiple tools.
/external/valgrind/docs/internals/
Dtm-threadstates.dot13 dead -> alive [ label="reused" ];
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
D2011-10-06-ReusePhi.ll4 ; Verify that scaled GEPs are not reused. rdar://5064068
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-06-ReusePhi.ll4 ; Verify that scaled GEPs are not reused. rdar://5064068

12345