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

123

/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DASTRefCount.hpp31 bool decrement() function in struct:antlr::ASTRef
59 if (ref && ref->decrement())
66 if (ref && ref->decrement())
79 if (ref && ref->decrement())
H A DTokenRefCount.hpp31 bool decrement() function in struct:antlr::TokenRef
59 if (ref && ref->decrement())
66 if (ref && ref->decrement())
79 if (ref && ref->decrement())
H A DRefCount.hpp26 bool decrement() {return (--count==0);} function in struct:antlr::RefCount::Ref
43 if (ref && ref->decrement())
49 if (ref && ref->decrement())
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DSequenceConfig.java43 private boolean decrement = false; field in class:SequenceConfig
114 @param decrement
118 public void setDecrement(boolean decrement) { argument
119 this.decrement = decrement;
123 Return true if the sequence is configured to decrement.
128 True if the sequence is configured to decrement.
131 return decrement;
334 seqFlags |= decrement ? DbConstants.DB_SEQ_DEC : DbConstants.DB_SEQ_INC;
360 decrement
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DPositionIterator.h35 // increment, decrement, and several predicates on the Position it is at.
55 void decrement();
H A DPositionIterator.cpp75 void PositionIterator::decrement() function in class:WebCore::PositionIterator
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DBidiRun.cpp67 bidiRunCounter.decrement();
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dreg.h28 virtual void decrement();
50 void decrement();
H A Dreg.cpp40 void reg::decrement() function in class:reg
42 error("can't decrement read-only register");
222 void general_reg::decrement() function in class:general_reg
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dspinner.rb24 :decrement=>proc{spin_month -1},
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dspinner.itk67 itk_option define -decrement decrement Command {}
207 # OPTION: -decrement
211 itcl::configbody iwidgets::Spinner::decrement {
212 if {$itk_option(-decrement) == {}} {
213 set itk_option(-decrement) [itcl::code $this down]
444 # Down arrow button press event. Call defined decrement command.
447 uplevel #0 $itk_option(-decrement)
H A Dspindate.itk114 -decrement [itcl::code $this _spinMonth -1] \
136 -decrement [itcl::code $this _spinDay -1] \
474 # Increment or decrement month value. We need to get the values
522 # Increment or decrement day value. If the previous day was the
H A Dspintime.itk124 -decrement [itcl::code $this _down60 minute] \
146 -decrement [itcl::code $this _down60 second] \
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DCachedPage.cpp70 cachedPageCounter.decrement();
H A DCachedFrame.cpp91 cachedFrameCounter().decrement();
/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-strtoIg.c97 decrement(b1);
H A Dgdtoaimp.h224 #define decrement __decrement_D2A macro
588 extern void decrement ANSI((Bigint*));
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dthreading_internal.h115 static Type decrement(Type &store) { return add(-1, store); } function in class:Security::Atomic
H A Dthreading.h259 // Atomic increment/decrement operations.
279 Integer operator -- () { return Atomic<Integer>::decrement(mValue); }
283 Integer operator -- (int) { return Atomic<Integer>::decrement(mValue) + 1; }
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dthreading_internal.h115 static Type decrement(Type &store) { return add(-1, store); } function in class:Security::Atomic
H A Dthreading.h259 // Atomic increment/decrement operations.
279 Integer operator -- () { return Atomic<Integer>::decrement(mValue); }
283 Integer operator -- (int) { return Atomic<Integer>::decrement(mValue) + 1; }
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSLazyEventListener.cpp70 eventListenerCounter.decrement();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAtomic.cpp77 # error No atomic decrement implementation for your platform!
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGElementInstance.cpp70 instanceCounter.decrement();
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityNodeObject.h151 virtual void decrement();

Completed in 130 milliseconds

123