HomeSort by relevance Sort by last modified time
    Searched full:decrement (Results 151 - 175 of 789) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/srtp/crypto/hash/
hmac.c 105 /* decrement global count of all hmac uses */
  /external/valgrind/main/drd/
drd_segment.c 172 * Decrement the reference count of the specified segment and deallocate the
  /external/webkit/Source/WebCore/dom/
PositionIterator.cpp 73 void PositionIterator::decrement() function in class:WebCore::PositionIterator
  /external/webkit/Source/WebCore/editing/
VisiblePosition.h 70 // next() and previous() will increment/decrement by a character cluster.
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceBacking.cpp 63 ClassTracker::instance()->decrement("SurfaceBacking");
SurfaceCollection.cpp 81 ClassTracker::instance()->decrement("SurfaceCollection");
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.cpp 80 // Decrement the load count. This is balanced by a call to incrementLoadCount in createWebProcessConnection.
  /external/webkit/Tools/DumpRenderTree/
AccessibilityUIElement.h 101 void decrement();
  /external/webrtc/src/system_wrappers/source/
list_stl.cc 137 // std::list::end() addresses the last item + 1. Decrement so that the
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_QuantInvIntra_I_s.s 165 SUBS Count,Count,#4 ;// Decrement Count by 4 and continue if it has not reached 0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_ver_quarter.s 262 ADDS count, count, #(1<<28)-(1<<24) ;// decrement counter (partW)
512 ;// decrement loop_x counter
513 SUBS count, count, #4<<28 ;// decrement x loop counter
530 ADDS count, count, #0xC << 24 ;// decrement y loop counter
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 486 * Decrement a value block, storing the result in the temporary block on the tag.
494 * @param blockIndex index of block to decrement, starting from 0
495 * @param value non-negative to decrement by
499 public void decrement(int blockIndex, int value) throws IOException { method in class:MifareClassic
  /frameworks/base/core/java/android/util/
MonthDisplayHelper.java 161 * Decrement the month.
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 179 // decrement the retry counter.
  /frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp 94 // or remove this item, decrement the vector size,
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CSemaphore.cpp 82 // Decrement only if waiting actually succeeded, otherwise we
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 66 delete ARGV[i]; # we can do this is AWK, and we don't need to decrement i
  /frameworks/base/core/java/android/widget/
NumberPicker.java 69 * above and a decrement button below. Long pressing the buttons allows for a quick
206 * The decrement button.
311 * The {@link Drawable} for pressed virtual (increment/decrement) buttons.
458 * Whether the decrement virtual button is pressed.
665 // decrement button
667 mDecrementButton = (ImageButton) findViewById(R.id.decrement);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
iatomic.h 110 * atomic_dec - decrement atomic variable
125 * atomic_dec_and_test - decrement and test
639 * Atomically test *v and decrement if it is greater than 0.
835 * atomic_dec_and_test - decrement by 1 and test
855 * atomic_dec - decrement and test
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
iatomic.h 110 * atomic_dec - decrement atomic variable
125 * atomic_dec_and_test - decrement and test
639 * Atomically test *v and decrement if it is greater than 0.
835 * atomic_dec_and_test - decrement by 1 and test
855 * atomic_dec - decrement and test
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
iatomic.h 110 * atomic_dec - decrement atomic variable
125 * atomic_dec_and_test - decrement and test
639 * Atomically test *v and decrement if it is greater than 0.
835 * atomic_dec_and_test - decrement by 1 and test
855 * atomic_dec - decrement and test
  /external/icu4c/common/
utrie2.h 427 * UTF-16: Get the previous code point (UChar32 c, out), pre-decrement src,
439 * UTF-16: Get the previous code point (UChar32 c, out), pre-decrement src,
473 * UTF-8: Pre-decrement src and get a 16-bit value from the trie.
484 * UTF-8: Pre-decrement src and get a 32-bit value from the trie.
    [all...]
  /external/clang/include/clang/AST/
OperationKinds.h 328 UO_PostInc, UO_PostDec, // [C99 6.5.2.4] Postfix increment and decrement
329 UO_PreInc, UO_PreDec, // [C99 6.5.3.1] Prefix increment and decrement
  /external/libselinux/include/selinux/
avc.h 70 * sidput - decrement SID reference counter.
73 * Decrement the reference counter for @sid, indicating that
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_mmx.asm 105 dec rcx ; decrement count
193 dec rcx ; decrement count

Completed in 4682 milliseconds

1 2 3 4 5 67 8 91011>>