Searched defs:pbEnd (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstSSM.cpp83 uint8_t *pbEnd = &gabBigMem[sizeof(gabBigMem)]; local
84 for (; pb < pbEnd; pb += 16)
H A DtstCompressionBenchmark.cpp354 uint8_t *pbEnd = &g_pabSrc[g_cbPages]; local
355 for (; pb != pbEnd; pb += 16)
/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp519 const uint8_t *pbEnd = pb + cb; variable
525 cb = pbEnd - pb;
/vbox/src/VBox/Devices/USB/
H A DVUSBUrb.cpp253 const uint8_t *pbEnd = pbData + cbData; local
254 while (pb + 1 < pbEnd)
256 const unsigned cbLeft = pbEnd - pb;
1708 uint8_t *pbEnd = pbData + pSetup->wLength; local
1709 int cbLeft = pbEnd - pExtra->pbCur;
/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp1863 * @param pbEnd The end of the firmware volume.
1868 efiFwVolFindFileByType(EFI_FFS_FILE_HEADER const *pFfsFile, uint8_t const *pbEnd, EFI_FV_FILETYPE FileType, uint32_t *pcbFile) argument
1871 while ((uintptr_t)pFfsFile < (uintptr_t)pbEnd)

Completed in 64 milliseconds