Searched refs:FileCount (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFvLib.c341 UINTN FileCount; local
365 FileCount = 0;
380 FileCount++;
383 if (FileCount == Instance) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DLs.c49 UINT64 FileCount; local
60 FileCount = 0;
307 FileCount++;
344 FileCount,
/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DVisualPng.c45 BOOL SearchPngList (TCHAR *pFileList, int FileCount, int *pFileIndex,
613 TCHAR *pFileList, int FileCount, int *pFileIndex,
616 if (FileCount > 0)
625 *pFileIndex = FileCount - 1;
634 if (*pFileIndex < FileCount - 1)
612 SearchPngList( TCHAR *pFileList, int FileCount, int *pFileIndex, PTSTR pstrPrevName, PTSTR pstrNextName) argument

Completed in 59 milliseconds