HomeSort by relevance Sort by last modified time
    Searched refs:loops (Results 276 - 300 of 344) sorted by null

<<11121314

  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.h 22 #define LOOPS 100 //Iterations
23 //#define LOOPS 10
65 int loops = LOOPS; local
71 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
76 //catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_generic_codec.cc 866 int loops = (num_samples_to_process[1] > 0) ? 2 : 1;
867 for (int i = 0; i < loops; i++) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
assignment.js 141 // Entire series of tests repeated, in loops.
optimized-for-in.js 84 // Nested for-in loops.
  /external/chromium_org/v8/test/mjsunit/
value-wrapper.js 31 // When running the tests use loops to ensure that the call site moves through
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 24 #define LOOPS 100 //Iterations
25 //#define LOOPS 10
67 int loops = LOOPS; local
73 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
78 //catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
  /external/valgrind/main/helgrind/tests/
t2t_laog.stdout.exp 0 loops 4
  /build/core/combo/
TARGET_linux-arm.mk 73 -funswitch-loops
TARGET_linux-mips.mk 73 -funswitch-loops
TARGET_linux-x86.mk 90 -funswitch-loops \
  /external/chromium_org/third_party/libsrtp/srtp/
Makefile 39 CFLAGS = -Wall -O4 -fexpensive-optimizations -funroll-loops
  /external/fio/
cconv.c 187 o->loops = le32_to_cpu(top->loops);
344 top->loops = cpu_to_le32(o->loops);
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 202 loops = &getAnalysis<MachineLoopInfo>();
233 // landing pads, or loops with many 'continue' statements. It is difficult to
294 // Ignore self-loops.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 521 /* The loops in this function. */
522 struct loops *x_current_loops;
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 48 static const arg_def_t looparg = ARG_DEF(NULL, "loops", 1,
979 unsigned int loops = 1, i; local
990 loops = arg_parse_uint(&arg);
995 for (i = 0; !error && i < loops; i++)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 363 unsigned loops[R500_PVS_MAX_LOOP_DEPTH]; local
429 "Loops are nested too deep.");
432 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1;
441 ret_addr = loops[--loop_depth];
592 /* Instructions inside of loops need to use the ENDLOOP
  /external/libvpx/libvpx/
vpxdec.c 46 static const arg_def_t looparg = ARG_DEF(NULL, "loops", 1,
975 unsigned int loops = 1, i; local
986 loops = arg_parse_uint(&arg);
991 for (i = 0; !error && i < loops; i++)
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 363 unsigned loops[R500_PVS_MAX_LOOP_DEPTH]; local
429 "Loops are nested too deep.");
432 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1;
441 ret_addr = loops[--loop_depth];
592 /* Instructions inside of loops need to use the ENDLOOP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 46 static const arg_def_t looparg = ARG_DEF(NULL, "loops", 1,
975 unsigned int loops = 1, i; local
986 loops = arg_parse_uint(&arg);
991 for (i = 0; !error && i < loops; i++)
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
downsample_fast_neon.S 34 mov r9, r12 @ Iteration counter for outer loops.
  /frameworks/rs/
rs_hal.h 284 bool (*initStatic)(const Context *rsc, const Path *m, const Allocation *vtx, const Allocation *loops);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs_hal.h 263 bool (*initStatic)(const Context *rsc, const Path *m, const Allocation *vtx, const Allocation *loops);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs_hal.h 263 bool (*initStatic)(const Context *rsc, const Path *m, const Allocation *vtx, const Allocation *loops);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs_hal.h 263 bool (*initStatic)(const Context *rsc, const Path *m, const Allocation *vtx, const Allocation *loops);
  /external/eigen/blas/
ctbmv.f 193 * will be ( N - 1 )*INCX too small for descending loops.

Completed in 1144 milliseconds

<<11121314