Home
last modified time | relevance | path

Searched refs:Decrement (Results 1 - 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_abort_sniffer.cpp43 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 Dcord_internal.cc45 if (!right->refcount.Decrement()) { in Destroy()
51 if (!left->refcount.Decrement()) { in Destroy()
69 if (!child->refcount.Decrement()) { in Destroy()
H A Dcord_internal.h103 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 Dcord_rep_btree.cc162 // refcount.Decrement() checking the zero refcount condition.
189 if (rep->refcount.Decrement()) return; in DeleteLeafEdge()
/third_party/googletest/googletest/samples/
H A Dsample4_unittest.cc41 EXPECT_EQ(0, c.Decrement()); in TEST()
50 EXPECT_EQ(3, c.Decrement()); in TEST()
H A Dsample4.cc41 int Counter::Decrement() { in Decrement() function in Counter
H A Dsample4.h47 int Decrement();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp77 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 Dscheduler.cc64 if (!pool_work_count_.Decrement()) { in ScheduleWork()
151 if (!work_count_.Decrement()) { in DecrementWorkCount()
H A Dheader_checker.cc197 if (!task_count_.Decrement()) { in DoWork()
/third_party/skia/src/core/
H A DSkTBlockList.h129 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 DMVETailPredication.cpp173 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 Datomic_ref_count.h29 // 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 Dcircular_deque.h168 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 Doperation.h28 V(Decrement)
/third_party/gn/src/base/memory/
H A Dref_counted.h112 if (!ref_count_.Decrement()) { in ReleaseImpl()
/third_party/node/deps/v8/src/ic/
H A Dunary-op-assembler.cc58 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 Dbigint.h189 static MaybeHandle<BigInt> Decrement(Isolate* isolate, Handle<BigInt> x);
/third_party/node/deps/v8/src/runtime/
H A Druntime-bigint.cc176 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 DMicrosoftDemangleNodes.h129 Decrement, // ?F # operator-- member in llvm::ms_demangle::IntrinsicFunctionKind
/third_party/node/deps/v8/src/logging/
H A Dcounters.h110 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 DMicrosoftDemangleNodes.cpp262 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Decrement, "operator--"); in output()
H A DMicrosoftDemangle.cpp553 IFK::Decrement, // ?F # operator-- in translateIntrinsicFunctionCode()
/third_party/node/deps/v8/src/compiler/
H A Dtyper.cc200 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 Dopcodes.h138 V(JSDecrement, Decrement) \

Completed in 25 milliseconds

12