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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512block_amd64.s 165 loop: label
270 JB loop
sha512block_ppc64le.s 176 loop: label
290 BLT loop
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_amd64.s 79 loop: label
86 JAE loop
  /external/boringssl/src/crypto/modes/asm/
ghash-x86_64.pl 137 sub loop() {
152 jmp .Loop$N
155 .Loop$N:
183 jmp .Loop$N
234 &loop ($Xi);
136 sub loop() { subroutine
    [all...]
  /external/libbrillo/brillo/message_loops/
glib_message_loop.h 42 // Called by the GLib's main loop when is time to call the callback scheduled
47 // Called by the GLib's main loop when the watched source |source| is
53 // Called by the GLib's main loop when the scheduled callback is removed due
65 GlibMessageLoop* loop; member in struct:brillo::GlibMessageLoop::ScheduledTask
  /external/ltp/testcases/kernel/controllers/memcg/regression/
memcg_test_1.c 32 #define LOOP 40
40 int loop; local
48 for (loop = 0; loop < LOOP; loop++) {
  /external/ltp/testcases/kernel/syscalls/getdtablesize/
getdtablesize01.c 57 int table_size, loop, fd, count = 0; local
83 for (loop = 1; loop <= max_val_opfiles; loop++) {
  /external/ltp/testcases/network/multicast/mc_opts/
mc_verify_opts.c 27 char loop = 0; local
109 len = sizeof(loop);
111 (s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop,
117 if (loop != 1) {
118 printf("Error: IP_MULTICAST_LOOP not enabled, loop = %i\n",
119 loop);
124 loop = 0; /* Disable IP_MULTICAST_LOOP */
125 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, sizeof(char)) !=
132 (s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop,
138 if (loop != 0)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
2-1.c 18 * 2. In each loop, Main thread initialize barrier, with count set to THREAD_NUM
23 * 6. This holds true for every loop.
73 int loop; local
81 for (loop = 0; loop < LOOP_NUM; loop++) {
84 printf("\n-Loop %d-\n", loop);
107 ("Test FAILED: On %d loop, PTHREAD_BARRIER_SERIAL_THREAD "
109 loop);
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/
2-1.c 25 * 5. Parent and Child execute same code: loop N times, calling pthread_barrier_wait()
68 int loop; local
163 for (loop = 0; loop < LOOP_NUM; loop++) {
  /external/swiftshader/src/OpenGL/compiler/
ValidateLimitations.h 24 TIntermLoop* loop; member in struct:TLoopInfo
51 // Returns true if none of the loop indices is used as the argument to
  /external/toybox/toys/other/
losetup.c 16 associated with a loop device.
20 -f Find first unused loop device (may create one)
36 #include <linux/loop.h>
53 allocate new loop device:
54 /dev/loop-control
63 struct loop_info64 *loop = (void *)(toybuf+32); local
67 // Open file (ffd) and loop device (lfd)
71 int i, cfd = open("/dev/loop-control", O_RDWR);
74 // just preallocate loop devices and stay within them.
76 // mount -o loop depends on found device being at the start of toybuf
    [all...]
  /external/valgrind/memcheck/tests/
sbfragment.c 45 int loop; local
47 // two optional arguments: [nr of loop] [debug]
49 loop = atoi(argv[1]);
51 loop = 3000;
64 for (i = 0; i < loop; i++)
77 printf ("after %d loops, last size block requested %lu\n", loop, bigsize);
  /external/vixl/examples/aarch64/
crc-checksums.cc 40 Label loop, end; local
49 // Loop for iterating through the array, starting at msg[0].
50 __ Bind(&loop);
59 __ B(&loop);
sum-array.cc 38 Label loop, end; local
47 __ Bind(&loop);
53 __ Cbnz(w1, &loop);
  /frameworks/native/cmds/surfacereplayer/replayer/
Main.cpp 52 std::cout << " -l Indefinitely loop the replayer\n";
61 bool loop = false; local
83 loop = true;
107 } while(loop);
  /frameworks/native/services/sensorservice/tests/
sensorservicetest.cpp 84 sp<Looper> loop = new Looper(false); local
85 loop->addFd(q->getFd(), 0, ALOOPER_EVENT_INPUT, receiver, q.get());
89 int32_t ret = loop->pollOnce(-1);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/btservice/
RemoteDevicesTest.java 38 Looper.loop();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
program.h 12 * CLooG : the Chunky Loop Generator (experimental) *
32 * CLooG, the Chunky Loop Generator *
60 CloogLoop * loop ; /**< The loops of the program. */ member in struct:cloogprogram
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
program.h 12 * CLooG : the Chunky Loop Generator (experimental) *
32 * CLooG, the Chunky Loop Generator *
60 CloogLoop * loop ; /**< The loops of the program. */ member in struct:cloogprogram
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_arm.s 34 loop: label
57 BNE loop
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.s 112 loop: label
130 JNZ loop
  /prebuilts/go/darwin-x86/src/os/signal/
signal_plan9.go 22 go loop()
25 func loop() { func
signal_unix.go 20 func loop() { func
28 go loop()
  /prebuilts/go/darwin-x86/src/runtime/
memclr_386.s 43 loop: label
63 JAE loop

Completed in 2175 milliseconds

1 2 34 5 6 7 8 91011>>