Searched refs:bRet (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c9213 u32 new_qw_count, rxd_spat, bRet = 0; local
9229 __FILE__, __func__, __LINE__, bRet);
9230 return (bRet);
9245 bRet = (new_qw_count > (rxd_spat * 3 / 2));
9248 __FILE__, __func__, __LINE__, bRet);
9250 return (bRet);
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c9765 int bRet; local
9770 bRet = 1;
9772 bRet = (p->nRet / p->nRow) <= p->target;
9773 if( bRet==0 ){
9776 bRet = ((int)rnd % 100) <= p->iTarget;
9780 sqlite3_result_int(pCtx, bRet);
9782 p->nRet += (double)bRet;
H A Dsqlite3.c216951 int bRet = a[0].pOut->n>0; local
219183 int bRet = 0; local
224172 int bRet = 0; local
[all...]

Completed in 692 milliseconds