HomeSort by relevance Sort by last modified time
    Searched refs:bDone (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.c 324 BOOLEAN bDone;
422 OpStatus = HttpRequest ( SocketFD, pPort, &bDone );
423 if ( bDone ) {
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 79 int bDone;
89 bDone = true;
303 bDone = false;
311 } while(!bDone);
  /external/pdfium/xfa/fgas/layout/
cfx_txtbreak.cpp 264 bool bDone = false;
275 bDone = true;
282 if (bAllChars && !bDone) {
296 bool bDone = m_pCurLine->m_iArabicChars > 0;
297 if (bDone) {
312 if (bDone) {
cfx_rtfbreak.cpp 295 bool bDone = false;
305 bDone = true;
311 if (bAllChars && !bDone) {
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp 752 bool bDone;
761 bDone = false;
763 while(!bDone)
779 bDone = true;
    [all...]
PVRTModelPOD.cpp     [all...]

Completed in 179 milliseconds