Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp184 uint16_t FileCount = std::min<uint32_t>(UINT16_MAX, SourceFileNames.size()); in generateFileInfoSubstream() local
187 if (auto EC = MetadataWriter.writeInteger(FileCount)) // NumSourceFiles in generateFileInfoSubstream()
194 FileCount = static_cast<uint16_t>(MI->source_files().size()); in generateFileInfoSubstream()
195 if (auto EC = MetadataWriter.writeInteger(FileCount)) // Mod File Counts in generateFileInfoSubstream()
/external/libpng/contrib/visupng/
DVisualPng.c50 BOOL SearchPngList (TCHAR *pFileList, int FileCount, int *pFileIndex,
619 TCHAR *pFileList, int FileCount, int *pFileIndex, in SearchPngList() argument
622 if (FileCount > 0) in SearchPngList()
631 *pFileIndex = FileCount - 1; in SearchPngList()
640 if (*pFileIndex < FileCount - 1) in SearchPngList()