/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | prepost.frag.out | 30 0:13 Pre-Decrement ( temp int) 43 0:15 Post-Decrement ( temp float) 60 0:17 Pre-Decrement ( temp float) 66 0:17 Pre-Decrement ( temp int) 80 0:21 Pre-Decrement ( temp float) 84 0:23 Post-Decrement ( temp float) 98 0:28 Post-Decrement ( temp float) 113 0:34 Post-Decrement ( temp float) 123 0:35 Pre-Decrement ( temp float) 167 0:13 Pre-Decrement ( temp int) [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | prepost.frag.out | 30 0:13 Pre-Decrement ( temp int) 43 0:15 Post-Decrement ( temp float) 60 0:17 Pre-Decrement ( temp float) 66 0:17 Pre-Decrement ( temp int) 80 0:21 Pre-Decrement ( temp float) 84 0:23 Post-Decrement ( temp float) 98 0:28 Post-Decrement ( temp float) 113 0:34 Post-Decrement ( temp float) 123 0:35 Pre-Decrement ( temp float) 167 0:13 Pre-Decrement ( temp int) [all …]
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_internal.cc | 43 if (!right->refcount.Decrement()) { in Destroy() 49 if (!left->refcount.Decrement()) { in Destroy() 64 if (!child->refcount.Decrement()) { in Destroy()
|
/external/dng_sdk/source/ |
D | dng_abort_sniffer.cpp | 43 void Decrement (dng_priority priority); 105 void dng_priority_manager::Decrement (dng_priority priority) in Decrement() function in dng_priority_manager 177 gPriorityManager.Decrement (fPriority); in ~dng_set_minimum_priority()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/ |
D | sample4_unittest.cc | 41 EXPECT_EQ(0, c.Decrement()); in TEST() 50 EXPECT_EQ(3, c.Decrement()); in TEST()
|
D | sample4.h | 47 int Decrement();
|
D | sample4.cc | 43 int Counter::Decrement() { in Decrement() function in Counter
|
/external/googletest/googletest/samples/ |
D | sample4_unittest.cc | 41 EXPECT_EQ(0, c.Decrement()); in TEST() 50 EXPECT_EQ(3, c.Decrement()); in TEST()
|
D | sample4.h | 47 int Decrement();
|
D | sample4.cc | 43 int Counter::Decrement() { in Decrement() function in Counter
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | AtomicCounter.cs | 58 public long Decrement() in Decrement() method in Grpc.Core.Internal.AtomicCounter 60 return Interlocked.Decrement(ref counter); in Decrement()
|
/external/webrtc/rtc_base/deprecated/ |
D | recursive_critical_section_unittest.cc | 108 if (AtomicOps::Decrement(&threads_active_) == 0) { in AfterEnd() 195 static int AtomicOp(int* i) { return AtomicOps::Decrement(i); } in AtomicOp() 220 EXPECT_EQ(1, AtomicOps::Decrement(&value)); in TEST() 222 EXPECT_EQ(0, AtomicOps::Decrement(&value)); in TEST() 260 TEST(AtomicOpsTest, Decrement) { in TEST() argument
|
/external/libgav1/libgav1/src/utils/ |
D | blocking_counter.h | 53 void Decrement() { in Decrement() function 65 void Decrement(bool job_succeeded) { in Decrement() function
|
/external/webrtc/rtc_base/ |
D | atomic_ops.h | 34 static int Decrement(volatile int* i) { in Decrement() function 55 static int Decrement(volatile int* i) { return __sync_sub_and_fetch(i, 1); }
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiMemAluCombiner.cpp | 78 bool Decrement); 331 MachineBasicBlock *BB, const MbbIterator &MemInstr, const bool Decrement) { in findClosestSuitableAluInstr() argument 337 MbbIterator Last = Decrement ? BB->begin() : BB->end(); in findClosestSuitableAluInstr() 340 Decrement ? --First : ++First; in findClosestSuitableAluInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiMemAluCombiner.cpp | 77 bool Decrement); 330 MachineBasicBlock *BB, const MbbIterator &MemInstr, const bool Decrement) { in findClosestSuitableAluInstr() argument 336 MbbIterator Last = Decrement ? BB->begin() : BB->end(); in findClosestSuitableAluInstr() 339 Decrement ? --First : ++First; in findClosestSuitableAluInstr()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiMemAluCombiner.cpp | 77 bool Decrement); 330 MachineBasicBlock *BB, const MbbIterator &MemInstr, const bool Decrement) { in findClosestSuitableAluInstr() argument 336 MbbIterator Last = Decrement ? BB->begin() : BB->end(); in findClosestSuitableAluInstr() 339 Decrement ? --First : ++First; in findClosestSuitableAluInstr()
|
/external/python/cpython3/Doc/c-api/ |
D | refcounting.rst | 28 Decrement the reference count for object *o*. The object must not be ``NULL``; if 47 Decrement the reference count for object *o*. The object may be ``NULL``, in 54 Decrement the reference count for object *o*. The object may be ``NULL``, in
|
/external/python/cpython2/Doc/c-api/ |
D | refcounting.rst | 28 Decrement the reference count for object *o*. The object must not be *NULL*; if 47 Decrement the reference count for object *o*. The object may be *NULL*, in 54 Decrement the reference count for object *o*. The object may be *NULL*, in
|
/external/libhevc/common/arm/ |
D | ihevc_sao_band_offset_luma.s | 95 SUBS r9,r9,#1 @Decrement the loop counter 120 SUBS r9,r9,#8 @Decrement the loop counter by 8 222 SUBS r11,r11,#4 @Decrement the ht loop count by 4 232 SUBS r7,r7,#8 @Decrement the width loop by 8
|
D | ihevc_sao_edge_offset_class0.s | 117 SUBS r12,r12,#8 @Decrement the loop counter by 8 174 SUB r12,r12,r1 @Decrement the pu1_src pointer by src_strd 192 SUB r12,r12,r1 @Decrement the pu1_src pointer by src_strd 203 SUBS r4,r4,#1 @Decrement row by 1 268 SUBS r8,r8,#16 @Decrement column by 16 346 SUBS r4,r4,#1 @Decrement row by 1
|
/external/skia/src/gpu/ |
D | GrTBlockList.h | 129 block->setMetadata(Decrement(block, releaseIndex)); in pop_back() 249 static int Decrement(const GrBlockAllocator::Block* b, int index) { in Decrement() function 273 using RIter = BlockIndexIterator<T&, false, false, &Last, &First, &Decrement, &GetItem>; 274 using CRIter = BlockIndexIterator<const T&, false, true, &Last, &First, &Decrement, &GetItem>;
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | StoppointHitCounter.h | 29 void Decrement(uint32_t difference = 1) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 173 IntrinsicInst *Decrement = nullptr; in runOnLoop() local 177 Decrement = cast<IntrinsicInst>(&I); in runOnLoop() 183 if (!Decrement) in runOnLoop() 187 << *Decrement << "\n"); in runOnLoop()
|
/external/libchrome/base/ |
D | atomic_ref_count.h | 32 bool Decrement() { in Decrement() function
|