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

<<11121314151617181920>>

  /external/freetype/include/freetype/internal/
ftrfork.h 36 /* Don't forget to increment the number if you add a new guessing rule. */
  /external/freetype/src/truetype/
ttinterp.h 153 /* increment IP after ins. exec */
  /external/icu4c/common/
brkeng.cpp 90 utext_next32(text); // TODO: recast loop to work with post-increment operations.
umutex.h 172 * Atomic Increment and Decrement of an int32_t value.
  /external/icu4c/common/unicode/
chariter.h 198 * "pre-increment" semantics, the new one also provides functions
199 * with "post-increment" semantics. They are more efficient and should
500 * Note that iteration with "pre-increment" semantics is less
501 * efficient than iteration with "post-increment" semantics
  /external/icu4c/i18n/unicode/
decimfmt.h 342 * indicate a rounding increment.
390 * by specifying a rounding increment and/or a rounding mode.
608 * <p>DecimalFormat supports rounding to a specific increment. For
610 * nearest 0.65 is 1.3. The rounding increment may be specified through the API
611 * or in a pattern. To specify a rounding increment in a pattern, include the
612 * increment in the pattern itself. "#,#50" specifies a rounding increment of
613 * 50. "#,##0.05" specifies a rounding increment of 0.05.
615 * <p>In the absense of an explicit rounding increment numbers are
    [all...]
  /external/icu4c/test/intltest/
numfmtst.h 249 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);
  /external/iproute2/doc/
nstat.sgml 85 its value (or increment since previous measurement) and average
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 319 // Start is always zero, increment is always 1, so end < 0 is invalid.
336 // Start is always zero, increment is always 1, so end < 0 is invalid.
346 * specific increment.
356 return; // No increment. Avoid infinite loop.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 287 [end]:expression [i3]:comma [increment]:expression cs_close
295 increment.expression,
648 [increment]:expression // . value to increment by
  /external/kernel-headers/original/asm-arm/
spinlock.h 151 * - Increment it.
  /external/kernel-headers/original/asm-mips/
atomic.h 353 * atomic_inc_and_test - increment and test
379 * atomic_inc - increment atomic variable
736 * atomic64_inc_and_test - increment and test
762 * atomic64_inc - increment atomic variable
  /external/kernel-headers/original/asm-x86/
local_32.h 88 * local_inc_and_test - increment and test
  /external/libpng/
pnggccrd.c 61 "incl %%eax \n\t" // ...increment eax to 1. This pair is
  /external/libvpx/examples/includes/geshi/geshi/
oracle11.php 223 'INCREMENT',
oracle8.php 190 'INCREMENT',
  /external/llvm/lib/Support/
Atomic.cpp 71 # error No atomic increment implementation for your platform!
  /external/llvm/lib/Transforms/Scalar/
BasicBlockPlacement.cpp 60 /// NumMovedBlocks - Every time we move a block, increment this counter.
LoopRotation.cpp 128 // Increment the iterator before removing the use from the list.
178 // fall-thru to increment case
202 /// instructions. Typically, this is a single post-increment. In the case of a
203 /// simple 2-block loop, hoisting the increment can be much better than
  /external/llvm/runtime/libprofile/
GCDAProfiling.c 142 /* Given an array of pointers to counters (counters), increment the n-th one,
  /external/llvm/test/CodeGen/X86/
2007-11-30-LoadFolding-Bug.ll 2 ; Increment in loop bb.i28.i adjusted to 2, to prevent loop reversal from
lsr-normalization.ll 5 ; one loop involved with the increment value for an addrec on another
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 61 i != e; i.increment(ec)) {
  /external/mesa3d/docs/
RELNOTES-3.1 73 GL_DECR_WRAP_EXT which allow stencil increment and decrement
  /external/qemu/android/utils/
jpeg-compress.c 34 /* Chunk size to increment the 'jpeg_buf' with on each allocation request. */

Completed in 1138 milliseconds

<<11121314151617181920>>