/external/libopus/silk/float/ |
H A D | 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/ |
H A D | 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/opencv3/3rdparty/libwebp/webp/ |
H A D | mux.h | 279 int loop_count; // Number of times to repeat the animation [0 = infinite]. member in struct:WebPMuxAnimParams
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
H A D | 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/webp/include/webp/ |
H A D | 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.
|
/external/webp/src/webp/ |
H A D | 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.
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
H A D | nsx_core_mips.c | 760 int32_t loop_count = 2; local 797 "addiu %[loop_count], %[loop_count], 2 \n\t" 820 "blt %[loop_count], %[loop_size], 1b \n\t" 851 [loop_count] "+r" (loop_count), [noiseSupFilter] "+r" (noiseSupFilter),
|
/external/autotest/client/deps/nvmap_compactor/src/ |
H A D | 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/webrtc/webrtc/base/ |
H A D | httpbase.cc | 507 size_t loop_count = 0; local 574 } while (++loop_count <= kMaxReadCount);
|
/external/v8/src/ia32/ |
H A D | 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, [all...] |
/external/autotest/frontend/afe/ |
H A D | models.py | 1619 def create_recurring_job(self, start_date, loop_period, loop_count, owner): 1624 @param loop_count: The re-run count. 1629 loop_count=loop_count, 1985 loop_count: Re-run (loop) count 1992 loop_count = dbmodels.IntegerField(blank=True) variable in class:RecurringRun 2002 self.job.id, self.start_date, self.loop_period, self.loop_count)
|
/external/mesa3d/src/mesa/program/ |
H A D | ir_to_mesa.cpp | 2253 int if_count = 0, loop_count = 0; local 2264 loop_count++; 2276 loop_stack = rzalloc_array(v->mem_ctx, int, loop_count);
|
/external/libvpx/libvpx/vp8/encoder/ |
H A D | onyx_if.c | 3577 int loop_count; local 4170 loop_count = 0; 4419 loop_count++; 4651 loop_count++;
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 3347 int loop_count = 0; local 3363 if (loop_count == 0 || cpi->resize_pending != 0) { 3383 if (loop_count == 0) { 3399 if (loop_count > 0) { 3407 if (loop_count == 0) 3511 ++loop_count; 3595 ++loop_count;
|
/external/v8/src/arm64/ |
H A D | code-stubs-arm64.cc | 5072 // x11 loop_count parameter loop counter (uninit) 5077 Register loop_count = x11; local 5081 __ Mov(loop_count, mapped_params); 5086 __ Add(backing_store, elements, Operand(loop_count, LSL, kPointerSizeLog2)); 5092 __ Sub(loop_count, loop_count, 1); 5093 __ Mov(x10, Operand(loop_count, LSL, kPointerSizeLog2)); 5100 __ Cbnz(loop_count, ¶meters_loop);
|
/external/ImageMagick/coders/ |
H A D | png.c | 685 loop_count[256], 5863 mng_info->loop_count[loop_level]=loop_iters; 5894 mng_info->loop_count[loop_level]--; 5901 mng_info->loop_count[loop_level]); 5903 if (mng_info->loop_count[loop_level] != 0) 683 loop_count[256], member in struct:_MngInfo
|
/external/v8/test/cctest/ |
H A D | test-api.cc | 15634 v8::base::Atomic32 loop_count; member in struct:RegExpInterruptionData 15646 for (v8::base::NoBarrier_Store(®exp_interruption_data.loop_count, 0); 15647 v8::base::NoBarrier_Load(®exp_interruption_data.loop_count) < 7; 15649 ®exp_interruption_data.loop_count, 1)) { 15666 if (v8::base::NoBarrier_Load(®exp_interruption_data.loop_count) != 2) {
|
/external/guice/extensions/struts2/lib/ |
H A D | jetty-6.1.0.jar | META-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |