HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 301 - 325 of 609) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 148 /** sample loop */
350 SND_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */
364 /** simple loop redefinition */
366 unsigned int start; /**< loop start (in samples) * 16 */
367 unsigned int end; /**< loop end (in samples) * 16 */
381 snd_seq_ev_loop_t loop; /**< loop control */ member in union:snd_seq_ev_sample_control::__anon22793
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 148 /** sample loop */
350 SND_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */
364 /** simple loop redefinition */
366 unsigned int start; /**< loop start (in samples) * 16 */
367 unsigned int end; /**< loop end (in samples) * 16 */
381 snd_seq_ev_loop_t loop; /**< loop control */ member in union:snd_seq_ev_sample_control::__anon24383
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 148 /** sample loop */
350 SND_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */
364 /** simple loop redefinition */
366 unsigned int start; /**< loop start (in samples) * 16 */
367 unsigned int end; /**< loop end (in samples) * 16 */
381 snd_seq_ev_loop_t loop; /**< loop control */ member in union:snd_seq_ev_sample_control::__anon25895
  /development/ide/xcode/ports/
skia_mac.cp 85 // Call the event loop
  /external/dbus/bus/
main.c 212 setup_reload_pipe (DBusLoop *loop)
240 if (!_dbus_loop_add_watch (loop, watch, reload_watch_callback,
243 _dbus_warn ("Unable to add reload watch to main loop: %s\n",
  /external/grub/stage2/
fsys_fat.c 313 /* main loop to find desired directory entry */
314 loop:
484 /* go back to main loop at top of function */
485 goto loop;
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_16.asm 33 .L1 ; short loop
143 .L1 ; short loop
251 .L1 ; short loop
369 .L1 ; short loop
  /external/v8/test/mjsunit/regress/
regress-102153.js 30 // Test that the break point is set before initializing the loop variable
regress-crbug-39160.js 30 // To reproduce the bug we need an inlined comparison (i.e. in a loop) where
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 668 bool VoiceChannel::PlayRingbackTone(bool play, bool loop) {
669 PlayRingbackToneMessageData data(play, loop);
847 bool VoiceChannel::PlayRingbackTone_w(bool play, bool loop) {
850 LOG(LS_INFO) << "Playing ringback tone, loop=" << loop;
854 return media_channel()->PlayRingbackTone(play, loop);
889 data->result = PlayRingbackTone_w(data->play, data->loop);
    [all...]
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 62 ; v is kept in r12 during the token pack loop
65 ; loop start
133 ; r10 is used earlier in the loop, but r10 is used as
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 30 mov r12, #16 ; set loop counter to 16 (=block height)
34 loop label
122 bne loop
vp8_variance16x16_armv6.asm 30 mov r12, #16 ; set loop counter to 16 (=block height)
32 loop label
135 bne loop
vp8_variance_halfpixvar16x16_h_armv6.asm 31 mov r12, #16 ; set loop counter to 16 (=block height)
33 loop label
160 bne loop
vp8_variance_halfpixvar16x16_v_armv6.asm 31 mov r12, #16 ; set loop counter to 16 (=block height)
33 loop label
162 bne loop
  /external/v8/test/mjsunit/
elements-transition-hoisting.js 48 // Make sure that a simple elements array transitions inside a loop before
67 // transitions in a loop still get hoisted in a way that doesn't generate a
127 // transitions in the loop can also be hoisted.
  /external/icu4c/test/intltest/
rbbitst.cpp 147 default: name = ""; break; //needed to end loop
221 // break out of the loop.
4004 int loop; local
4070 int loop; local
4168 int loop; local
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 98 loop output_loop # repeat until k>j
394 jne find_loop # ! if not, loop
438 jne strcat # ! if not loop
541 loop write_out # loop till done
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 90 loop output_loop # repeat until k>j
392 jne find_loop # if not, loop
438 jne strcat # if not loop
541 loop write_out # loop till done
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 577 var loop<decisionNumber>_quitflag = false
578 while (!loop<decisionNumber>_quitflag) {
586 if ( cnt<decisionNumber> >= 1 ) loop<decisionNumber>_quitflag = true
606 var loop<decisionNumber>_quitflag = false
607 while (!loop<decisionNumber>_quitflag) {
614 case _ => loop<decisionNumber>_quitflag = true
912 * loop. If end-of-token (EOT) predicts any of the targets then it
    [all...]
  /external/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 57 mov r2, #7 ;loop counter
193 mov r3, #2 ;loop counter
212 mov r12, #4 ;loop counter
290 mov r2, #8 ;loop counter
385 mov r3, #2 ;loop counter
402 mov r12, #4 ;loop counter
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance16x16s_neon.asm 35 mov r12, #4 ;loop counter
135 mov r12, #4 ;loop counter
240 mov r12, #4 ;loop counter
367 mov r2, #4 ;loop counter
407 mov r2, #2 ;loop counter
459 mov r2, #2 ;loop counter
  /external/libyuv/files/source/
rotate_neon.s 40 @ the loop needs to run on blocks of 16. what will be left
43 @ loop will run one extra time.
112 @ loops are on blocks of 8. loop will stop when
307 @ the loop needs to run on blocks of 8. what will be left
310 @ loop will run one extra time.
370 @ loops are on blocks of 8. loop will stop when
  /external/mesa3d/src/glsl/
ir.h 565 * IR instruction representing a high-level loop structure.
586 * Get an iterator for the instructions of the loop body
593 /** List of ir_instruction that make up the body of the loop. */
597 * \name Loop counter and controls
599 * Represents a loop like a FORTRAN \c do-loop.
602 * If \c from and \c to are the same value, the loop will execute once.
605 ir_rvalue *from; /** Value of the loop counter on the first
606 * iteration of the loop.
608 ir_rvalue *to; /** Value of the loop counter on the las
1105 ir_loop *loop; member in class:ir_loop_jump
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-alpha.pl 48 sub loop() { subroutine
273 &loop();
362 &loop();

Completed in 1031 milliseconds

<<11121314151617181920>>