Searched defs:FileCount (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
H A D | Ls.c | 49 UINT64 FileCount; local 60 FileCount = 0; 307 FileCount++; 344 FileCount,
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | FvLib.c | 341 UINTN FileCount; local 365 FileCount = 0; 380 FileCount++; 383 if (FileCount == Instance) {
|
/vbox/src/libs/libpng-1.2.8/contrib/visupng/ |
H A D | VisualPng.c | 45 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 251 milliseconds