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

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 205 def loop(timeout=30.0, use_poll=False, map=None, count=None): function
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64p32.s 772 loop: label
784 JMP loop
asm_s390x.s 792 loop: label
802 BR loop
888 //if the length is small, use loop; otherwise, use vector or srst search
928 //if the address is not 16byte aligned, use loop for the header
1049 loop: label
1055 BGT loop
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64p32.s 772 loop: label
784 JMP loop
asm_s390x.s 792 loop: label
802 BR loop
888 //if the length is small, use loop; otherwise, use vector or srst search
928 //if the address is not 16byte aligned, use loop for the header
1049 loop: label
1055 BGT loop
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 205 def loop(timeout=30.0, use_poll=False, map=None, count=None): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 205 def loop(timeout=30.0, use_poll=False, map=None, count=None): function
  /system/core/libpixelflinger/codeflinger/
disassem.c 577 int loop; local
585 for (loop = 0; loop < 17; ++loop) {
587 if (loop == 16 || !(insn & (1 << loop))) {
592 if (start == loop - 1)
595 di->di_printf("r%d-r%d", start, loop - 1);
599 if (insn & (1 << loop))
600 start = loop;
    [all...]
  /system/tpm/attestation/client/
main.cc 92 // The Daemon class works well as a client loop as well.
481 attestation::ClientLoop loop; local
482 return loop.Run();
  /system/tpm/tpm_manager/client/
main.cc 208 // Posts tasks on to the message loop based on command line flags.
512 tpm_manager::ClientLoop loop; local
513 return loop.Run();
  /toolchain/binutils/binutils-2.25/opcodes/
z8k-dis.c 300 int nibl_count, loop; local
307 loop = 0;
310 while (z8k_table[instr_data->tabl_index].byte_info[loop] != 0)
317 tabl_datum = z8k_table[instr_data->tabl_index].byte_info[loop];
469 loop += 1;
527 int loop, loop_limit; local
533 for (loop = 0; loop < loop_limit; loop++)
535 if (loop)
    [all...]
z8kgen.c 931 int loop = 1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c 77 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */
111 int loop; local
112 for (loop = 0; loop < MAXTAGLOOP; loop++) {
132 luaG_runerror(L, "loop in gettable");
137 int loop; local
138 for (loop = 0; loop < MAXTAGLOOP; loop++)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 89 loop:
98 continue loop; local
270 // implied branch of loop etc...
  /external/autotest/client/deps/fakemodem/src/
fakemodem.c 218 GMainLoop* loop; local
265 loop = g_main_loop_new (NULL, FALSE);
311 g_main_loop_run (loop);
313 g_main_loop_unref (loop);
  /external/boringssl/win-x86_64/crypto/sha/
sha1-x86_64.asm 55 jmp NEAR $L$loop
58 $L$loop:
1239 jnz NEAR $L$loop
    [all...]
sha256-x86_64.asm 58 jmp NEAR $L$loop
61 $L$loop:
1709 jb NEAR $L$loop
    [all...]
sha512-x86_64.asm 58 jmp NEAR $L$loop
61 $L$loop:
1709 jb NEAR $L$loop
    [all...]
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist.cpp 199 // Only one destroy loop, since only one inner init list is directly inited.
214 // Only one destroy loop, since only one inner init list is directly inited.
290 void loop(X &x1, X &x2) { function in namespace:rdar13325066
318 // Destruction loop for underlying array.
335 // Destruction loop for underlying array.
357 // Destruction loop for underlying array.
  /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/libhevc/common/x86/
ihevc_16x16_itrans_recon_sse42_intr.c 171 WORD32 loop = 0; local
190 loop = 1;
193 loop = 2;
197 for(i = 0; i < loop; i++)
    [all...]
ihevc_itrans_recon_16x16_ssse3_intr.c 175 WORD32 loop = 0; local
196 loop = 1;
199 loop = 2;
203 for(i = 0; i < loop; i++)
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 518 base::MessageLoop loop; local
591 base::MessageLoop loop; local
732 base::RunLoop loop; local
733 ptr->Ping(base::Bind(&SetFlagAndRunClosure, &called, loop.QuitClosure()));
734 loop.Run();
  /external/libvncserver/libvncclient/
tls_openssl.c 365 uint8_t loop=0; local
388 for (loop=0;loop<count;loop++)
390 if (!ReadFromRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE;
391 t=rfbClientSwap32IfLE(tAuth[loop]);
392 rfbClientLog("%d) Received security type %d\n", loop, t);
403 rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count);
405 if (!WriteToRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE;
407 tAuth[loop]=t
    [all...]
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 147 static int loop; variable
186 "-r time Run time (ms) to busy loop the threads (20)\n"
227 if (loop >= nr_runs)
232 rec.x = loop;
235 rec.x = loop;
238 rec.x = loop;
474 for (loop = 0; loop < nr_runs; loop++) {
479 ftrace_write("Loop %d now=%lld\n", loop, now)
    [all...]

Completed in 1210 milliseconds

<<11121314151617181920>>