Searched refs:fsize (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/bin/
H A Dchop.c131 off_t fsize; local
147 fsize = e.st_size;
148 if (fsize < (KBytesPerChunk * 1024)) {
171 chop_file(fd, fname, fsize);
178 chop_file(int fdin, char *fname, off_t fsize) argument
199 while (total_written < fsize) {
/haiku-fatelf/src/bin/coreutils/src/
H A Dtruncate.c169 uintmax_t const fsize = sb.st_size; local
189 nsize = MAX (fsize, (uintmax_t) ssize);
191 nsize = MIN (fsize, (uintmax_t) ssize);
194 nsize = (fsize / ssize) * ssize;
198 /* Here ssize>=1 && fsize>=0 */
199 uintmax_t const overflow = ((fsize + ssize - 1) / ssize) * ssize;
210 if (ssize > OFF_T_MAX - (off_t)fsize)
216 nsize = fsize + ssize;
/haiku-fatelf/src/libs/tiff/
H A Dtif_unix.c84 long fsize; local
85 return ((fsize = lseek((int) fd, 0, SEEK_END)) < 0 ? 0 : fsize);
/haiku-fatelf/src/bin/less/
H A Dch.c69 POSITION fsize; member in struct:filestate
78 #define ch_fsize thisfile->fsize
796 thisfile->fsize = NULL_POSITION;
877 printf(" file %d, flags %x, fpos %x, fsize %x, blk/off %x/%x\n",
879 fs->fsize, fs->block, fs->offset);
/haiku-fatelf/src/bin/compress/
H A Dcompress.c407 count_int fsize; variable
784 fsize = (long) statbuf.st_size;
791 if ( fsize < (1 << 12) )
793 else if ( fsize < (1 << 13) )
795 else if ( fsize < (1 << 14) )
797 else if ( fsize < (1 << 15) )
799 else if ( fsize < 47000 )
909 fsize = 100000; /* assume stdin large for USERMEM */
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIppContent.cpp933 int fsize = size; local
934 if (fsize < 0) {
937 fsize = iss->tellg();
940 if (fsize > 0) {
941 length += fsize;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwireg.h165 uint32_t fsize; /* size of firmware image */ member in struct:iwi_firmware_hdr
H A Dif_iwi.c2292 + le32toh(hdr->fsize)) {
2304 sc->fw_fw.size = le32toh(hdr->fsize);
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_defsfont.c1791 int fsize = 0; local
1819 if (!err && (fsize = ftell (fd)) == -1)
1827 if (!err && !load_body (fsize, sf, fd))
/haiku-fatelf/src/add-ons/kernel/drivers/network/attansic_l1/dev/age/
H A Dif_age.c2532 uint32_t reg, fsize; local
2651 fsize = roundup(sc->age_max_frame_size, sizeof(uint64_t));
2653 (((fsize / sizeof(uint64_t)) <<
2739 (((fsize / sizeof(uint64_t) << TX_JUMBO_TPD_TH_SHIFT)) &

Completed in 106 milliseconds