Home
last modified time | relevance | path

Searched refs:fileIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp51 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()
186 uint32_t fileIndex = 1; in writeMapFile() local
189 os << format("[%3u] ", fileIndex); in writeMapFile()
192 readerToFileOrdinal[file] = fileIndex++; in writeMapFile()
235 info.fileIndex); in writeMapFile()
271 cstrInfo.str.size() + 1, cstrInfo.fileIndex); in writeMapFile()
/freebsd/sys/contrib/zstd/programs/
H A Ddibio.c122 int fileIndex = 0; in DiB_loadFiles() local
127 while ( nbSamplesLoaded < sstSize && fileIndex < nbFiles ) { in DiB_loadFiles()
129 S64 const fileSize = DiB_getFileSize(fileNamesTable[fileIndex]); in DiB_loadFiles()
133 f = fopen( fileNamesTable[fileIndex], "rb"); in DiB_loadFiles()
135 EXM_THROW(10, "zstd: dictBuilder: %s %s ", fileNamesTable[fileIndex], strerror(errno)); in DiB_loadFiles()
136 DISPLAYUPDATE(2, "Loading %s... \r", fileNamesTable[fileIndex]); in DiB_loadFiles()
145 EXM_THROW(11, "Pb reading %s", fileNamesTable[fileIndex]); in DiB_loadFiles()
157 EXM_THROW(11, "Pb reading %s", fileNamesTable[fileIndex]); in DiB_loadFiles()
163 fileIndex += 1; in DiB_loadFiles()