Searched defs:fsize (Results 1 - 4 of 4) sorted by relevance

/vbox/src/bldprogs/
H A Dbin2c.c35 static size_t fsize(FILE *pFile) function
164 cbBin = fsize(pFileIn);
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dposix_io.c306 ssize_t fsize ( int fd ) { function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFirmwareVolumeBuffer.c558 UINTN fsize; local
590 fsize = FvBufExpand3ByteSize (fhdr->Size);
591 if (fsize == 0 || (offset + fsize > fvSize)) {
595 offset = offset + fsize;
873 UINTN fsize; local
900 fsize = FvBufExpand3ByteSize (fhdr->Size);
927 *Key = *Key + fsize;
936 *Key = *Key + fsize;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c2055 uint32_t i, ndx, size, fsize; local
2082 fsize = size + rec->dtrd_size;
2234 if ((uintptr_t)tomax + offs + fsize >
2246 buf->dtb_offset = offs + fsize;
2284 for (i = size; i < fsize; i++)

Completed in 692 milliseconds