Searched refs:off_t (Results 1 - 25 of 118) sorted by relevance

12345

/external/dropbear/
H A Dprogressmeter.h26 void start_progress_meter(char *, off_t, off_t *);
H A Dprogressmeter.c43 static void format_size(char *, int, off_t);
44 static void format_rate(char *, int, off_t);
59 static off_t end_pos; /* ending position of transfer */
60 static off_t cur_pos; /* transfer position as of last refresh */
61 static volatile off_t *counter; /* progress counter */
77 format_rate(char *buf, int size, off_t bytes)
96 format_size(char *buf, int size, off_t bytes)
113 off_t transferred;
116 off_t bytes_left;
178 (off_t)bytes_per_secon
[all...]
/external/elfutils/libelf/
H A Delf_getbase.c28 off_t
32 return elf == NULL ? (off_t) -1 : elf->start_offset;
H A Delf_update.c29 static off_t
30 write_file (Elf *elf, off_t size, int change_bo, size_t shnum)
92 off_t
98 off_t size;
/external/expat/lib/
H A Dmacconfig.h47 #define off_t long macro
/external/skia/src/images/
H A DSkFDStream.cpp18 off_t value = ::lseek(fFD, 0, SEEK_SET);
32 off_t curr = ::lseek(fFD, 0, SEEK_CUR);
39 off_t size = ::lseek(fFD, 0, SEEK_END);
55 off_t oldCurr = ::lseek(fFD, 0, SEEK_CUR);
62 off_t newCurr = ::lseek(fFD, size, SEEK_CUR);
/external/e2fsprogs/lib/blkid/
H A Dllseek.c95 if ((sizeof(off_t) >= sizeof(blkid_loff_t)) ||
96 (offset < ((blkid_loff_t) 1 << ((sizeof(off_t)*8) -1))))
97 return lseek(fd, (off_t) offset, whence);
131 if ((sizeof(off_t) < sizeof(blkid_loff_t)) &&
132 (offset >= ((blkid_loff_t) 1 << ((sizeof(off_t)*8) - 1)))) {
136 return lseek(fd, (off_t) offset, origin);
/external/e2fsprogs/lib/ext2fs/
H A Dllseek.c95 if ((sizeof(off_t) >= sizeof(ext2_loff_t)) ||
96 (offset < ((ext2_loff_t) 1 << ((sizeof(off_t)*8) -1))))
97 return lseek(fd, (off_t) offset, origin);
127 if ((sizeof(off_t) < sizeof(ext2_loff_t)) &&
128 (offset >= ((ext2_loff_t) 1 << ((sizeof(off_t)*8) -1)))) {
132 return lseek (fd, (off_t) offset, origin);
/external/webkit/WebCore/platform/graphics/cg/
H A DImageSourceCG.h40 size_t sharedBufferGetBytesAtPosition(void* info, void* buffer, off_t position, size_t count);
/external/bsdiff/
H A Dbsdiff.c43 static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h)
45 off_t i,j,k,x,tmp,jj,kk;
104 static void qsufsort(off_t *I,off_t *V,u_char *old,off_t oldsize)
106 off_t bucket
[all...]
H A Dbspatch.c40 static off_t offtin(u_char *buf)
42 off_t y;
68 off_t oldpos,newpos;
69 off_t ctrl[3];
70 off_t lenread;
71 off_t i;
/external/chromium/android/
H A Dprefix.h13 ssize_t pwrite(int fd, const void *buf, size_t count, off_t offset) {
49 inline int lockf(int fd, int cmd, off_t len) { return -1; }
/external/expat/vms/
H A Dexpat_config.h16 #undef off_t macro
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h14 //typedef long off_t;
147 off_t d_off; /* offset to this dirent */
167 off_t st_size; /* total size, in bytes */
179 off_t yaffs_lseek(int fd, off_t offset, int whence) ;
180 int yaffs_truncate(int fd, off_t newSize);
/external/webkit/WebCore/platform/haiku/
H A DSharedBufferHaiku.cpp45 off_t size;
/external/expat/
H A Dexpat_config.h.in89 #undef off_t
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h117 off_t l_start;
118 off_t l_len;
/external/bluetooth/glib/gio/
H A Dglocalfileinputstream.c176 off_t res, start;
247 off_t pos;
253 if (pos == (off_t)-1)
263 off_t pos;
269 if (pos == (off_t)-1 && errno == ESPIPE)
300 off_t pos;
306 if (pos == (off_t)-1)
/external/zlib/examples/
H A Dzran.c63 off_t out; /* corresponding offset in uncompressed data */
64 off_t in; /* offset in input file of first full byte */
88 off_t in, off_t out, unsigned left, unsigned char *window)
139 local int build_index(FILE *in, off_t span, struct access **built)
142 off_t totin, totout; /* our own total counters to avoid 4GB limit */
143 off_t last; /* totout value of last access point */
244 local int extract(FILE *in, struct access *index, off_t offset,
352 off_t offset;
/external/bluetooth/glib/gio/fen/
H A Dfen-kernel.h43 gboolean port_add (file_obj_t* fobj, off_t* len, gpointer f);
/external/e2fsprogs/include/nonunix/
H A Dunistd.h24 #define off_t _off_t macro
/external/libpcap/lbl/
H A Dos-sunos4.h89 int ftruncate(int, off_t);
122 off_t lseek(int, off_t, int);
186 int truncate(char *, off_t);
/external/tcpdump/lbl/
H A Dos-sunos4.h89 int ftruncate(int, off_t);
122 off_t lseek(int, off_t, int);
186 int truncate(char *, off_t);
/external/chromium/base/third_party/symbolize/
H A Dsymbolize.cc148 const size_t count, const off_t offset) {
149 off_t off = lseek(fd, offset, SEEK_SET);
150 if (off == (off_t)-1) {
161 const size_t count, const off_t offset) {
184 GetSectionHeaderByType(const int fd, ElfW(Half) sh_num, const off_t sh_offset,
221 off_t shstrtab_offset = (elf_header.e_shoff +
228 off_t section_header_offset = (elf_header.e_shoff +
240 off_t name_offset = shstrtab.sh_offset + out->sh_name;
270 off_t offset = symtab->sh_offset + i * symtab->sh_entsize;
/external/elfutils/
H A Dconfig-compat-freebsd.h11 typedef off_t __off64_t;

Completed in 4926 milliseconds

12345