HomeSort by relevance Sort by last modified time
    Searched full:increment (Results 751 - 775 of 1957) sorted by null

<<31323334353637383940>>

  /external/v8/src/
runtime.cc 215 isolate->counters()->cow_arrays_created_runtime()->Increment();
658 isolate->counters()->cow_arrays_created_runtime()->Increment();
    [all...]
  /dalvik/vm/oo/
Object.cpp 280 * Don't increment count, as it will be taken care of
282 * to compensate for the increment below the switch.
  /external/aac/libSBRenc/src/
resampler.cpp 489 INT inStride, /*!< increment of input samples */
492 INT outStride /*!< increment of output samples */
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 385 // Increment the counter by number of bytes read in the child entry.
490 // We have found more continuous bytes so increment the count. Also
  /external/chromium/net/socket/
tcp_client_socket_win.cc 264 connects.Increment();
575 writes.Increment();
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder1_test.cc 172 ++delta_file_[delta_file_header_.size() + 2]; // increment size
208 ++delta_file_[delta_file_header_.size() + 3]; // increment start pos
  /external/clang/lib/AST/
CXXInheritance.cpp 314 P != PEnd; /* increment in loop */) {
636 /* increment in loop */) {
  /external/e2fsprogs/e2fsck/
crc32.c 108 --b; /* use pre increment below(*++b) for speed */
208 --b; /* use pre increment below(*++b) for speed */
  /external/grub/netboot/
lance.c 178 #define DMA_MODE_READ 0x44 /* I/O to memory, no autoinit, increment, single mode */
179 #define DMA_MODE_WRITE 0x48 /* memory to I/O, no autoinit, increment, single mode */
  /external/grub/stage2/
boot.c 635 /* increment number of segments */
791 /* increment number of modules included */
  /external/icu4c/common/unicode/
utf16.h 275 * and is advanced (post-increment).
297 * and is advanced (post-increment).
utf8.h 315 * and is advanced (post-increment).
347 * and is advanced (post-increment).
  /external/icu4c/common/
unormcmp.cpp 221 /* get next code unit from string 1, post-increment */
244 /* get next code unit from string 2, post-increment */
ustrcase.c 711 /* get next code unit from string 1, post-increment */
734 /* get next code unit from string 2, post-increment */
  /external/icu4c/i18n/
ucol_wgt.cpp 115 /* roll over, set this byte to UCOL_BYTE_FIRST_TAILORED and increment the previous one */
516 /* increment the weight for the next value */
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 330 // Increment counters
342 // Increment counters
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 370 /* Increment the number of valid records found in the message */
578 /*increment the buffer*/
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 133 // Increment the pointer to the other half.
220 // Increment the pointer to the other half.
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 202 // NEON loads with post-increment base updates:
214 // NEON stores with post-increment base updates:
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
ivchain-X86.ll 96 ; strange increment expressions like this:
271 ; LSR. Profitable chains should have more than one nonzero increment
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_mmx.c 92 mod = (mod+cols+mod)*4; // increment for row1 in byte
253 mod = (mod+cols+mod)*2; /* increment for row1 in byte */
  /external/sonivox/arm-fm-22k/lib_src/
eas_reverbdata.h 318 EAS_I16 m_nSinIncrement; // increment for gain
320 EAS_I16 m_nCosIncrement; // increment for gain
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_reverbdata.h 318 EAS_I16 m_nSinIncrement; // increment for gain
320 EAS_I16 m_nCosIncrement; // increment for gain
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverbdata.h 318 EAS_I16 m_nSinIncrement; // increment for gain
320 EAS_I16 m_nCosIncrement; // increment for gain
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 542 ('Increment M/B/T', F_RPINCREMENT, ROW2, COL2+20, TM_WIDTH, 0, 0, -1, [], "", True, ""),
554 ('Increment M/B/T', F_RPINCREMENT, ROW1, COL2+20, TM_WIDTH, 0, 0, -1, [], "", True, ""),

Completed in 1834 milliseconds

<<31323334353637383940>>