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

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctorflow.d129 const bRet = (b & CSX.return_) != 0;
137 else if ((!bHalt && bRet && !bAny && aAny) || (!aHalt && aRet && !aAny && bAny))
143 else if (bHalt || bRet && bAll)
159 if (bRet && !bAny)
182 const bRet = (b & CSX.return_) != 0;
195 if (!bHalt && bRet)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dselect.c142 BOOL bRet; local
211 bRet = GetNumberOfConsoleInputEvents (h, &nbuffer);
214 assert (bRet);
222 bRet = PeekConsoleInput (h, irbuffer, nbuffer, &avail);
223 if (!bRet || avail == 0)
459 BOOL bRet; local
460 while ((bRet = PeekMessage (&msg, NULL, 0, 0, PM_REMOVE)) != 0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddscope.c238 bool bRet = (callSuper & CSXreturn) != 0; local
251 (!bHalt && bRet && !bAny && aAny))
264 else if (bHalt || (bRet && bAll))
302 bool bRet = (fieldInit & CSXreturn) != 0; local
320 else if (!bHalt && bRet)
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_ppatomctrl.c632 bool bRet = false; local
639 bRet = atomctrl_lookup_gpio_pin(gpio_lookup_table, pinId,
642 return bRet;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c13307 int bRet; local
13312 bRet = 1;
13314 bRet = (p->nRet / p->nRow) <= p->target;
13315 if( bRet==0 ){
13318 bRet = ((int)rnd % 100) <= p->iTarget;
13322 sqlite3_result_int(pCtx, bRet);
13324 p->nRet += (double)bRet;
H A Dsqlite3.c235556 int bRet = a[0].pOut->n>0; local
237859 int bRet = 0; local
243498 int bRet = 0; local
[all...]

Completed in 819 milliseconds