Searched refs:loop (Results 1 - 25 of 94) sorted by relevance

1234

/haiku-fatelf/src/bin/network/tcpdump/tests/
H A Disakmp2.sh3 uudecode isakmp-pointer-loop.puu
6 if (../tcpdump -t -n -r isakmp-pointer-loop.pcap | diff - isakmp2.out)
/haiku-fatelf/src/apps/mail/
H A DUtilities.cpp71 int32 loop; local
74 for (loop = 0; loop < len; loop++) {
75 c1 = str1[loop];
78 c2 = str2[loop];
101 int32 loop; local
103 for (loop = 0; loop < max; loop
167 int32 loop; local
[all...]
H A DStatus.cpp131 uint32 loop; local
158 for (loop = 0; loop < strlen(name); loop++) {
159 if (name[loop] == '/')
160 name[loop] = '\\';
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_barrier_wait/
H A D2-1.c18 * 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
82 for(loop = 0; loop < LOOP_NUM; loop++)
86 printf("\n-Loop %d-\n", loop);
110 printf("Test FAILED: On %d loop, PTHREAD_BARRIER_SERIAL_THREAD "
111 "should be returned to one unspecified thread\n", loop);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Dadd_n.S32 L(loop):
38 jne L(loop)
H A Dmul_1.S31 L(loop):
39 jne L(loop)
H A Dsub_n.S32 L(loop):
38 jne L(loop)
H A Daddmul_1.S33 L(loop):
43 jne L(loop)
H A Dsubmul_1.S32 L(loop):
43 jne L(loop)
H A Dlshift.S37 L(loop):
52 jge L(loop)
H A Drshift.S39 L(loop):
54 jle L(loop)
/haiku-fatelf/src/bin/coreutils/src/
H A Dtsort.c68 /* Used for loop detection. */
69 static struct item *loop = NULL; variable in typeref:struct:item
307 /* Try to detect the loop. If we have detected that K is part of a
308 loop, print the loop on standard error, remove a relation to break
309 the loop, and return true.
311 The loop detection strategy is as follows: Realise that what we're
322 loop has completely been constructed. If the loop was found, the
333 if (loop
[all...]
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageStatus.cpp86 BLooper *loop = fParent->Looper(); local
87 if (loop != NULL) {
88 loop->PostMessage(msg, fParent);
/haiku-fatelf/src/apps/resedit/
H A DInlineEditor.cpp32 BLooper *loop = (*target)->Looper(); local
33 if (loop) {
34 BMessenger msgr(loop);
/haiku-fatelf/src/bin/playsound/
H A Dplaysound.cpp43 fprintf(stderr, " playsound [--loop] [--gain <value>] [--pan <value>] <filename>\n");
53 bool loop = false; local
62 {"loop", no_argument, 0, 'l'},
74 loop = true;
108 BFileGameSound snd(file, loop);
/haiku-fatelf/src/system/libroot/posix/glibc/iconv/
H A Dgconv_simple.c68 #include <iconv/loop.c>
98 #include <iconv/loop.c>
142 #include <iconv/loop.c>
182 #include <iconv/loop.c>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_barrierattr_getpshared/
H A D2-1.c25 * 5. Parent and Child execute same code: loop N times, calling pthread_barrier_wait()
68 int loop; local
174 for(loop = 0; loop < LOOP_NUM; loop++)
/haiku-fatelf/headers/private/app/
H A DLooperList.h56 FindLooperPred(const BLooper* loop) : looper(loop) {} argument
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dstage1.S100 .loop:
103 bra .loop
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dlogging.c134 int loop; local
141 for(loop = (width * 4); (loop != 0); loop -= 4)
143 CHAROUT(hextab[(uval >> (loop - 4)) & 0xF]);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Dstrlen.S52 loop a few times, being careful to ensure that we do not read ahead
58 loop more. If they're often quite short, it might be better to use
59 fact (2) in the inner loop than have to recalculate it.
114 bt 29, L(loop)
124 /* The loop. */
126 L(loop):
136 beq L(loop)
/haiku-fatelf/src/apps/cdplayer/
H A DPlayList.h22 void SetLoop(const bool &loop);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DUtility.h120 loop:
124 bc 5, 2, loop
133 loop:
139 bc 5, 2, loop
/haiku-fatelf/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.h48 bool loop; member in class:FileSoundWindow
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dz8k-dis.c301 int nibl_count, loop; local
308 loop = 0;
311 while (z8k_table[instr_data->tabl_index].byte_info[loop] != 0)
318 tabl_datum = z8k_table[instr_data->tabl_index].byte_info[loop];
470 loop += 1;
528 int loop, loop_limit; local
534 for (loop = 0; loop < loop_limit; loop++)
536 if (loop)
[all...]

Completed in 259 milliseconds

1234