HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 426 - 450 of 1308) sorted by null

<<11121314151617181920>>

  /system/update_engine/
sideload_main.cc 148 brillo::BaseMessageLoop loop(&base_loop);
149 loop.SetAsCurrent();
184 loop.Run();
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 97 {command} loop = 'loop';
263 | {loop_to} cs_open loop command_delimiter variable assignment expression cs_close
265 [i1]:cs_open slash [i3]:loop [i2]:cs_close
266 // <?cs loop:x=20 ?>...<?cs /loop ?>
273 | {loop} cs_open loop command_delimiter variable assignment
276 [i1]:cs_open slash [i3]:loop [i2]:cs_close
277 // <?cs loop:x=1,20 ?>...<?cs /loop ?
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_ssse3.asm 136 .loop:
204 jnz .loop
269 .loop:
340 jnz .loop
368 .loop:
431 jnz .loop
468 .loop:
532 jg .loop
592 .loop:
659 jnz .loop
    [all...]
  /external/v8/test/mjsunit/es6/
debug-blockscopes.js 371 // Simple for-in loop over the keys of an object.
372 BeginTest("For loop 1");
393 // For-in loop over the keys of an object with a block scoped let variable
395 BeginTest("For loop 2");
419 // Simple for loop.
420 BeginTest("For loop 3");
440 // For loop with a block scoped let variable shadowing the iteration variable.
441 BeginTest("For loop 4");
464 // For loop with two variable declarations.
465 BeginTest("For loop 5")
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_planar.s 346 cmp r1, #0 @ (cond loop)
367 addgt r2, r2, r9 @since more cols to fill, dst + 8 - 6*strd (cond loop)
370 suble r2, r2, r10 @else go to next set of rows, dst - (nt-8) (cond loop)
382 movle r1, r4 @nt reloaded (refresh the value) (cond loop)
385 subs r1, r1, #8 @row counter (loop)
435 addle r12, r11, #1 @r12 reset (cond loop)
438 addgt r12, r12, #8 @col inc (cond loop)
441 addgt r14, r14, #8 @also for col inc (cond loop)
456 movle r14, r0 @r14 reset (cond loop)
459 suble r6, r6, #8 @for next set of rows (cond loop)
    [all...]
ihevc_inter_pred_chroma_horz_w16out.s 213 @ and r7, r12, #31 @decrement the wd loop
285 subs r14,r14,#32 @decrement the ht loop
308 subs r10,r10,#16 @decrement the wd loop
420 subs r10,r10,#8 @decrement the wd loop
425 subs r14,r14,#2 @decrement the ht loop
488 add r9,r9,#8 @(core loop)
490 subs r10,r10,#8 @(prologue)decrement the wd loop
510 add r9,r9,#8 @(core loop)
525 add r1,r1,#16 @(core loop)
540 subs r10,r10,#8 @(core loop)
    [all...]
ihevc_inter_pred_chroma_vert.s 126 bgt outer_loop_wd_2 @jumps to loop handling wd ==2
161 bgt inner_loop_ht_2 @inner loop again
168 bgt inner_loop_ht_2 @loop again
202 bgt inner_loop_wd_2 @inner loop again
204 @inner loop ends
210 bgt inner_loop_wd_2 @loop again
ihevc_inter_pred_chroma_vert_w16out.s 127 bgt outer_loop_wd_2 @jumps to loop handling wd ==2
161 bgt inner_loop_ht_2 @inner loop again
168 bgt inner_loop_ht_2 @loop again
201 bgt inner_loop_wd_2 @inner loop again
203 @inner loop ends
209 bgt inner_loop_wd_2 @loop again
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 50 loop_time: length of time to run the test for in each loop
51 loop_count: number of times to loop the test for
263 self._plog.checkpoint('loop%d' % (i), start_time)
264 self._tlog.checkpoint('loop%d' % (i), start_time)
266 logging.debug('loop %d completed', i)
295 loop = 1
298 _log_stats("%s loop %d" % (kname, loop),
300 loop += 1
559 loop =
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_arm64.s 408 loop: \ label
413 B loop; \
816 loop: label
822 BEQ loop
877 loop: label
883 BEQ loop
907 loop: label
913 BEQ loop
931 loop: label
936 BNE loop
954 loop: label
980 loop: label
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_arm64.s 408 loop: \ label
413 B loop; \
816 loop: label
822 BEQ loop
877 loop: label
883 BEQ loop
907 loop: label
913 BEQ loop
931 loop: label
936 BNE loop
954 loop: label
980 loop: label
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 153 * goto loop
154 * loop:
165 * br endcond, loop, endloop
179 (* Make the new basic block for the loop header, inserting after current
181 let loop_bb = append_block context "loop" the_function in
190 (* Within the loop, the variable is defined equal to the PHI node. If it
198 (* Emit the body of the loop. This, like any other expr, can change the
215 * the body of the loop mutates the variable. *)
224 (* Create the "after loop" block and insert it. *)
  /external/libdrm/tests/amdgpu/
basic_tests.c 500 int i, j, r, loop; local
520 loop = 0;
521 while(loop < 2) {
526 gtt_flags[loop], &bo, (void**)&bo_cpu,
560 loop++;
585 int i, j, r, loop; local
605 loop = 0;
606 while(loop < 2) {
611 gtt_flags[loop], &bo, (void**)&bo_cpu,
643 loop++
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 103 (* Make the new basic block for the loop header, inserting after current
107 let loop_bb = append_block context "loop" the_function in
119 (* Within the loop, the variable is defined equal to the PHI node. If it
127 (* Emit the body of the loop. This, like any other expr, can change the
149 (* Create the "after loop" block and insert it. *)
  /external/v8/test/mjsunit/
array-iteration.js 59 // Only loop through initial part of array eventhough elements are
119 // Only loop through initial part of array eventhough elements are
180 // Only loop through initial part of array eventhough elements are
241 // Only loop through initial part of array eventhough elements are
298 // Only loop through initial part when elements are added.
  /external/v8/test/unittests/compiler/
common-operator-reducer-unittest.cc 226 Node* const loop = local
227 graph()->NewNode(common()->Loop(2), graph()->start(), graph()->start());
228 loop->ReplaceInput(1, loop);
229 Node* const ephi = graph()->NewNode(common()->EffectPhi(2), e0, e0, loop);
232 EXPECT_CALL(editor, Revisit(loop));
273 Node* const loop = local
274 graph()->NewNode(common()->Loop(2), graph()->start(), graph()->start());
275 loop->ReplaceInput(1, loop);
    [all...]
  /system/core/init/
builtins.cpp 38 #include <linux/loop.h>
423 } else if (!strncmp(source, "loop@", 5)) {
424 int mode, loop, fd; local
434 snprintf(tmp, sizeof(tmp), "/dev/block/loop%d", n);
435 loop = open(tmp, mode | O_CLOEXEC);
436 if (loop < 0) {
441 /* if it is a blank loop device */
442 if (ioctl(loop, LOOP_GET_STATUS, &info) < 0 && errno == ENXIO) {
443 /* if it becomes our loop device */
444 if (ioctl(loop, LOOP_SET_FD, fd) >= 0)
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 56 * // The main test loop:
74 * // finally, loop over all instn tests for this test:
1885 test_loop_t *loop; local
    [all...]
  /external/libavc/common/arm/
ih264_default_weighted_pred_a9q.s 142 bgt loop_4 @if greater than 0 repeat the loop again
166 bgt loop_8 @if greater than 0 repeat the loop again
207 bgt loop_16 @if greater than 0 repeat the loop again
309 bgt loop_2_uv @if greater than 0 repeat the loop again
326 bgt loop_4_uv @if greater than 0 repeat the loop again
351 bgt loop_8_uv @if greater than 0 repeat the loop again
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
reduce.hpp 256 static __device__ void loop(Pointer smem, Reference val, unsigned int tid, Op op) function in struct:cv::cuda::device::reduce_detail::Unroll
259 Unroll<I / 2, Pointer, Reference, Op>::loop(smem, val, tid, op);
268 static __device__ void loop(Pointer, Reference, unsigned int, Op) function in struct:cv::cuda::device::reduce_detail::Unroll
287 Unroll<N / 2, Pointer, Reference, Op>::loop(smem, val, tid, op);
310 Unroll<16, Pointer, Reference, Op>::loop(smem, val, tid, op);
327 Unroll<M / 2, Pointer, Reference, Op>::loop(smem, val, tid, op);
  /external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/
reduce.hpp 284 __device__ static void loop(Pointer smem, Reference val, uint tid, Op op) function in struct:cv::cudev::block_reduce_detail::Unroll
287 Unroll<I / 2, Pointer, Reference, Op>::loop(smem, val, tid, op);
301 __device__ __forceinline__ static void loop(Pointer, Reference, uint, Op) function in struct:cv::cudev::block_reduce_detail::Unroll
328 Unroll<N / 2, Pointer, Reference, Op>::loop(smem, val, tid, op);
353 Unroll<16, Pointer, Reference, Op>::loop(smem, val, tid, op);
370 Unroll<M / 2, Pointer, Reference, Op>::loop(smem, val, tid, op);
reduce_key_val.hpp 313 __device__ static void loop(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) function in struct:cv::cudev::block_reduce_key_val_detail::Unroll
316 Unroll<I / 2, KP, KR, VP, VR, Cmp>::loop(skeys, key, svals, val, tid, cmp);
322 __device__ __forceinline__ static void loop(KP, KR, VP, VR, uint, Cmp) function in struct:cv::cudev::block_reduce_key_val_detail::Unroll
338 Unroll<N / 2, KP, KR, VP, VR, Cmp>::loop(skeys, key, svals, val, tid, cmp);
357 Unroll<16, KP, KR, VP, VR, Cmp>::loop(skeys, key, svals, val, tid, cmp);
373 Unroll<M / 2, KP, KR, VP, VR, Cmp>::loop(skeys, key, svals, val, tid, cmp);
  /external/v8/src/arm64/
codegen-arm64.cc 133 // Prepare for conversion loop.
162 Label loop; local
163 __ Bind(&loop);
172 __ B(lt, &loop);
228 // Prepare for conversion loop.
239 // Allocating heap numbers in the loop below can fail and cause a jump to
265 Label loop, convert_hole; local
266 __ Bind(&loop);
290 __ B(lt, &loop);
  /external/v8/src/x64/
codegen-x64.cc 167 Label loop, entry, convert_hole; local
206 // Conversion loop.
207 __ bind(&loop);
228 __ j(not_sign, &loop);
248 Label loop, entry, convert_hole, gc_required, only_change_map; local
275 // Prepare for conversion loop.
281 // Allocating heap numbers in the loop below can fail and cause a jump to
303 __ bind(&loop);
341 __ j(not_sign, &loop);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance8x8_armv6.asm 30 mov r12, #8 ; set loop counter to 8 (=block height)
34 loop label
89 bne loop

Completed in 1893 milliseconds

<<11121314151617181920>>