HomeSort by relevance Sort by last modified time
    Searched defs:loop_count (Results 1 - 24 of 24) sorted by null

  /external/libopus/silk/float/
solve_LS_FLP.c 163 opus_int i, j, k, loop_count, err = 1; local
171 for( loop_count = 0; loop_count < M && err == 1; loop_count++ ) {
182 temp = ( loop_count + 1 ) * diag_min_value - temp;
  /external/libopus/silk/fixed/
solve_LS_FIX.c 123 opus_int i, j, k, status, loop_count; local
133 for( loop_count = 0; loop_count < M && status == 1; loop_count++ ) {
145 tmp_32 = silk_SUB32( silk_SMULBB( loop_count + 1, diag_min_value ), tmp_32 );
  /external/ltp/testcases/kernel/mem/mem/
mem01.c 156 int loop_count; /* limited to 16Go on 32 bits systems */ local
205 loop_count = memsize / pagesize;
207 for (i = 0; i < loop_count; i++) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding_mips.c 180 int loop_count = SUBFRAMES; local
191 "addu %[j], %[loop_count], $0 \n\t"
196 "addu %[n], %[loop_count], $0 \n\t"
244 : [loop_count] "r" (loop_count), [matrix0] "r" (matrix0),
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 317 int loop_count; local
329 for (loop_count = 1; loop_count <= TIMES; loop_count++) {
  /external/webp/include/webp/
demux.h 228 for (uint32_t i = 0; i < anim_info.loop_count; ++i) {
292 uint32_t loop_count; member in struct:WebPAnimInfo
333 // info.loop_count times) without destroying and recreating the 'dec' object.
mux.h 287 int loop_count; // Number of times to repeat the animation [0 = infinite]. member in struct:WebPMuxAnimParams
  /external/webp/src/webp/
demux.h 228 for (uint32_t i = 0; i < anim_info.loop_count; ++i) {
292 uint32_t loop_count; member in struct:WebPAnimInfo
333 // info.loop_count times) without destroying and recreating the 'dec' object.
mux.h 287 int loop_count; // Number of times to repeat the animation [0 = infinite]. member in struct:WebPMuxAnimParams
  /external/webrtc/webrtc/base/
httpbase.cc 507 size_t loop_count = 0; local
574 } while (++loop_count <= kMaxReadCount);
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_mips.c 760 int32_t loop_count = 2; local
    [all...]
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 728 printf(" -l | --loop_count - # of times to loop [def: %d]\n",
740 int loop_count = 1; local
749 {"loop_count", required_argument, 0, 'l'},
770 loop_count = atoi(optarg);
797 printf("Looping for %d iterations.\n", loop_count);
828 for(i = 0; i < loop_count; i++) {
  /external/v8/src/ia32/
codegen-ia32.cc 86 Register loop_count = edx; local
88 __ cmp(loop_count, 0);
104 __ dec(loop_count);
199 Register loop_count = edx; local
234 __ mov(loop_count, count);
235 __ shr(loop_count, 6);
267 __ mov(loop_count, count);
268 __ shr(loop_count, 6);
300 __ mov(loop_count, count);
301 __ shr(loop_count, 6)
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 2253 int if_count = 0, loop_count = 0; local
    [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc 3466 int loop_count = 0; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3260 int loop_count; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 3666 int loop_count = 0; local
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 4389 Register loop_count = x11; local
    [all...]
  /external/ImageMagick/coders/
png.c 685 loop_count[256],
683 loop_count[256], member in struct:_MngInfo
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 8009 milliseconds