| /src/sys/external/bsd/acpica/dist/common/ |
| cmfsize.c | 69 long FileSize; 88 FileSize = ftell (File); 89 if (FileSize < 0) 102 return ((UINT32) FileSize);
|
| acfileio.c | 123 UINT32 FileSize; 141 FileSize = CmGetFileSize (File); 142 if (FileSize == ACPI_UINT32_MAX) 150 Filename, FileSize, FileSize); 154 if (FileSize < sizeof (ACPI_TABLE_HEADER)) 484 UINT32 FileSize; 544 FileSize = CmGetFileSize (File); 549 if (TableHeader.Length > (UINT32) (FileSize - TableOffset)) 554 (UINT32) (FileSize - TableOffset)) [all...] |
| /src/sys/external/bsd/acpica/dist/tools/acpidump/ |
| apfiles.c | 246 UINT32 FileSize; 261 FileSize = CmGetFileSize (File); 262 if (FileSize == ACPI_UINT32_MAX) 271 Buffer = ACPI_ALLOCATE_ZEROED (FileSize); 275 "Could not allocate file buffer of size: %u\n", FileSize); 281 Actual = fread (Buffer, 1, FileSize, File); 282 if (Actual != FileSize) 290 *OutFileSize = FileSize;
|
| apdump.c | 458 UINT32 FileSize = 0; 464 Table = ApGetTableFromFile (Pathname, &FileSize); 479 if (Table->Length > FileSize) 483 Table->Length, FileSize, Pathname); 491 Pathname, Table->Signature, FileSize, FileSize);
|
| apmain.c | 366 UINT32 FileSize; 433 FileSize = CmGetFileSize (Gbl_OutputFile); 435 Gbl_OutputFilename, FileSize, FileSize);
|
| acpidump.h | 144 UINT32 *FileSize);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| MemoryBuffer.cpp | 254 getOpenFileImpl(sys::fs::file_t FD, const Twine &Filename, uint64_t FileSize, 267 auto Ret = getOpenFileImpl<MB>(FD, Filename, /*FileSize=*/-1, MapSize, Offset, 324 size_t FileSize, 348 if (FileSize == size_t(-1)) { 352 FileSize = Status.getSize(); 358 assert(End <= FileSize); 359 if (End != FileSize) 364 if ((FileSize & (PageSize -1)) == 0) 371 if ((FileSize & (4096 - 1)) == 0) 379 getReadWriteFile(const Twine &Filename, uint64_t FileSize, uint64_t MapSize [all...] |
| /src/sys/external/bsd/acpica/dist/tools/acpibin/ |
| abcompare.c | 68 UINT32 *FileSize); 510 UINT32 *FileSize) 556 *FileSize = Size; 579 UINT32 FileSize = 0; 585 FileBuffer = AbGetFile (File1Path, &FileSize); 592 File1Path, FileSize, FileSize); 614 AcpiUtDumpBuffer ((UINT8 *) FileBuffer, FileSize, DB_BYTE_DISPLAY, 0); 618 FileSize = CmGetFileSize (FileOutHandle); 620 File2Path, FileSize, FileSize) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| xray-fdr-dump.cpp | 42 uint64_t FileSize; 43 if (auto EC = sys::fs::file_size(DumpInput, FileSize)) 49 *FDOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0,
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
| Writer.h | 29 size_t FileSize;
|
| Writer.cpp | 98 S.Header.PointerToRawData = FileSize; 99 FileSize += S.Header.SizeOfRawData; // For executables, this is already 104 S.Header.PointerToRelocations = FileSize; 105 FileSize += sizeof(coff_relocation); 108 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; 111 FileSize += S.Relocs.size() * sizeof(coff_relocation); 112 FileSize = alignTo(FileSize, FileAlignment); 201 FileSize = SizeOfHeaders; 224 size_t PointerToSymbolTable = FileSize; [all...] |
| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslfileio.c | 133 UINT32 FileSize; 136 FileSize = CmGetFileSize (AslGbl_Files[FileId].Handle); 137 if (FileSize == ACPI_UINT32_MAX) 142 return (FileSize);
|
| /src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
| asfile.c | 65 UINT32 FileSize); 548 * FileSize - Size of the file and buffer 559 UINT32 FileSize) 568 for (i = 0; i < FileSize; i++) 774 UINT32 *FileSize) 850 *FileSize = Size; 878 UINT32 FileSize; 902 FileSize = strlen (FileBuffer); 903 Actual = fwrite (FileBuffer, 1, FileSize, File); 904 if (Actual != FileSize) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/XRay/ |
| InstrumentationMap.cpp | 223 loadYAML(sys::fs::file_t Fd, size_t FileSize, StringRef Filename, 229 Fd, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, EC); 274 uint64_t FileSize; 275 if (sys::fs::file_size(Filename, FileSize)) 279 if (FileSize == 0) 285 if (auto E = loadYAML(*FdOrErr, FileSize, Filename, Map.Sleds,
|
| Trace.cpp | 385 uint64_t FileSize; 386 if (auto EC = sys::fs::file_size(Filename, FileSize)) { 390 if (FileSize < 4) { 399 *FdOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0,
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| NativeEnumInjectedSources.cpp | 46 uint64_t getCodeByteSize() const override { return Entry.FileSize; } 84 auto Data = readStreamData(**ExpectedFileStream, Entry.FileSize);
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efifs.h | 60 UINT64 FileSize;
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| WindowsResource.cpp | 627 uint64_t FileSize; 648 FileSize, "internal .obj file created from .res files"); 653 FileSize = COFF::Header16Size; 656 FileSize += 2 * COFF::SectionSize; 662 SymbolTableOffset = FileSize; 664 FileSize += COFF::Symbol16Size; // size of the @feat.00 symbol. 665 FileSize += 4 * COFF::Symbol16Size; // symbol + aux for each section. 666 FileSize += Data.size() * COFF::Symbol16Size; // 1 symbol per resource. 667 FileSize += 4; // four null bytes for the string table. 671 SectionOneOffset = FileSize; [all...] |
| MachOObjectFile.cpp | 289 uint64_t FileSize = Obj.getData().size(); 306 s.offset > FileSize) 324 BigSize > FileSize) 333 s.size > S.filesize) 361 if (s.reloff > FileSize) 368 if (BigSize > FileSize) 380 if (S.fileoff > FileSize) 385 BigSize += S.filesize; 386 if (BigSize > FileSize) 388 " fileoff field plus filesize field in " [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| MemoryBuffer.h | 110 getOpenFile(sys::fs::file_t FD, const Twine &Filename, uint64_t FileSize, 242 getFile(const Twine &Filename, int64_t FileSize = -1);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerIO.h | 56 size_t FileSize(const std::string &Path);
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| FileManager.cpp | 515 uint64_t FileSize = Entry->getSize(); 519 FileSize = -1; 524 auto Result = Entry->File->getBuffer(Filename, FileSize, 531 return getBufferForFileImpl(Filename, FileSize, isVolatile, 536 FileManager::getBufferForFileImpl(StringRef Filename, int64_t FileSize, 540 return FS->getBufferForFile(Filename, FileSize, RequiresNullTerminator, 545 return FS->getBufferForFile(FilePath, FileSize, RequiresNullTerminator,
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/ |
| MSFBuilder.cpp | 345 uint64_t FileSize = uint64_t(Layout.SB->BlockSize) * Layout.SB->NumBlocks; 346 if (FileSize > UINT32_MAX) { 354 formatv("File size would have been {0,1:N}", FileSize)); 357 auto OutFileOrError = FileOutputBuffer::create(Path, FileSize);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| PdbYaml.h | 43 uint32_t FileSize = 0;
|
| /src/external/apache2/llvm/dist/clang/lib/Lex/ |
| HeaderMap.cpp | 53 unsigned FileSize = FE->getSize(); 54 if (FileSize <= sizeof(HMapHeader)) return nullptr;
|