Searched refs:fileIndex (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | MapFile.cpp | 51 uint32_t fileIndex; member 70 uint32_t fileIndex = info.files.size() + 1; in gatherMapInfo() local 98 {fileIndex, isec->getStringRef(i)}}); in gatherMapInfo() 100 info.deadCStrings.push_back({fileIndex, isec->getStringRef(i)}); in gatherMapInfo() 184 uint32_t fileIndex = 1; in writeMapFile() local 187 os << format("[%3u] ", fileIndex); in writeMapFile() 190 readerToFileOrdinal[file] = fileIndex++; in writeMapFile() 252 info.fileIndex); in writeMapFile() 288 cstrInfo.str.size() + 1, cstrInfo.fileIndex); in writeMapFile()
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | dibio.c | 123 int fileIndex = 0; in DiB_loadFiles() local 128 while ( nbSamplesLoaded < sstSize && fileIndex < nbFiles ) { in DiB_loadFiles() 130 S64 const fileSize = DiB_getFileSize(fileNamesTable[fileIndex]); in DiB_loadFiles() 133 ++fileIndex; in DiB_loadFiles() 137 f = fopen( fileNamesTable[fileIndex], "rb"); in DiB_loadFiles() 139 EXM_THROW(10, "zstd: dictBuilder: %s %s ", fileNamesTable[fileIndex], strerror(errno)); in DiB_loadFiles() 140 DISPLAYUPDATE(2, "Loading %s... \r", fileNamesTable[fileIndex]); in DiB_loadFiles() 149 EXM_THROW(11, "Pb reading %s", fileNamesTable[fileIndex]); in DiB_loadFiles() 161 EXM_THROW(11, "Pb reading %s", fileNamesTable[fileIndex]); in DiB_loadFiles() 167 fileIndex += 1; in DiB_loadFiles()
|