/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/ |
H A D | vfp-neon-syntax-inc.s | 9 itblock 4 \cond 14 itblock 4 \cond 26 itblock 2 \cond 27 \op\cond\f32 s0,s1 37 itblock 2 \cond 48 itblock 2 \cond 81 itblock 4 \cond 92 itblock 4 \cond 97 itblock 4 \cond 102 itblock 2 \cond [all …]
|
H A D | mve-vpt.s | 18 vpt\data \cond, \op1, \op2 77 vpt_qq \data, \cond 78 vpt_qr \data, \cond 83 .irp cond, eq, ne 84 vpt_qq \data, \cond 85 vpt_qr \data, \cond 90 .irp cond, cs, hi 91 vpt_qq \data, \cond 92 vpt_qr \data, \cond 98 vpt_qq \data, \cond [all …]
|
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/ |
H A D | vfp-neon-syntax-inc.s | 9 itblock 4 \cond 14 itblock 4 \cond 26 itblock 2 \cond 27 \op\cond\f32 s0,s1 37 itblock 2 \cond 48 itblock 2 \cond 81 itblock 4 \cond 92 itblock 4 \cond 97 itblock 4 \cond 102 itblock 2 \cond [all …]
|
H A D | mve-vpt.s | 18 vpt\data \cond, \op1, \op2 77 vpt_qq \data, \cond 78 vpt_qr \data, \cond 83 .irp cond, eq, ne 84 vpt_qq \data, \cond 85 vpt_qr \data, \cond 90 .irp cond, cs, hi 91 vpt_qq \data, \cond 92 vpt_qr \data, \cond 98 vpt_qq \data, \cond [all …]
|
/netbsd/lib/libc/include/isc/ |
H A D | assertions.h | 73 ((void) ((cond) || \ 77 ((void) ((cond) || \ 81 #define REQUIRE(cond) ((void) (cond)) argument 82 #define REQUIRE_ERR(cond) ((void) (cond)) argument 95 #define ENSURE(cond) ((void) (cond)) argument 96 #define ENSURE_ERR(cond) ((void) (cond)) argument 110 #define INSIST(cond) ((void) (cond)) argument 111 #define INSIST_ERR(cond) ((void) (cond)) argument 113 #define INSIST(cond) argument 128 #define INVARIANT(cond) ((void) (cond)) argument [all …]
|
/netbsd/external/bsd/libbind/dist/include/isc/ |
H A D | assertions.h | 71 ((void) ((cond) || \ 75 ((void) ((cond) || \ 79 #define REQUIRE(cond) ((void) (cond)) argument 80 #define REQUIRE_ERR(cond) ((void) (cond)) argument 85 ((void) ((cond) || \ 93 #define ENSURE(cond) ((void) (cond)) argument 94 #define ENSURE_ERR(cond) ((void) (cond)) argument 107 #define INSIST(cond) ((void) (cond)) argument 108 #define INSIST_ERR(cond) ((void) (cond)) argument 121 #define INVARIANT(cond) ((void) (cond)) argument [all …]
|
/netbsd/external/bsd/ntp/dist/sntp/libevent/ |
H A D | evthread_win32.c | 133 if (!cond) in evthread_win32_condvar_alloc() 136 return cond; in evthread_win32_condvar_alloc() 144 mm_free(cond); in evthread_win32_condvar_free() 198 mm_free(cond); in evthread_win32_cond_alloc() 203 mm_free(cond); in evthread_win32_cond_alloc() 206 cond->n_waiting = cond->n_to_wake = cond->generation = 0; in evthread_win32_cond_alloc() 207 return cond; in evthread_win32_cond_alloc() 216 mm_free(cond); in evthread_win32_cond_free() 225 cond->n_to_wake = cond->n_waiting; in evthread_win32_cond_signal() 227 ++cond->n_to_wake; in evthread_win32_cond_signal() [all …]
|
H A D | evthread-internal.h | 158 #define EVTHREAD_FREE_COND(cond) \ argument 160 if (cond) \ 165 ( (cond) ? evthread_cond_fns_.signal_condition((cond), 0) : 0 ) 168 ( (cond) ? evthread_cond_fns_.signal_condition((cond), 1) : 0 ) 174 ( (cond) ? evthread_cond_fns_.wait_condition((cond), (lock), NULL) : 0 ) 178 ( (cond) ? evthread_cond_fns_.wait_condition((cond), (lock), (tv)) : 0 ) 273 if (cond) \ 278 ( (cond) ? evthreadimpl_cond_signal_((cond), 0) : 0 ) 281 ( (cond) ? evthreadimpl_cond_signal_((cond), 1) : 0 ) 287 ( (cond) ? evthreadimpl_cond_wait_((cond), (lock), NULL) : 0 ) [all …]
|
/netbsd/external/bsd/libevent/dist/ |
H A D | evthread_win32.c | 134 if (!cond) in evthread_win32_condvar_alloc() 137 return cond; in evthread_win32_condvar_alloc() 145 mm_free(cond); in evthread_win32_condvar_free() 199 mm_free(cond); in evthread_win32_cond_alloc() 204 mm_free(cond); in evthread_win32_cond_alloc() 207 cond->n_waiting = cond->n_to_wake = cond->generation = 0; in evthread_win32_cond_alloc() 208 return cond; in evthread_win32_cond_alloc() 217 mm_free(cond); in evthread_win32_cond_free() 226 cond->n_to_wake = cond->n_waiting; in evthread_win32_cond_signal() 228 ++cond->n_to_wake; in evthread_win32_cond_signal() [all …]
|
H A D | evthread-internal.h | 161 #define EVTHREAD_FREE_COND(cond) \ argument 163 if (cond) \ 168 ( (cond) ? evthread_cond_fns_.signal_condition((cond), 0) : 0 ) 171 ( (cond) ? evthread_cond_fns_.signal_condition((cond), 1) : 0 ) 177 ( (cond) ? evthread_cond_fns_.wait_condition((cond), (lock), NULL) : 0 ) 181 ( (cond) ? evthread_cond_fns_.wait_condition((cond), (lock), (tv)) : 0 ) 285 if (cond) \ 290 ( (cond) ? evthreadimpl_cond_signal_((cond), 0) : 0 ) 293 ( (cond) ? evthreadimpl_cond_signal_((cond), 1) : 0 ) 299 ( (cond) ? evthreadimpl_cond_wait_((cond), (lock), NULL) : 0 ) [all …]
|
/netbsd/tests/usr.bin/xlint/lint1/ |
H A D | op_colon.c | 22 sink(cond ? p : p); in test_merge_qualifiers() 24 sink(cond ? p : c); in test_merge_qualifiers() 26 sink(cond ? p : v); in test_merge_qualifiers() 28 sink(cond ? p : cv); in test_merge_qualifiers() 31 sink(cond ? c : p); in test_merge_qualifiers() 33 sink(cond ? c : c); in test_merge_qualifiers() 35 sink(cond ? c : v); in test_merge_qualifiers() 40 sink(cond ? v : p); in test_merge_qualifiers() 42 sink(cond ? v : c); in test_merge_qualifiers() 44 sink(cond ? v : v); in test_merge_qualifiers() [all …]
|
/netbsd/lib/libpthread/ |
H A D | pthread_cond.c | 74 return cond->ptc_private ? in pthread_cond_getclock() 88 cond->ptc_waiters = NULL; in pthread_cond_init() 89 cond->ptc_mutex = NULL; in pthread_cond_init() 97 cond->ptc_private = NULL; in pthread_cond_init() 115 free(cond->ptc_private); in pthread_cond_destroy() 147 cond->ptc_mutex = mutex; in pthread_cond_timedwait() 152 next = cond->ptc_waiters; in pthread_cond_timedwait() 242 mutex = cond->ptc_mutex; in pthread_cond_signal() 247 next = cond->ptc_waiters; in pthread_cond_signal() 290 mutex = cond->ptc_mutex; in pthread_cond_broadcast() [all …]
|
H A D | cnd.c | 41 cnd_broadcast(cnd_t *cond) in cnd_broadcast() argument 44 _DIAGASSERT(cond != NULL); in cnd_broadcast() 53 cnd_destroy(cnd_t *cond) in cnd_destroy() argument 56 _DIAGASSERT(cond != NULL); in cnd_destroy() 65 cnd_init(cnd_t *cond) in cnd_init() argument 68 _DIAGASSERT(cond != NULL); in cnd_init() 77 cnd_signal(cnd_t *cond) in cnd_signal() argument 80 _DIAGASSERT(cond != NULL); in cnd_signal() 93 _DIAGASSERT(cond != NULL); in cnd_timedwait() 108 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait() argument [all …]
|
/netbsd/tests/usr.bin/indent/ |
H A D | opt_bl_br.c | 165 if (cond) in function() 170 if (cond) in function() 187 if (cond) in comments() 193 if (cond) in comments() 197 if (cond) in comments() 211 if (cond) in comments() 215 if (cond) in comments() 223 if (cond) in comments() 228 if (cond) in comments() 247 if (cond) in comments() [all …]
|
H A D | psym_if_expr_stmt_else.c | 16 if (cond) {} in example() 17 else if (cond) {} in example() 27 if (cond) { in example() 29 else if (cond) { in example() 31 else if (cond) in example() 46 if (cond) in example() 49 else if (cond) in example() 52 else if (cond) in example() 70 if (cond) in example() 74 if (cond) in example() [all …]
|
H A D | lsym_comment.c | 661 if (cond) /* comment */ in function() 662 if (cond) /* comment */ in function() 663 if (cond) /* comment */ in function() 664 if (cond) /* comment */ in function() 714 if (cond) /* comment */ in function() 715 if (cond) /* comment */ in function() 716 if (cond) /* comment */ in function() 753 while(cond)/*comment*/; in loop() 755 while(cond) in loop() 766 while (cond) in loop() [all …]
|
/netbsd/external/bsd/ntp/dist/lib/isc/win32/ |
H A D | condition.c | 37 REQUIRE(cond != NULL); in isc_condition_init() 39 cond->waiters = 0; in isc_condition_init() 48 cond->events[LSIGNAL] = h; in isc_condition_init() 54 ISC_LIST_INIT(cond->threadlist); in isc_condition_init() 133 REQUIRE(cond != NULL); in isc_condition_signal() 153 REQUIRE(cond != NULL); in isc_condition_broadcast() 177 REQUIRE(cond != NULL); in isc_condition_destroy() 178 REQUIRE(cond->waiters == 0); in isc_condition_destroy() 220 cond->waiters++; in wait() 225 cond->waiters--; in wait() [all …]
|
/netbsd/external/mpl/bind/dist/lib/isc/win32/ |
H A D | condition.c | 34 REQUIRE(cond != NULL); in isc_condition_init() 36 cond->waiters = 0; in isc_condition_init() 48 cond->events[LSIGNAL] = h; in isc_condition_init() 54 ISC_LIST_INIT(cond->threadlist); in isc_condition_init() 129 REQUIRE(cond != NULL); in isc_condition_signal() 147 REQUIRE(cond != NULL); in isc_condition_broadcast() 171 REQUIRE(cond != NULL); in isc_condition_destroy() 172 REQUIRE(cond->waiters == 0); in isc_condition_destroy() 215 cond->waiters++; in wait() 220 cond->waiters--; in wait() [all …]
|
/netbsd/external/gpl2/texinfo/dist/makeinfo/tests/ |
H A D | cond | 8 ../makeinfo -o cond.out $srcdir/cond.txi || exit 1 9 egrep 'This is (ifnothtml|ifinfo|ifnottex) text' cond.out >/dev/null \ 11 test `fgrep ' text.' cond.out | wc -l` -eq 3 || exit 3 14 ../makeinfo --no-split --html -o cond.out $srcdir/cond.txi || exit 1 17 test `fgrep ' text.' cond.out | wc -l` -eq 4 || exit 3 20 ../makeinfo --no-ifhtml --no-ifinfo --no-iftex -o cond.out $srcdir/cond.txi || exit 1 21 egrep 'This is ifnot(html|info|tex) text' cond.out >/dev/null \ 23 test `fgrep ' text.' cond.out | wc -l` -eq 3 || exit 3 28 ../makeinfo --ifhtml --ifinfo --iftex -o cond.out $srcdir/cond.txi || exit 1 31 test `fgrep ' text.' cond.out | wc -l` -eq 5 || exit 3 [all …]
|
/netbsd/external/public-domain/xz/dist/src/common/ |
H A D | mythread.h | 116 pthread_cond_t cond; member 259 int ret = pthread_cond_destroy(&cond->cond); in mythread_cond_destroy() 267 int ret = pthread_cond_signal(&cond->cond); in mythread_cond_signal() 275 int ret = pthread_cond_wait(&cond->cond, mutex); in mythread_cond_wait() 286 int ret = pthread_cond_timedwait(&cond->cond, mutex, condtime); in mythread_cond_timedwait() 309 (void)cond; in mythread_condtime_set() 454 CloseHandle(*cond); in mythread_cond_destroy() 456 (void)cond; in mythread_cond_destroy() 464 SetEvent(*cond); in mythread_cond_signal() 466 WakeConditionVariable(cond); in mythread_cond_signal() [all …]
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcInstrAliases.td | 65 // b<cond> $imm 69 // b<cond>,a $imm 138 // t<cond> %icc, rs => t<cond> %icc, G0 + rs 148 // t<cond> %xcc, rs => t<cond> %xcc, G0 + rs 158 // t<cond> rs=> t<cond> %icc, G0 + rs2 163 // t<cond> rs1 + rs2 => t<cond> %icc, rs1 + rs2 168 // t<cond> %icc, imm => t<cond> %icc, G0 + imm 176 // t<cond> %xcc, imm => t<cond> %xcc, G0 + imm 185 // t<cond> imm => t<cond> G0 + imm 189 // t<cond> rs1 + imm => t<cond> rs1 + imm [all …]
|
/netbsd/external/bsd/ntp/dist/lib/isc/include/isc/ |
H A D | assertions.h | 87 #define ISC_REQUIRE(cond) \ argument 88 ((void) ((cond) || \ 91 #cond), 0))) 97 #define ISC_ENSURE(cond) \ argument 98 ((void) ((cond) || \ 101 #cond), 0))) 107 #define ISC_INSIST(cond) \ argument 108 ((void) ((cond) || \ 111 #cond), 0))) 118 ((void) ((cond) || \ [all …]
|
/netbsd/sys/arch/hppa/spmath/ |
H A D | dfcmp.c | 81 Set_status_cbit(Unordered(cond)); in dbl_fcmp() 85 Set_status_cbit(Unordered(cond)); in dbl_fcmp() 112 Set_status_cbit(Equal(cond)); in dbl_fcmp() 116 Set_status_cbit(Lessthan(cond)); in dbl_fcmp() 127 Set_status_cbit(Equal(cond)); in dbl_fcmp() 134 Set_status_cbit(Lessthan(cond)); in dbl_fcmp() 146 Set_status_cbit(Lessthan(cond)); in dbl_fcmp() 150 Set_status_cbit(Greaterthan(cond)); in dbl_fcmp() 161 Set_status_cbit(Lessthan(cond)); in dbl_fcmp() 173 Set_status_cbit(Lessthan(cond)); in dbl_fcmp() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/ |
H A D | gthr-vxworks-cond.c | 35 __gthread_cond_init (__gthread_cond_t *cond) in __gthread_cond_init() argument 37 if (!cond) in __gthread_cond_init() 39 *cond = semBCreate (SEM_Q_FIFO, SEM_EMPTY); in __gthread_cond_init() 43 __gthread_cond_destroy (__gthread_cond_t *cond) in __gthread_cond_destroy() argument 45 if (!cond) in __gthread_cond_destroy() 47 return __CHECK_RESULT (semDelete (*cond)); in __gthread_cond_destroy() 53 if (!cond) in __gthread_cond_broadcast() 56 return __CHECK_RESULT (semFlush (*cond)); in __gthread_cond_broadcast() 60 __gthread_cond_wait (__gthread_cond_t *cond, in __gthread_cond_wait() argument 63 if (!cond) in __gthread_cond_wait() [all …]
|
/netbsd/external/gpl3/gcc/dist/libgcc/config/ |
H A D | gthr-vxworks-cond.c | 38 __gthread_cond_init (__gthread_cond_t *cond) in __gthread_cond_init() argument 40 if (!cond) in __gthread_cond_init() 42 *cond = semBCreate (SEM_Q_FIFO, SEM_EMPTY); in __gthread_cond_init() 46 __gthread_cond_destroy (__gthread_cond_t *cond) in __gthread_cond_destroy() argument 48 if (!cond) in __gthread_cond_destroy() 50 return __CHECK_RESULT (semDelete (*cond)); in __gthread_cond_destroy() 56 if (!cond) in __gthread_cond_broadcast() 59 return __CHECK_RESULT (semFlush (*cond)); in __gthread_cond_broadcast() 63 __gthread_cond_wait (__gthread_cond_t *cond, in __gthread_cond_wait() argument 66 if (!cond) in __gthread_cond_wait() [all …]
|