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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp356 IN UINT32 LineBytes,
369 if ((Index % LineBytes) == 0) {
379 IN UINT32 LineBytes,
392 if ((Index % LineBytes) == 0) {
398 if ((Index % LineBytes) == 0) {
354 _WRITE_PKG_LINE( IN FILE *pFile, IN UINT32 LineBytes, IN CONST CHAR8 *LineHeader, IN CHAR8 *BlkBuf, IN UINT32 BlkSize ) argument
377 _WRITE_PKG_END( IN FILE *pFile, IN UINT32 LineBytes, IN CONST CHAR8 *LineHeader, IN CHAR8 *BlkBuf, IN UINT32 BlkSize ) argument
H A DVfrUtilityLib.cpp24 IN UINT32 LineBytes,
37 if ((Index % LineBytes) == 0) {
47 IN UINT32 LineBytes,
60 if ((Index % LineBytes) == 0) {
66 if ((Index % LineBytes) == 0) {
22 WriteLine( IN FILE *pFile, IN UINT32 LineBytes, IN CONST CHAR8 *LineHeader, IN CHAR8 *BlkBuf, IN UINT32 BlkSize ) argument
45 WriteEnd( IN FILE *pFile, IN UINT32 LineBytes, IN CONST CHAR8 *LineHeader, IN CHAR8 *BlkBuf, IN UINT32 BlkSize ) argument

Completed in 39 milliseconds