Searched refs:InFileSize (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Tools/
H A Dreplace.c50 unsigned long InFileSize, InFilePos; local
67 InFileSize = ftell (In);
68 if (InFileSize == 0) {
113 while (InFilePos < (InFileSize - MinLenKey)) {
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
H A Dreplace.c50 unsigned long InFileSize, InFilePos; local
67 InFileSize = ftell (In);
68 if (InFileSize == 0) {
113 while (InFilePos < (InFileSize - MinLenKey)) {

Completed in 85 milliseconds