Searched defs:fFirst (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_context.c28 GLboolean fFirst = GL_FALSE; local
69 fFirst = GL_TRUE;
119 if (!fFirst)
122 else if (fFirst)
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp261 bool fFirst = false; local
264 fFirst = false;
/vbox/src/bldprogs/
H A Dscm.h76 bool fFirst; member in struct:SCMRWSTATE
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-cursor.cpp147 bool fFirst = false; local
156 fFirst = true;
166 if (cchErrorTag + !fFirst + cbMove > cbBuf)
168 memmove(pszBuf + cchErrorTag + !fFirst, pszBuf, cbMove);
170 if (!fFirst)
172 cbMove += cchErrorTag + !fFirst;
173 fFirst = false;
/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp920 * @param fFirst Whether this is the first name or not.
922 static void pdmR3CritSectAppendNameToList(char const *pszName, char **ppszNames, size_t *pcchLeft, bool fFirst) argument
930 if (fFirst)
/vbox/src/VBox/Runtime/r3/win/
H A Dlocalipc-win.cpp269 * @param fFirst Set on the first call (from RTLocalIpcServerCreate), otherwise clear.
272 static int rtLocalIpcServerWinCreatePipeInstance(PHANDLE phNmPipe, const char *pszFullPipeName, bool fFirst) argument
277 int rc = rtLocalIpcServerWinAllocSecurityDescriptior(&pSecDesc, fFirst /* Server? */);
312 if (fFirst && fSupportsFirstInstance)
372 pThis->szName, true /* fFirst */);
507 rc = rtLocalIpcServerWinCreatePipeInstance(&hNmPipe, pThis->szName, false /* fFirst */);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp1262 bool fFirst = true; local
1269 fFirst ? "Property: " : " ",
1276 bool fFirst = true; local
1289 fFirst ? "In use by VMs: " : " ",
1291 fFirst = false;
1315 bool fFirst = true; local
1324 fFirst ? "Child UUIDs: " : " ",
1326 fFirst = false;
/vbox/src/VBox/Runtime/common/zip/
H A Dtarvfs.cpp438 * @param fFirst Set if this is the first header, otherwise
441 static int rtZipTarReaderParseNextHeader(PRTZIPTARREADER pThis, PCRTZIPTARHDR pHdr, bool fFirst) argument
460 if (fFirst)
611 return rtZipTarReaderParseNextHeader(pThis, pHdr, true /*fFirst*/);
651 return rtZipTarReaderParseNextHeader(pThis, pHdr, false /*fFirst*/);
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp1640 bool fFirst = true; local
1662 if (fFirst)
1665 fFirst = false;
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp1208 bool fFirst = 1; local
1234 if (!fFirst && strcmp(Line.szFilename, LinePrev.szFilename))
1235 fFirst = true;
1236 if (fFirst)
1251 unsigned cBefore = fFirst ? RT_MIN(2, Line.uLineNo - 1) : Line.uLineNo - LinePrev.uLineNo - 1;
1284 fFirst = false;

Completed in 124 milliseconds