Searched refs:cond (Results 1 - 25 of 103) sorted by last modified time

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzlib_private.h59 #define AssertH(cond,errcode) \
60 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
63 #define AssertD(cond,msg) \
64 { if (!(cond)) { \
70 #define AssertD(cond,msg) /* */
89 #define AssertH(cond,errcode) \
90 { if (!(cond)) bz_internal_error ( errcode ); }
91 #define AssertD(cond,msg) do { } while (0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c778 struct inet_diag_hostcond *cond = (struct inet_diag_hostcond*)(ptr+4); local
781 cond->family = a->addr.family;
782 cond->port = a->port;
783 cond->prefix_len = a->addr.bitlen;
784 memcpy(cond->addr, a->addr.data, alen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c230 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
237 # define Assert(cond,msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c105 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
112 # define Assert(cond,msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c473 pthread_cond_t cond; member in struct:fuse_intr_data
494 pthread_cond_timedwait(&d->cond, &f->lock, &timeout);
504 pthread_cond_broadcast(&d->cond);
507 pthread_cond_destroy(&d->cond);
513 pthread_cond_init(&d->cond, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dmips3.s49 #define MOVNZ(cond,dst,src) \
50 movn dst,src,cond
52 #define MOVNZ(cond,dst,src) \
54 bnezl cond,.+8; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/
H A Dkernel.h34 #define MAYBE_BUILD_BUG_ON(cond) ((void)sizeof(char[1 - 2 * !!(cond)]))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-pidff.c416 struct ff_condition_effect *cond = &effect->u.condition[i]; local
419 ret |= cond->center != old_cond->center ||
420 cond->right_coeff != old_cond->right_coeff ||
421 cond->left_coeff != old_cond->left_coeff ||
422 cond->right_saturation != old_cond->right_saturation ||
423 cond->left_saturation != old_cond->left_saturation ||
424 cond->deadband != old_cond->deadband;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-cuda.c245 #define WAIT_FOR(cond, what) \
248 for (x = 1000; !(cond); --x) { \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boot/compressed/
H A Dmisc.c59 # define Assert(cond,msg) {if(!(cond)) error(msg);}
66 # define Assert(cond,msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dmisc.c57 # define Assert(cond,msg) {if(!(cond)) error(msg);}
64 # define Assert(cond,msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dunwind.c232 int cond; local
261 cond = ((pc >= __MEMORY_START) && (fp >= __MEMORY_START) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dmisc.c144 # define Assert(cond,msg) {if(!(cond)) error(msg);}
151 # define Assert(cond,msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtraps.c234 * Print function call entries within a stack. 'cond' is the
238 #define HANDLE_STACK(cond) \
239 do while (cond) { \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/boot/compressed/
H A Dmisc.c145 # define Assert(cond,msg) {if(!(cond)) error(msg);}
152 # define Assert(cond,msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A Dmisc.c71 # define Assert(cond,msg) {if(!(cond)) error(msg);}
78 # define Assert(cond,msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A Dmisc.c73 # define Assert(cond,msg) {if(!(cond)) error(msg);}
80 # define Assert(cond,msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dmisc.c52 # define Assert(cond,msg) {if(!(cond)) error(msg);}
59 # define Assert(cond,msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/
H A Dptrace_h8300h.c181 unsigned char cond = h8300_get_reg(task, PT_CCR); local
194 :"=&r"(cond)::"cc");
195 cond &= condmask[reson >> 1];
197 return cond == 0;
199 return cond != 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dmisc.c144 # define Assert(cond,msg) {if(!(cond)) error(msg);}
151 # define Assert(cond,msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/boot/
H A Dboot_head.S63 (p6) br.cond.sptk.few static
68 (p6) br.cond.sptk.few stacked
71 (p7) br.cond.sptk.few 1f
77 br.cond.sptk.few rp
79 (p7) br.cond.sptk.few 1f
86 (p7) br.cond.sptk.few 1f
91 br.cond.sptk.few rp
93 (p7) br.cond.sptk.few 1f
111 (p7) br.cond.sptk.few 1f
147 (p7) br.cond
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32_entry.S76 (p6) br.cond.spnt .ia32_strace_check_retval
88 br.cond.sptk.many ia64_leave_kernel
137 br.cond.sptk.many ia64_leave_kernel
143 br.cond.sptk.few .fork1 // do the work
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dentry.S203 (p6) br.cond.dpnt .map
236 br.cond.sptk .done
369 br.cond.sptk.many b7
469 br.cond.sptk.many b7
565 (p6) br.cond.sptk strace_error // syscall failed ->
573 br.cond.sptk .work_pending_syscall_end
584 br.cond.sptk .strace_save_retval
598 .ret4: br.cond.sptk ia64_leave_kernel
622 (p6) br.cond.spnt .strace_check_retval
631 (p7) br.cond
[all...]
H A Dentry.h72 br.cond.sptk.many save_switch_stack; \
80 br.cond.sptk.many load_switch_stack; \
H A Dfsys.S112 (p6) br.cond.spnt.few 1b // yes -> redo the read of tgid and the check
168 (p6) br.cond.spnt.few .fail_einval
226 (p6) br.cond.spnt.few .fail_einval // deferred branch
232 (p6) br.cond.spnt.many fsys_fallback_syscall
239 (p11) br.cond.spnt.many fsys_fallback_syscall
299 (p7) br.cond.dpnt.few .time_redo // sequence number changed ?
315 (p6) br.cond.dpnt.few .time_normalize
412 (p6) br.cond.spnt.many .lock_contention
455 (p6) br.cond.dpnt.many .sig_pending
468 (p6) br.cond
[all...]

Completed in 200 milliseconds

12345