HomeSort by relevance Sort by last modified time
    Searched full:increment (Results 251 - 275 of 1961) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 590 int AtomicIncrement(volatile int *value, int increment);
593 inline int AtomicIncrement(volatile int *value, int increment) {
594 return __sync_add_and_fetch(value, increment);
599 inline int AtomicIncrement(volatile int *value, int increment) {
600 return OSAtomicAdd32(increment, value);
  /external/zlib/contrib/infback9/
inftree9.c 86 from their more natural integer increment ordering, and so when the
234 /* backwards increment the len-bit code huff */
258 /* increment past last table */
288 len is equal to curr + drop, so there is no loop needed to increment
308 /* backwards increment the len-bit code huff */
  /external/e2fsprogs/lib/ext2fs/
icount.c 666 #define INCREMENT 0x03
683 { INCREMENT, 5, 0, 1 },
684 { INCREMENT, 5, 0, 2 },
685 { INCREMENT, 5, 0, 3 },
686 { INCREMENT, 5, 0, 4 },
695 { INCREMENT, 1, 0, 2 },
802 case INCREMENT:
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.c 139 * Transform pitch cents to linear phase increment
294 /* calculate gain increment */
301 /* calculate the new phase increment */
334 /* increment operator phase */
354 /* increment gain */
402 /* calculate gain increment */
452 /* increment gain */
747 /* calculate gain increment */
778 /* increment gain for anti-zipper filter */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.c 139 * Transform pitch cents to linear phase increment
294 /* calculate gain increment */
301 /* calculate the new phase increment */
334 /* increment operator phase */
354 /* increment gain */
402 /* calculate gain increment */
452 /* increment gain */
747 /* calculate gain increment */
778 /* increment gain for anti-zipper filter */
  /external/dropbear/libtomcrypt/src/encauth/ccm/
ccm_memory.c 236 /* increment the ctr? */
256 /* increment the ctr? */
279 /* increment the ctr? */
  /external/llvm/include/llvm/Analysis/
PathNumbering.h 194 // exit node of the DAG. This contains a path counter increment, and
195 // potentially a path number increment.
294 // The weight on each edge is the increment required along any path that
  /external/llvm/test/CodeGen/ARM/
vld2.ll 59 ;Check for a post-increment updating load.
97 ;Check for a post-increment updating load with register increment.
vld3.ll 37 ;Check for a post-increment updating load with register increment.
122 ;Check for a post-increment updating load.
vld4.ll 25 ;Check for a post-increment updating load with register increment.
111 ;Check for a post-increment updating load.
vst4.ll 12 ;Check for a post-increment updating store with register increment.
104 ;Check for a post-increment updating store.
  /external/llvm/tools/llvm-size/
llvm-size.cpp 117 i.increment(ec)) {
159 i.increment(ec)) {
195 i.increment(ec)) {
  /external/mesa3d/src/glsl/
ir_clone.cpp 132 if (this->increment)
133 new_loop->increment = this->increment->clone(mem_ctx, ht);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 220 * avoid collisions. It starts at 1. The next 9 iterations increment it
221 * by 1 at a time (up to 10). The next 9 iterations increment it by 1 to
222 * 10 (random) at a time. The next 9 iterations increment it by 1 to 100
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
MyPreference.java 65 // Increment counter
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java 105 public void visitIincInsn(int var, int increment) {
  /external/chromium/chrome/browser/ui/views/
tab_icon_view.cc 78 // The tab is still loading, increment the frame.
  /external/clang/test/CodeGen/
altivec.c 32 // Check pre/post increment/decrement
  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c 73 /* store current block number and increment for next pass */
  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_encrypt.c 64 /* increment counter */
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_process.c 49 /* increment IV */
  /external/elfutils/libasm/
asm_addint8.c 114 /* Increment the offset in the (sub)section. */
asm_addsleb128.c 91 /* Increment the offset in the (sub)section. */
asm_addstrz.c 120 /* Increment the offset in the (sub)section. */
  /external/icu4c/common/
ucnv_imp.h 122 * This is a thread safe way to increment the reference count.

Completed in 1707 milliseconds

<<11121314151617181920>>