Home
last modified time | relevance | path

Searched refs:decrement (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dmemory.cpp29 decrement(T& t) _NOEXCEPT in decrement() function
59 if (decrement(__shared_owners_) == -1) in __release_shared()
93 if (decrement(__shared_weak_owners_) == -1) in __release_weak()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Dreverse_iterator.hpp46 void decrement() { ++this->base_reference(); } in decrement() function in boost::reverse_iterator
Diterator_facade.hpp524 static void decrement(Facade& f) in decrement() function in boost::iterator_core_access
526 f.decrement(); in decrement()
677 iterator_core_access::decrement(this->derived()); in operator --()
Diterator_adaptor.hpp335 void decrement() in decrement() function in boost::iterator_adaptor
/ndk/sources/cxx-stl/stlport/src/
Dsparc_atomic.s58 sub %o2, 0x1, %o3 ! decrement and store current
Dsparc_atomic64.s54 subx %o2, 0x1, %o3 ! decrement and store current
/ndk/build/core/
Ddefinitions-graph.mk288 -ndk-mod-topo-decrement-incoming = \
347 $(call -ndk-mod-topo-decrement-incoming,$(_ndk_mod_module))\
351 $(call -ndk-mod-topo-decrement-incoming,$(_ndk_mod_dep))\
/ndk/build/gmsl/
D__gmsl672 # increment adds 1 to its argument, decrement subtracts 1. Note that
673 # decrement does not range check and hence will not underflow, but
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlist349 "Attempted to decrement non-decrementable list::iterator");
486 "Attempted to decrement non-decrementable list::const_iterator");
Diterator1192 "Attempted to decrement non-decrementable iterator");
/ndk/sources/host-tools/make-3.81/
DChangeLog2355 allow the recursion and decrement the count.