/third_party/skia/third_party/externals/dng_sdk/source/ |
H A 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/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A 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()
|
H A D | cord_internal.h | 103 inline bool Decrement() { in Decrement() function in absl::cord_internal::RefcountAndFlags 111 // Same as Decrement but expect that refcount is greater than 1.
|
H A D | cord_rep_btree.cc | 162 // refcount.Decrement() checking the zero refcount condition. 189 if (rep->refcount.Decrement()) return; in DeleteLeafEdge()
|
/third_party/googletest/googletest/samples/ |
H A D | sample4_unittest.cc | 41 EXPECT_EQ(0, c.Decrement()); in TEST() 50 EXPECT_EQ(3, c.Decrement()); in TEST()
|
H A D | sample4.cc | 41 int Counter::Decrement() { in Decrement() function in Counter
|
H A D | sample4.h | 47 int Decrement();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 77 bool Decrement); 330 MachineBasicBlock *BB, const MbbIterator &MemInstr, const bool Decrement) { in findClosestSuitableAluInstr() 336 MbbIterator Last = Decrement ? BB->begin() : BB->end(); in findClosestSuitableAluInstr() 339 Decrement ? --First : ++First; in findClosestSuitableAluInstr() 329 findClosestSuitableAluInstr( MachineBasicBlock *BB, const MbbIterator &MemInstr, const bool Decrement) findClosestSuitableAluInstr() argument
|
/third_party/gn/src/gn/ |
H A D | scheduler.cc | 64 if (!pool_work_count_.Decrement()) { in ScheduleWork() 151 if (!work_count_.Decrement()) { in DecrementWorkCount()
|
H A D | header_checker.cc | 197 if (!task_count_.Decrement()) { in DoWork()
|
/third_party/skia/src/core/ |
H A 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 in SkTBlockList 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/ |
H A 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() local
|
/third_party/gn/src/base/ |
H A D | atomic_ref_count.h | 29 // Decrement a reference count, and return whether the result is non-zero. 32 bool Decrement() { in Decrement() function in base::AtomicRefCount
|
/third_party/gn/src/base/containers/ |
H A D | circular_deque.h | 168 Decrement(); in operator --() 173 Decrement(); in operator --() 262 void Decrement() { in Decrement() function in base::internal::circular_deque_const_iterator 381 base::Decrement(); in operator --() 386 base::Decrement(); in operator --()
|
/third_party/node/deps/v8/src/common/ |
H A D | operation.h | 28 V(Decrement)
|
/third_party/gn/src/base/memory/ |
H A D | ref_counted.h | 112 if (!ref_count_.Decrement()) { in ReleaseImpl()
|
/third_party/node/deps/v8/src/ic/ |
H A D | unary-op-assembler.cc | 58 TNode<Object> Decrement(TNode<Context> context, TNode<Object> value, in Decrement() function in v8::internal::__anon14686::final 277 return a.Decrement(context, value, slot, maybe_feedback_vector, in Generate_DecrementWithFeedback()
|
/third_party/node/deps/v8/src/objects/ |
H A D | bigint.h | 189 static MaybeHandle<BigInt> Decrement(Isolate* isolate, Handle<BigInt> x);
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-bigint.cc | 176 result = BigInt::Decrement(isolate, x); in RUNTIME_FUNCTION()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 129 Decrement, // ?F # operator-- member in llvm::ms_demangle::IntrinsicFunctionKind
|
/third_party/node/deps/v8/src/logging/ |
H A D | counters.h | 110 void Decrement(int value = 1) { in Decrement() function in v8::internal::StatsCounter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 262 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Decrement, "operator--"); in output()
|
H A D | MicrosoftDemangle.cpp | 553 IFK::Decrement, // ?F # operator-- in translateIntrinsicFunctionCode()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | typer.cc | 200 static Type Decrement(Type, Typer*); 440 Type Typer::Visitor::Decrement(Type type, Typer* t) { in Decrement() function in v8::internal::compiler::Typer::Visitor 1202 DEFINE_METHOD(Decrement)
|
H A D | opcodes.h | 138 V(JSDecrement, Decrement) \
|