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

12345

/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/src/linux/linux-2.6/sound/core/
H A Dpcm_native.c243 if (r->cond && !(r->cond & params->flags))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndpmu.c3753 bool cond, uint32 *elapsed_time);
3795 if cond = TRUE, res_pending will be read until it becomes == 0;
3796 If cond = FALSE, res_pending will be read until it becomes != 0;
3802 bool cond, uint32 *elapsed_time)
3815 if (cond == TRUE) {
3801 si_pmu_wait_for_res_pending(osl_t *osh, chipcregs_t *cc, uint usec, bool cond, uint32 *elapsed_time) argument

Completed in 144 milliseconds

12345