HomeSort by relevance Sort by last modified time
    Searched refs:decrement (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_sad16x16_armv6.asm 85 subs r5, r5, #1 ; decrement loop counter
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 146 void decrement();
186 Iterator& operator--() { Base::decrement(); return *this; }
219 Iterator& operator--() { Base::decrement(); return *this; }
491 inline void DequeIteratorBase<T, inlineCapacity, Allocator>::decrement()
  /external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h 173 BLINK_EXPORT bool decrement() const;
  /external/deqp/framework/common/
tcuThreadUtil.cpp 72 m_waiters.decrement();
  /external/deqp/framework/platform/android/
tcuAndroidRenderActivity.cpp 126 waitSem.decrement();
  /external/libhevc/common/arm/
ihevc_inter_pred_filters_luma_horz.s 250 subs r5,r5,#8 @decrement the wd loop
256 subs r14,r14,#2 @decrement the ht loop
518 subs r5,r5,#4 @decrement the wd by 4
522 subs r14,r14,#2 @decrement the ht by 4
ihevc_intra_pred_chroma_horz.s 183 subs r4,r4,#16 @decrement the loop count by 16
  /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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_adaptor.hpp 335 void decrement() function in class:boost::iterator_adaptor
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 674 bool WebAXObject::decrement() const function in class:blink::WebAXObject
680 m_private->decrement();
  /external/lldb/include/lldb/Utility/
SharingPtr.h 36 decrement(T& t) function in namespace:lldb_private::imp
474 // true means decrement is about to happen
602 if (imp::decrement(shared_owners_) == -1)
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 387 strb r8,[r10],#-1 @ store a byte, decrement pointer
417 sub r7,r7,#2 @ otherwise went too far, decrement
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 207 // We have to increment/decrement the post animation trigger in case there are no children
219 ctx.postAnimationTrigger.decrement();
224 // We have to increment/decrement the post animation trigger in case there are no children
235 ctx.postAnimationTrigger.decrement();
TaskView.java 308 // Decrement the post animation trigger
309 ctx.postAnimationTrigger.decrement();
339 // Decrement the post animation trigger
340 ctx.postAnimationTrigger.decrement();
  /ndk/build/core/
definitions-graph.mk 287 # decrement the incoming edge counter for module $1
288 -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))\
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h 523 virtual void decrement() { } function in class:blink::AXObject
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 418 // increment/decrement
433 tcu::Matrix<T, Rows, Cols> decrement (const tcu::Matrix<T, Rows, Cols>& mat) function in namespace:deqp::gles2::Functional::MatrixCaseUtils
528 evalCtx.color.xyz() = reduceToVec3(decrement(getInputValue<In0Type, In0DataType>(evalCtx, 0))) + reduceToVec3(decrement(getInputValue<In0Type, In0DataType>(evalCtx, 0)));
548 evalCtx.color.xyz() = reduceToVec3(getInputValue<In0Type, In0DataType>(evalCtx, 0)) + reduceToVec3(decrement(getInputValue<In0Type, In0DataType>(evalCtx, 0)));
    [all...]
  /external/iproute2/include/linux/
pkt_sched.h 614 * Note: increment, decrement are Q0.16 fixed-point values.
622 __u32 decrement; /* probability decrement, (d2 in Blue) */ member in struct:tc_sfb_qopt
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 96 decrement(b) Bigint *b; function
98 decrement(Bigint *b)
902 /* boundary case -- decrement exponent */
931 decrement(rvb);
  /frameworks/base/core/java/android/widget/
DatePicker.java     [all...]
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 596 __u32 decrement; member in struct:tc_sfb_qopt
  /development/ndk/platforms/android-L/include/linux/
pkt_sched.h 580 __u32 decrement; member in struct:tc_sfb_qopt
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 126 canvas2DLayerBridgeInstanceCounter.decrement();
  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 269 m_barrierSemaphore2.decrement();
274 m_barrierSemaphore1.decrement();
284 m_barrierSemaphore1.decrement();
289 m_barrierSemaphore2.decrement();
    [all...]
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 631 * Note: increment, decrement are Q0.16 fixed-point values.
639 __u32 decrement; /* probability decrement, (d2 in Blue) */ member in struct:tc_sfb_qopt

Completed in 733 milliseconds

1 23 4 5 6 7