Searched refs:cond (Results 76 - 100 of 103) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dgentest.py737 conds = node.xpathEval("cond")
738 for cond in conds:
739 test.write("#if %s\n" % (cond.get_content()))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dfile2alias.c41 #define ADD(str, sep, cond, field) \
44 if (cond) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts_rd.c321 #define Assert(cond,msg)
H A Dinitramfs.c398 #define Assert(cond,msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/wavefront/
H A Dwavefront_synth.c117 #define DPRINT(cond, ...) \
118 if ((dev->debug & (cond)) == (cond)) { \
122 #define DPRINT(cond, args...)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dload.c101 #define Assert(cond, msg)
H A Dbzip2_inflate.c116 #define AssertH(cond,errcode) \
117 { if (!(cond)) bz_internal_error ( errcode ); }
118 #define AssertD(cond,msg) /* */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_h323_asn1.c27 #define IFTHEN(cond, act) if(cond){act;}
35 #define IFTHEN(cond, act)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c1055 int cond ; local
1113 cond = (mib->fddiPORTLer_Estimate <= mib->fddiPORTLer_Alarm) ?
1116 smt_ler_alarm_check(smc,phy,cond) ;
1118 if (cond != mib->fddiPORTLerFlag) {
1120 (int) (INDEX_PORT+ phy->np) ,cond) ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c78 SDL_cond *cond; member in struct:PacketQueue
234 q->cond = SDL_CreateCond();
258 SDL_DestroyCond(q->cond);
287 SDL_CondSignal(q->cond);
299 SDL_CondSignal(q->cond);
333 SDL_CondWait(q->cond, q->mutex);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h83 #define RASSERT( cond, format, args... ) \
84 if( !( cond ) ) \
85 reiserfs_panic( NULL, "reiserfs[%i]: assertion " #cond " failed at " \
90 #define RFALSE( cond, format, args... ) RASSERT( !( cond ), format, ##args )
92 #define RFALSE( cond, format, args... ) do {;} while( 0 )
H A Dmm.h229 #define VM_BUG_ON(cond) BUG_ON(cond)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c50 # define Assert(cond,msg) { if (!(cond)) bb_error_msg(msg); }
57 # 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/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/src/linux/linux-2.6/drivers/usb/gadget/
H A Dserial.c773 int cond; \
776 cond = !(p)->port_dev || !gs_buf_data_avail((p)->port_write_buf); \
778 cond; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.c126 #define LCACHE_SLEEP_COND(wq, cond, flags) \
128 if (cond) \
130 __SLEEP_COND(wq, cond, LCACHE_LOCK(flags), LCACHE_UNLOCK(flags)); \
/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/timemachine/db-4.7.25.NC/dist/
H A Dconfigure29863 lwp_cond_t cond = ci;
29923 pthread_cond_t cond;
29932 pthread_cond_init(&cond, &condattr) ||
29937 pthread_cond_destroy(&cond) ||
29983 pthread_cond_t cond;
29992 pthread_cond_init(&cond, &condattr) ||
29997 pthread_cond_destroy(&cond) ||
30050 pthread_cond_t cond;
30059 pthread_cond_init(&cond, &condattr) ||
30064 pthread_cond_destroy(&cond) ||
[all...]
/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/timemachine/openssl-0.9.8e/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/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca_asm.S76 (p7) br.cond.dpnt.few 4f
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py1799 for cond in id.conditionals:
1802 apstr = apstr + cond
1803 output.write(" <cond>%s</cond>\n"% (apstr));
/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/src/router/busybox-1.x/shell/
H A Dash.c1010 ash_vmsg_and_raise(int cond, const char *msg, va_list ap) argument
1014 TRACE(("ash_vmsg_and_raise(%d, \"", cond));
1018 TRACE(("ash_vmsg_and_raise(%d, NULL) pid=%d\n", cond, getpid()));
1024 raise_exception(cond);
1042 ash_msg_and_raise(int cond, const char *msg, ...) argument
1047 ash_vmsg_and_raise(cond, msg, ap);

Completed in 920 milliseconds

12345