Searched refs:COUNT (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_rwlock_destroy/
H A D1-1.c12 * Loop for COUNT times:
22 #define COUNT 1000 macro
30 while(cnt++ < COUNT)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_rwlock_rdlock/
H A D5-1.c25 #define COUNT 10 macro
39 for(i=0;i < COUNT;i++)
48 for(i = 0;i < COUNT;i++)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_barrier_init/
H A D3-1.c15 #define COUNT 0 macro
34 rc = pthread_barrier_init(&barrier, NULL, COUNT);
H A D1-1.c29 #define COUNT 1 macro
39 rc = pthread_barrier_init(&barrier, NULL, COUNT);
64 rc = pthread_barrier_init(&barrier, &ba, COUNT);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_rwlock_init/
H A D3-1.c14 * 2. Loop for COUNT time: lock for reading, unlock, lock for writing, unlock;
26 #define COUNT 1000 macro
48 while(cnt++ < COUNT)
/haiku-fatelf/src/bin/sharutils/contrib/
H A Duudecode.bas32 1300 COUNT = ASC(LEFT$(A$,1)) - SP
33 1310 IF COUNT = 64 THEN COUNT = 0
34 1320 IF COUNT = 0 THEN 1560
35 1330 ADJ = COUNT MOD 4
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/
H A Dexecute.sh189 COUNT=1
204 COUNT=`expr $COUNT + 1`
207 if [ $COUNT -eq 2 ]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dser-go32.c165 #define COUNT(x) cnts[x]++ macro
167 #define COUNT(x) macro
292 COUNT (CNT_STRAY);
326 COUNT (CNT_ORUN);
330 COUNT (CNT_RX);
353 COUNT (iir);
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h133 #define count_leading_zeros(COUNT,X) \
134 __asm__("ctlz %1,%0" : "=r"(COUNT) : "r"(X))
135 #define count_trailing_zeros(COUNT,X) \
136 __asm__("cttz %1,%0" : "=r"(COUNT) : "r"(X))
140 #define count_leading_zeros(COUNT,X) \
146 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
148 #define count_trailing_zeros(COUNT,X) \
162 (COUNT) = __a; \
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_hyper.c28 #define COUNT(index) (p->outlines[index].count) macro
533 if (COUNT(entry)) {
535 pdc_printf(p->out, "/Count %d\n", COUNT(entry)); /* open */
537 pdc_printf(p->out, "/Count %d\n", -COUNT(entry));/* closed */
574 pdc_printf(p->out, "/Count %d\n", COUNT(0));
681 COUNT(parent)++;
/haiku-fatelf/src/bin/gdb/opcodes/
H A Diq2000-opc.c1076 { { MNEM, ' ', OP (RT), ',', OP (COUNT), 0 } },
1082 { { MNEM, ' ', OP (RT), ',', OP (COUNT), 0 } },
1094 { { MNEM, ' ', OP (RT), ',', OP (COUNT), 0 } },
1100 { { MNEM, ' ', OP (RT), ',', OP (COUNT), 0 } },
1118 { { MNEM, ' ', OP (RT), ',', OP (COUNT), 0 } },
1124 { { MNEM, ' ', OP (RT), ',', OP (COUNT), 0 } },
1196 { { MNEM, ' ', OP (RT), ',', OP (COUNT), 0 } },
1202 { { MNEM, ' ', OP (RT), ',', OP (COUNT), 0 } },
1208 { { MNEM, ' ', OP (RT), ',', OP (COUNT), 0 } },
1214 { { MNEM, ' ', OP (RT), ',', OP (COUNT),
[all...]
/haiku-fatelf/src/bin/bc/bc/
H A Dbc.c632 #define __yy_memcpy(TO,FROM,COUNT) __builtin_memcpy(TO,FROM,COUNT)

Completed in 373 milliseconds