Searched defs:cbFiller (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp183 size_t const cbFiller = iPass == 1 ? sizeof(g_abZeros) : sizeof(g_ab0xFF); local
191 for (RTFOFF cbLeft = pObjInfo->cbObject; cbLeft > 0; cbLeft -= cbFiller)
193 size_t cbToWrite = cbFiller;
/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp6302 unsigned cbFiller = pRec->Core.Key + pVM->patm.s.pPatchMemGC - pCurPatchInstrGC; local
6307 Log(("Room left in patched instruction stream (%d bytes)\n", cbFiller));
6308 if (cbFiller >= SIZEOF_NEARJUMP32)
6311 *(uint32_t *)&pPatchFillHC[1] = cbFiller - SIZEOF_NEARJUMP32;
6321 for (unsigned i = 0; i < cbFiller; i++)

Completed in 62 milliseconds