Searched refs:decrement (Results 1 - 25 of 103) sorted by relevance

12345

/external/e2fsprogs/tests/progs/test_data/
H A Dtest.icount14 decrement 0
18 decrement 20001
52 decrement 2
61 decrement 2
63 decrement 2
65 decrement 2
67 decrement 2
68 decrement 2
75 decrement 3
77 decrement
[all...]
/external/lldb/source/Utility/
H A DRefCounter.cpp22 decrement(m_counter);
H A DSharingPtr.cpp147 if (decrement(shared_owners_) == -1)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRefCountedLeakCounter.h37 void decrement();
H A DRefCountedLeakCounter.cpp41 void RefCountedLeakCounter::decrement() { } function in class:WTF::RefCountedLeakCounter
89 void RefCountedLeakCounter::decrement()
H A DAtomics.h61 ALWAYS_INLINE int atomicSubtract(int volatile* addend, int decrement) argument
63 return InterlockedExchangeAdd(reinterpret_cast<long volatile*>(addend), static_cast<long>(-decrement)) - decrement;
90 ALWAYS_INLINE int atomicSubtract(int volatile* addend, int decrement) { return __sync_sub_and_fetch(addend, decrement); }
/external/deqp/framework/delibs/decpp/
H A DdeSemaphore.hpp49 void decrement (void) throw();
65 * negative (there is a thread waiting in decrement) the waiting thread
79 * (only -1 is possible) decrement() will block until the value is again 0
82 * If there is an another thread waiting in decrement(), the current thread
85 inline void Semaphore::decrement (void) throw() function in class:de::Semaphore
91 * \brief Try to decrement semaphore value.
H A DdeThreadSafeRingBuffer.hpp97 m_empty.decrement();
122 m_fill.decrement();
/external/chromium_org/base/
H A Datomic_ref_count.h26 // Decrement a reference count by "decrement", which must exceed 0,
31 AtomicRefCount decrement) {
32 bool res = (subtle::Barrier_AtomicIncrement(ptr, -decrement) != 0);
30 AtomicRefCountDecN(volatile AtomicRefCount *ptr, AtomicRefCount decrement) argument
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiCharacterRun.cpp47 bidiRunCounter.decrement();
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Dcopies_settings.css21 #copies-settings button.decrement:focus,
32 #copies-settings button.decrement {
48 #copies-settings button.decrement {
56 html[dir='rtl'] #copies-settings button.decrement {
/external/e2fsprogs/tests/progs/
H A Dtest_icount_cmds.ct23 decrement, dec;
/external/lldb/include/lldb/Utility/
H A DRefCounter.h47 decrement(T* t) function in class:lldb_utility::RefCounter
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DIndentation.java85 * decrement the indentation field
87 protected void decrement() { method in class:Indentation
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPositionIterator.h36 // increment, decrement, and several predicates on the Position it is at.
57 void decrement();
H A DPositionIterator.cpp73 void PositionIterator::decrement() function in class:blink::PositionIterator
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dmillion.S11 addic. 15,15,-1 # decrement counter
/external/libcxx/src/
H A Dmemory.cpp29 decrement(T& t) _NOEXCEPT
59 if (decrement(__shared_owners_) == -1)
93 if (decrement(__shared_weak_owners_) == -1)
/external/iproute2/tc/
H A Dq_sfb.c33 " [ increment FLOAT ] [ decrement FLOAT ]\n"
63 opt.decrement = (SFB_MAX_PROB + 10000) / 20000;
102 } else if (strcmp(*argv, "decrement") == 0) {
104 if (get_prob(&opt.decrement, *argv)) {
105 fprintf(stderr, "Illegal \"decrement\"\n");
161 " increment %.5f decrement %.5f penalty rate %d burst %d "
165 (double)qopt->decrement / SFB_MAX_PROB,
/external/chromium_org/third_party/polymer/components-chromium/paper-slider/
H A Dpaper-slider-extracted.js185 decrement: function() {
195 this.decrement();
/external/libhevc/common/arm/
H A Dihevc_weighted_pred_bi_default.s202 subs r9,r9,#4 @decrement wd by 4 and check for 0
208 subs r8,r8,#4 @decrement the ht by 4
210 add r0,r0,r7 @pi2_src1 + 4*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement)
243 subs r9,r9,#4 @decrement wd by 4 and check for 0
249 subs r8,r8,#2 @decrement the ht by 4
251 add r0,r0,r7 @pi2_src1 + 2*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement)
296 subs r9,r9,#8 @decrement wd by 4 and check for 0
302 subs r8,r8,#4 @decrement the ht by 4
304 add r0,r0,r7 @pi2_src1 + 4*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement)
345 subs r9,r9,#8 @decrement w
[all...]
H A Dihevc_weighted_pred_uni.s203 subs r9,r9,#4 @decrement wd by 4 and check for 0
209 subs r8,r8,#4 @decrement the ht by 4
210 add r0,r0,r11 @pi2_src + 4*src_strd - 2*wd(since pi2_src is 16 bit pointer double the increment with double the wd decrement)
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrame.cpp93 frameCounter.decrement();
/external/llvm/lib/Support/
H A DAtomic.cpp82 # error No atomic decrement implementation for your platform!
/external/stlport/src/
H A Dsparc_atomic.s58 sub %o2, 0x1, %o3 ! decrement and store current

Completed in 4555 milliseconds

12345