/external/libvpx/examples/ |
simple_decoder.txt | 5 This is an example of a simple decoder loop. It takes an input file 64 `vpx_codec_get_frame` is called in a loop, returning a pointer to a
|
/external/libvpx/vp8/common/arm/neon/ |
iwalsh_neon.asm | 25 ; first for loop 47 ; second for loop
|
/external/libvpx/vp8/encoder/arm/neon/ |
vp8_shortwalsh4x4_neon.asm | 27 ;First for-loop 44 ;Second for-loop
|
/external/openssl/crypto/des/ |
options.txt | 1 Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds 3 RISC1 and RISC2 are 2 alternatives for the inner loop and
|
/external/openssl/crypto/ |
mem_clr.c | 67 size_t loop = len, ctr = cleanse_ctr; local 68 while(loop--)
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 72 loop:
label 95 BGT loop
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 72 loop:
label 95 BGT loop
|
/external/webkit/WebCore/WebCore.gyp/scripts/ |
action_maketokenizer.py | 61 # Next time through the loop, look at everything after this '--'. 64 # loop again. Add an empty section now corresponding to the nothingness
|
action_useragentstylesheets.py | 64 # Next time through the loop, look at everything after this '--'. 67 # loop again. Add an empty section now corresponding to the nothingness
|
/external/webkit/WebCore/loader/ |
NetscapePlugInStreamLoader.cpp | 122 // If calling didFail spins the run loop the stream loader can reach the terminal state. 128 // spawn a new run loop and if the loader has been removed it won't be deferred when
|
/external/webkit/WebCore/platform/ |
ThreadTimers.cpp | 37 // Fire timers for this length of time, and then quit to let the run loop process user input events. 114 // Catch the case where the timer asked timers to fire in a nested event loop, or we are over time limit.
|
/external/zlib/contrib/ada/ |
buffer_demo.adb | 82 loop 98 end loop;
|
/external/zlib/contrib/asm586/ |
match.S | 95 /* entering the main loop). */ 181 /* Jump into the main loop. */ 195 * Here is the inner loop of the function. The function will spend the 196 * majority of its time in this loop, and majority of that time will 199 * Within this loop: 266 * starting the compare loop. So what this code does is skip over 0-3 270 * It should be confessed that this loop usually does not represent 305 /* have so far, then forget it and return to the lookup loop. */
|
/external/zlib/contrib/gcc_gvmat64/ |
gvmat64.S | 191 ;;; entering the main loop.
294 //;;; Jump into the main loop.
371 ;;; Here is the inner loop of the function. The function will spend the
372 ;;; majority of its time in this loop, and majority of that time will
375 ;;; Within this loop:
432 ;;; starting the compare loop. So what this code does is skip over 0-3
436 ;;; It should be confessed that this loop usually does not represent
499 ;;; have so far, then forget it and return to the lookup loop.
|
/external/zlib/contrib/masm686/ |
match.asm | 145 ; entering the main loop).
233 ;/* Jump into the main loop. */
246 ; * Here is the inner loop of the function. The function will spend the
247 ; * majority of its time in this loop, and majority of that time will
250 ; * Within this loop:
300 ; * starting the compare loop. So what this code does is skip over 0-3
304 ; * It should be confessed that this loop usually does not represent
348 ;/* have so far, then forget it and return to the lookup loop. */
|
/external/zlib/contrib/masmx64/ |
gvmat64.asm | 210 ;;; entering the main loop.
313 ;;; Jump into the main loop.
370 ;;; Here is the inner loop of the function. The function will spend the
371 ;;; majority of its time in this loop, and majority of that time will
374 ;;; Within this loop:
422 ;;; starting the compare loop. So what this code does is skip over 0-3
426 ;;; It should be confessed that this loop usually does not represent
480 ;;; have so far, then forget it and return to the lookup loop.
|
/external/zlib/contrib/masmx86/ |
match686.asm | 211 ;;; entering the main loop.
296 ;;; Jump into the main loop.
311 ;;; Here is the inner loop of the function. The function will spend the
312 ;;; majority of its time in this loop, and majority of that time will
315 ;;; Within this loop:
360 ;;; starting the compare loop. So what this code does is skip over 0-3
364 ;;; It should be confessed that this loop usually does not represent
397 ;;; have so far, then forget it and return to the lookup loop.
|
/frameworks/base/core/java/android/webkit/ |
WebSyncManager.java | 90 Looper.loop(); 142 * the queue to break the sync loop
|
/frameworks/base/core/jni/ |
android_bluetooth_common.h | 83 /* pair of sockets for event loop control, Reader and Writer */ 91 /* flag to indicate if the event loop thread is running */
|
/frameworks/base/core/tests/coretests/src/android/content/ |
ContentQueryMapTest.java | 45 Looper.loop(); 71 // The cache won't notice changes until the loop runs.
|
/frameworks/base/media/libmediaplayerservice/ |
StagefrightPlayer.cpp | 132 status_t StagefrightPlayer::setLooping(int loop) { 135 return mPlayer->setLooping(loop);
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Deemph_32_opt.s | 68 LOOP:
95 BLT LOOP
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
Deemph_32_neon.s | 68 LOOP:
95 BLT LOOP
|
pred_lt4_1_neon.s | 56 LOOP:
90 BLT LOOP
|
/frameworks/base/media/libstagefright/include/ |
TimedEventQueue.h | 63 // Start executing the event loop. 66 // Stop executing the event loop, if flush is false, any pending
|