Searched refs:cond (Results 1 - 25 of 40) sorted by relevance

12

/barrelfish-master/lib/libc/resolv/
H A Dres_debug.h22 # define Dprint(cond, args) /*empty*/
23 # define DprintQ(cond, args, query, size) /*empty*/
27 # define Dprint(cond, args) if (cond) {fprintf args;} else {}
28 # define DprintQ(cond, args, query, size) if (cond) {\
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dtestsslproxy6 for cond in A B C 'A|B&!C'; do
7 sh ./testssl $1 $2 $3 "-proxy -proxy_auth $auth -proxy_cond $cond"
H A Dssltest.c1889 const char *cond, const char **cond_end, int *pos, int indent);
1891 const char *cond, const char **cond_end, int *pos, int indent)
1897 while(isspace((int)*cond))
1899 cond++; (*pos)++;
1901 c = *cond;
1906 *pos, cond);
1911 cond++; (*pos)++;
1912 while(isspace((int)*cond))
1914 cond++; (*pos)++;
1916 c = *cond;
1890 process_proxy_cond_val(unsigned int letters[26], const char *cond, const char **cond_end, int *pos, int indent) argument
1969 process_proxy_cond_multipliers(unsigned int letters[26], const char *cond, const char **cond_end, int *pos, int indent) argument
2035 process_proxy_cond_adders(unsigned int letters[26], const char *cond, const char **cond_end, int *pos, int indent) argument
2099 process_proxy_cond(unsigned int letters[26], const char *cond, const char **cond_end) argument
[all...]
/barrelfish-master/lib/compiler-rt/builtins/arm/
H A Daeabi_dcmp.S28 #define DEFINE_AEABI_DCMP(cond) \
31 DEFINE_COMPILERRT_FUNCTION(__aeabi_dcmp ## cond) \
34 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
36 b ## cond 1f SEPARATOR \
42 END_COMPILERRT_FUNCTION(__aeabi_dcmp ## cond)
H A Daeabi_fcmp.S28 #define DEFINE_AEABI_FCMP(cond) \
31 DEFINE_COMPILERRT_FUNCTION(__aeabi_fcmp ## cond) \
34 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
36 b ## cond 1f SEPARATOR \
42 END_COMPILERRT_FUNCTION(__aeabi_fcmp ## cond)
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dwait.h73 #define wait_event(q, cond) \
76 if (!(cond)) { \
79 if (cond) { \
89 #define wait_event_interruptible(q, cond) \
95 if (!(cond)) { \
98 if (cond) { \
H A Dworkqueue.h47 struct thread_cond cond; member in struct:workqueue_struct
63 thread_cond_signal(&wq->cond);
70 thread_cond_wait(&wq->cond, NULL);
187 thread_cond_init(&wq->cond);
/barrelfish-master/lib/compiler-rt/builtins/
H A Dassembly.h78 #define IT(cond) it cond
79 #define ITT(cond) itt cond
80 #define ITE(cond) ite cond
83 #define IT(cond)
84 #define ITT(cond)
85 #define ITE(cond)
90 #define IT(cond)
[all...]
/barrelfish-master/lib/barrelfish/
H A Dthread_sync.c30 * \param cond Condition variable pointer
32 void thread_cond_init(struct thread_cond *cond) argument
34 cond->queue = NULL;
35 cond->lock = 0;
46 * \param cond Condition variable pointer
49 void thread_cond_wait(struct thread_cond *cond, struct thread_mutex *mutex) argument
54 (uintptr_t)cond);
56 acquire_spinlock(&cond->lock);
69 thread_block_and_release_spinlock_disabled(disp, &cond->queue, &cond
88 thread_cond_signal(struct thread_cond *cond) argument
126 thread_cond_broadcast(struct thread_cond *cond) argument
[all...]
/barrelfish-master/lib/posixcompat/
H A Dpthreads.c44 struct thread_cond cond; member in struct:pthread_cond
307 int pthread_cond_init(pthread_cond_t *cond, argument
310 *cond = malloc(sizeof(struct pthread_cond));
311 if(*cond == NULL) {
315 thread_cond_init(&(*cond)->cond);
319 int pthread_cond_signal(pthread_cond_t *cond) argument
322 if(*cond == PTHREAD_COND_INITIALIZER) {
323 pthread_cond_init(cond, NULL);
327 thread_cond_signal(&(*cond)
331 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *timeout) argument
348 pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) argument
363 pthread_cond_broadcast(pthread_cond_t *cond) argument
377 pthread_cond_destroy(pthread_cond_t *cond) argument
[all...]
/barrelfish-master/include/barrelfish/
H A Dthreads.h60 void thread_cond_init(struct thread_cond *cond);
61 void thread_cond_signal(struct thread_cond *cond);
62 void thread_cond_broadcast(struct thread_cond *cond);
63 void thread_cond_wait(struct thread_cond *cond, struct thread_mutex *mutex);
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssltest.c1889 const char *cond, const char **cond_end, int *pos, int indent);
1891 const char *cond, const char **cond_end, int *pos, int indent)
1897 while(isspace((int)*cond))
1899 cond++; (*pos)++;
1901 c = *cond;
1906 *pos, cond);
1911 cond++; (*pos)++;
1912 while(isspace((int)*cond))
1914 cond++; (*pos)++;
1916 c = *cond;
1890 process_proxy_cond_val(unsigned int letters[26], const char *cond, const char **cond_end, int *pos, int indent) argument
1969 process_proxy_cond_multipliers(unsigned int letters[26], const char *cond, const char **cond_end, int *pos, int indent) argument
2035 process_proxy_cond_adders(unsigned int letters[26], const char *cond, const char **cond_end, int *pos, int indent) argument
2099 process_proxy_cond(unsigned int letters[26], const char *cond, const char **cond_end) argument
[all...]
/barrelfish-master/lib/cxx/cxx/
H A Dcondition_variable.cpp80 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) argument
88 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release());
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dia64cpuid.S140 (p6) br.cond.dptk .Lot };;
146 (p6) br.cond.dptk .Little
151 (p6) br.cond.dptk .Laligned };;
162 (p6) br.cond.dptk .Laligned };;
165 (p7) br.cond.dpnt .Little
/barrelfish-master/lib/x86emu/
H A Dops2.c111 int cond = 0; local
118 cond = ACCESS_FLAG(F_OF);
122 cond = !ACCESS_FLAG(F_OF);
126 cond = ACCESS_FLAG(F_CF);
130 cond = !ACCESS_FLAG(F_CF);
134 cond = ACCESS_FLAG(F_ZF);
138 cond = !ACCESS_FLAG(F_ZF);
142 cond = ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF);
146 cond = !(ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF));
150 cond
205 int cond = 0; local
[all...]
/barrelfish-master/lib/libc/include/isc/
H A Dlist.h24 #define INSIST(cond) assert(cond)
/barrelfish-master/usr/bulk_transfer_passthrough/
H A Dpassthrough.c52 static void wait_state_or_error(enum forward_state cond) argument
63 while (state != cond && state != ERROR) {
74 static void wait_cond(volatile bool *cond) argument
85 while (!*cond) {
/barrelfish-master/lib/zlib/
H A Dzutil.h245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
252 # define Assert(cond,msg)
/barrelfish-master/include/lua/
H A Dlauxlib.h113 #define luaL_argcheck(L, cond,numarg,extramsg) \
114 ((void)((cond) || luaL_argerror(L, (numarg), (extramsg))))
/barrelfish-master/lib/lwip/src/
H A Dsys_arch.c37 static u32_t thread_cond_wait_timeout(struct thread_cond *cond, argument
42 thread_cond_wait(cond, mutex);
/barrelfish-master/lib/lwip2/src/
H A Dsys_arch.c47 static u32_t thread_cond_wait_timeout(struct thread_cond *cond,
52 thread_cond_wait(cond, mutex);
/barrelfish-master/lib/lua/src/
H A Dlcode.c606 static int jumponcond (FuncState *fs, expdesc *e, int cond) { argument
611 return condjump(fs, OP_TEST, GETARG_B(ie), 0, !cond);
617 return condjump(fs, OP_TESTSET, NO_REG, e->u.info, cond);
746 static void codecomp (FuncState *fs, OpCode op, int cond, expdesc *e1, argument
752 if (cond == 0 && op != OP_EQ) {
755 cond = 1;
757 e1->u.info = condjump(fs, op, cond, o1, o2);
/barrelfish-master/lib/openssl-1.0.0d/crypto/md5/asm/
H A Dmd5-ia64.S306 (pOff) br.cond.spnt.many .md5_unaligned
345 (pAgain) br.cond.dptk.many .md5_block_loop0
407 (pAgain) br.cond.dptk.many .md5_block_loop##offset ; \
412 br.cond.sptk.many .md5_exit ; \
425 (pOff) br.cond.dpnt.many .md5_process1
430 (pOff) br.cond.dpnt.many .md5_process2
915 br.cond.sptk.many md5_digest_GHI ; \
/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_guard_impl.h258 return std::__libcpp_condvar_wait(&cond, &mut.mutex);
260 bool broadcast() { return std::__libcpp_condvar_broadcast(&cond); }
263 std::__libcpp_condvar_t cond = _LIBCPP_CONDVAR_INITIALIZER; member in struct:__cxxabiv1::__anon200::LibcppCondVar
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha512-ia64.pl231 (p9) br.cond.dpnt.many .L1byte };;
234 (p10) br.cond.dpnt.many .L2byte };;
237 (p11) br.cond.dpnt.many .L3byte };;
240 (p12) br.cond.dpnt.many .L4byte };;
243 (p13) br.cond.dpnt.many .L5byte };;
246 (p14) br.cond.dpnt.many .L6byte };;
249 (p15) br.cond.dpnt.many .L7byte };;

Completed in 575 milliseconds

12