/third_party/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 …]
|
D | hlsl.forLoop.frag.out | 56 0:18 Pre-Decrement ( temp 4-component vector of float) 138 0:34 Pre-Decrement ( temp float) 140 0:34 Pre-Decrement ( temp float) 142 0:34 Pre-Decrement ( temp float) 188 0:49 Pre-Decrement ( temp float) 313 0:18 Pre-Decrement ( temp 4-component vector of float) 395 0:34 Pre-Decrement ( temp float) 397 0:34 Pre-Decrement ( temp float) 399 0:34 Pre-Decrement ( temp float) 445 0:49 Pre-Decrement ( temp float)
|
D | hlsl.switch.frag.out | 36 0:17 Pre-Decrement ( temp 4-component vector of float) 120 0:51 Pre-Decrement ( temp 4-component vector of float) 186 0:17 Pre-Decrement ( temp 4-component vector of float) 270 0:51 Pre-Decrement ( temp 4-component vector of float)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_internal.cc | 45 if (!right->refcount.Decrement()) { in Destroy() 51 if (!left->refcount.Decrement()) { in Destroy() 69 if (!child->refcount.Decrement()) { in Destroy()
|
/third_party/skia/third_party/externals/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()
|
/third_party/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
|
/third_party/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()
|
D | CompletionQueueSafeHandle.cs | 99 if (shutdownRefcount == null || shutdownRefcount.Decrement() == 0) in DecrementShutdownRefcount()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/src/core/ |
D | SkTBlockList.h | 129 block->setMetadata(Decrement(block, releaseIndex)); in pop_back() 250 static int Decrement(const SkBlockAllocator::Block* b, int index) { in Decrement() function 274 using RIter = BlockIndexIterator<T&, false, false, &Last, &First, &Decrement, &GetItem>; 275 using CRIter = BlockIndexIterator<const T&, false, true, &Last, &First, &Decrement, &GetItem>;
|
/third_party/skia/third_party/externals/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()
|
/third_party/gn/src/gn/ |
D | scheduler.cc | 64 if (!pool_work_count_.Decrement()) { in ScheduleWork() 151 if (!work_count_.Decrement()) { in DecrementWorkCount()
|
/third_party/python/Doc/c-api/ |
D | refcounting.rst | 70 Decrement the reference count for object *o*. 95 Decrement the reference count for object *o*. The object may be ``NULL``, in 102 Decrement the reference count for object *o*. The object may be ``NULL``, in
|
/third_party/gn/src/base/ |
D | atomic_ref_count.h | 32 bool Decrement() { in Decrement() function
|
/third_party/cef/include/base/ |
D | cef_atomic_ref_count.h | 74 bool Decrement() { in Decrement() function
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | xds_cluster_impl.cc | 60 void Decrement() { concurrent_requests_.FetchSub(1); } in Decrement() function in grpc_core::__anon93b706d90111::CircuitBreakerCallCounterMap::CallCounter 307 call_counter_->Decrement(); in Pick() 322 call_counter_->Decrement(); in Pick() 356 call_counter->Decrement(); in Pick() 368 call_counter_->Decrement(); in Pick()
|
/third_party/cef/include/ |
D | cef_base.h | 106 bool Release() const { return !ref_count_.Decrement(); } in Release()
|
/third_party/e2fsprogs/tests/progs/ |
D | test_icount_cmds.ct | 22 request do_decrement, "Decrement an icount entry",
|
/third_party/typescript/tests/baselines/reference/ |
D | parserS7.9_A5.7_T1.types | 6 …* Since LineTerminator(LT) between Postfix Increment/Decrement Operator(I/DO) and operand is not a…
|
D | parserS7.9_A5.7_T1.errors.txt | 9 …* Since LineTerminator(LT) between Postfix Increment/Decrement Operator(I/DO) and operand is not a…
|
/third_party/iptables/extensions/ |
D | libipt_TTL.man | 16 Decrement the TTL value `value' times.
|
D | libip6t_HL.man | 14 Decrement the Hop Limit `value' times.
|
/third_party/gn/src/base/containers/ |
D | circular_deque.h | 168 Decrement(); 173 Decrement(); 262 void Decrement() { in Decrement() function 381 base::Decrement(); 386 base::Decrement();
|