/external/libvpx/libvpx/vpx_dsp/x86/ |
vpx_subpixel_bilinear_sse2.asm | 144 .loop: 149 jnz .loop 169 .loop: 174 jnz .loop 195 .loop: 202 jnz .loop 222 .loop: 227 jnz .loop 247 .loop: 252 jnz .loop [all...] |
vpx_subpixel_bilinear_ssse3.asm | 122 .loop: 127 jnz .loop 147 .loop: 152 jnz .loop 173 .loop: 179 jnz .loop 199 .loop: 204 jnz .loop 224 .loop: 229 jnz .loop [all...] |
/external/skia/bench/ |
ColorPrivBench.cpp | 46 for (int loop = 0; loop < loops; loop++) { 49 // Note: we really want to load src and dst here and not outside in the i-loop. 52 // loop, so we'd only be benchmarking the back half of those functions that also 54 // clever compiler from hoisting the loads out of the loop on its own.
|
PremulAndUnpremulAlphaOpsBench.cpp | 49 for (int loop = 0; loop < loops; ++loop) {
|
WritePixelsBench.cpp | 59 for (int loop = 0; loop < loops; ++loop) {
|
/external/vixl/examples/ |
crc-checksums.cc | 41 Label loop, end; local 50 // Loop for iterating through the array, starting at msg[0]. 51 __ Bind(&loop); 60 __ B(&loop);
|
sum-array.cc | 39 Label loop, end; local 48 __ Bind(&loop); 54 __ Cbnz(w1, &loop);
|
/frameworks/native/services/surfaceflinger/tests/vsync/ |
vsync.cpp | 55 sp<Looper> loop = new Looper(false); local 56 loop->addFd(myDisplayEvent.getFd(), 0, ALOOPER_EVENT_INPUT, receiver, 63 int32_t ret = loop->pollOnce(-1);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_subpixel_bilinear_sse2.asm | 144 .loop: 149 jnz .loop 169 .loop: 174 jnz .loop 195 .loop: 202 jnz .loop 222 .loop: 227 jnz .loop 247 .loop: 252 jnz .loop [all...] |
vp9_subpixel_bilinear_ssse3.asm | 122 .loop: 127 jnz .loop 147 .loop: 152 jnz .loop 173 .loop: 179 jnz .loop 199 .loop: 204 jnz .loop 224 .loop: 229 jnz .loop [all...] |
/external/icu/icu4c/source/test/intltest/ |
dtfmtrtts.cpp | 27 // Warning -- makes test run infinite loop!!! 162 // Special infinite loop test mode for finding hard to reproduce errors 164 logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName(temp)); 331 // We go through this loop until we achieve a match or until 332 // the maximum loop count is reached. We record the points at 335 int loop; local 338 for(loop = 0; loop < DEPTH; ++loop) { 339 if (loop > 0) [all...] |
/external/libvncserver/libvncclient/ |
tls_gnutls.c | 212 uint8_t loop=0; local 235 for (loop=0;loop<count;loop++) 237 if (!ReadFromRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE; 238 t=rfbClientSwap32IfLE(tAuth[loop]); 239 rfbClientLog("%d) Received security type %d\n", loop, t); 250 rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count); 252 if (!WriteToRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE; 254 tAuth[loop]=t [all...] |
/external/v8/src/compiler/ |
loop-peeling.cc | 7 #include "src/compiler/loop-peeling.h" 13 // Loop peeling is an optimization that copies the body of a loop, creating 15 // first iteration. Beginning with a loop as follows: 25 // ( Loop )<-------- ( phiA ) | | | | 42 // The body of the loop is duplicated so that all nodes considered "inside" 43 // the loop (e.g. {P, U, X, Y, K, L, M}) have a corresponding copies in the 45 // backedges of the loop correspond to edges from the peeled iteration to 46 // the main loop body, with multiple backedges requiring a merge. 48 // Similarly, any exits from the loop body need to be merged with "exits [all...] |
/external/libchrome/base/message_loop/ |
message_loop_unittest.cc | 109 MessageLoop loop(MessageLoop::TYPE_UI); 115 // run loop to exit. 119 loop.PostTask(FROM_HERE, Bind(&SubPumpFunc)); 122 loop.PostDelayedTask( 128 loop.PostDelayedTask( 135 loop.Run(); 233 // MessageLoop implicitly start a "modal message loop". Modal dialog boxes, 287 // ran _inside_ the MessageBox message loop, dismissing the MessageBox 298 // message loop. 321 // message loop functionality 703 MessageLoop loop; local 733 MessageLoop loop; local 883 MessageLoop* loop = new MessageLoop; local 908 MessageLoop loop; local 1023 MessageLoop loop; local 1032 MessageLoop loop; local 1047 MessageLoop loop; local [all...] |
message_pump_glib_unittest.cc | 25 // This class injects dummy "events" into the GLib loop. When "handled" these 152 // Posts a task on the current message loop. 175 MessageLoop* loop() const { return loop_; } function in class:base::__anon15751::MessagePumpGLibTest 196 loop()->Run(); 216 loop()->Run(); 227 loop()->Run(); 236 loop()->PostTask(FROM_HERE, Bind(&IncrementInt, &task_count)); 240 loop()->PostTask( 244 loop()->Run(); 252 loop()->PostDelayedTask [all...] |
/external/dbus/bus/ |
expirelist.c | 35 DBusLoop *loop; member in struct:BusExpireList 44 bus_expire_list_new (DBusLoop *loop, 57 list->loop = loop; 68 if (!_dbus_loop_add_timeout (list->loop, list->timeout)) 87 _dbus_loop_remove_timeout (list->loop, list->timeout); 159 * a busy loop) 323 DBusLoop *loop; local 334 loop = _dbus_loop_new (); 335 _dbus_assert (loop != NULL) [all...] |
/external/compiler-rt/lib/tsan/dd/ |
dd_rtl.cc | 47 rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0); 48 PrintStackTrace(thr, rep->loop[i].stk[1]); 49 if (rep->loop[i].stk[0]) { 51 rep->loop[i].mtx_ctx0); 52 PrintStackTrace(thr, rep->loop[i].stk[0]);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-flow.h | 240 /* Use this to terminate the FOR_EACH_IMM_USE_STMT loop early. Failure to 380 extern void debug_loop (struct loop *, int); 565 /* In tree-ssa-loop-ch.c */ 566 bool do_while_loop_p (struct loop *); 579 /* Description of number of iterations of a loop. All the expressions inside 580 the structure can be evaluated at the end of the loop's preheader 581 (and due to ssa form, also anywhere inside the body of the loop). */ 590 the loop will exit in the first iteration (i.e. 594 a loop (provided that assumptions == true and 596 of executions of the latch of the loop. * [all...] |
/external/mesa3d/src/glsl/tests/lower_jumps/ |
create_test_cases.py | 124 def loop(statements): function 125 """Create a loop containing the given statements as its loop 129 return [['loop', [], [], [], [], statements]] 439 loop(simple_if('b', simple_if('c', break_(), continue_()), 445 # loop gets guarded so that it only executes if the return 452 loop(simple_if('b', simple_if('c', [], continue_()), 461 doc_string = """If a loop contains an unconditional break at the bottom of 464 loop(assign_x('a', const_float(1)) + 471 doc_string = """If a loop contains a conditional break at the bottom of it [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
arith_arm64.s | 38 loop: label 45 B loop 59 loop: label 66 B loop 84 loop: label 90 B loop 111 loop: label 117 B loop 144 loop: label 154 B loop [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
arith_arm64.s | 38 loop: label 45 B loop 59 loop: label 66 B loop 84 loop: label 90 B loop 111 loop: label 117 B loop 144 loop: label 154 B loop [all...] |
/external/libchrome/base/timer/ |
timer_unittest.cc | 24 #if !defined(OS_IOS) // iOS does not allow direct running of the UI loop. 110 base::MessageLoop loop(message_loop_type); 122 base::MessageLoop loop(message_loop_type); 145 base::MessageLoop loop(message_loop_type); 158 base::MessageLoop loop(message_loop_type); 171 base::MessageLoop loop(message_loop_type); 206 base::MessageLoop loop(message_loop_type); 222 base::MessageLoop loop(message_loop_type); 252 base::MessageLoop loop(message_loop_type); 285 base::MessageLoop loop(message_loop_type) 405 base::MessageLoop loop; local 419 base::MessageLoop loop; local 432 base::MessageLoop loop; local 448 base::MessageLoop loop; local 459 base::MessageLoop loop; local 472 base::MessageLoop loop; local 507 base::MessageLoop loop; local 523 base::MessageLoop loop; local [all...] |
/build/core/clang/ |
arm.mk | 22 -frerun-cse-after-loop \ 28 -fno-move-loop-invariants \ 32 -fno-tree-loop-optimize
|
/external/protobuf/python/google/protobuf/internal/ |
message_factory_test.py | 79 msg.loop.loop.mandatory = 2 80 msg.loop.loop.loop.loop.mandatory = 4
|
/external/replicaisland/src/com/replica/replicaisland/ |
SoundSystem.java | 82 synchronized public final int play(Sound sound, boolean loop, int priority) { 85 stream = mSoundPool.play(sound.soundId, 1.0f, 1.0f, priority, loop ? -1 : 0, 1.0f); 86 if (loop) { 94 synchronized public final int play(Sound sound, boolean loop, int priority, float volume, float rate) { 97 stream = mSoundPool.play(sound.soundId, volume, volume, priority, loop ? -1 : 0, rate); 98 if (loop) {
|