Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/external/libvpx/libvpx/
Dwebmenc.h18 typedef __int64 off_t; typedef
26 typedef off_t EbmlLoc;
41 off_t position_reference;
42 off_t seek_info_pos;
43 off_t segment_info_pos;
44 off_t track_pos;
45 off_t cue_pos;
46 off_t cluster_pos;
49 off_t track_id_pos;
73 off_t pos);
Dtools_common.h19 typedef __int64 off_t; typedef
27 #define off_t off64_t macro
44 typedef long off_t; /* NOLINT */ typedef
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
Dgoobsdiff.c58 static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h) in split()
60 off_t i,j,k,x,tmp,jj,kk; in split()
119 static void qsufsort(off_t *I,off_t *V,u_char *old,off_t oldsize) in qsufsort()
121 off_t buckets[256]; in qsufsort()
122 off_t i,h,len; in qsufsort()
157 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize) in matchlen()
159 off_t i; in matchlen()
167 static off_t search(off_t *I,u_char *old,off_t oldsize, in search()
168 u_char *new,off_t newsize,off_t st,off_t en,off_t *pos) in search()
170 off_t x,y; in search()
[all …]
/external/bsdiff/
Dbsdiff.c43 static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h) in split()
45 off_t i,j,k,x,tmp,jj,kk; in split()
104 static void qsufsort(off_t *I,off_t *V,u_char *old,off_t oldsize) in qsufsort()
106 off_t buckets[256]; in qsufsort()
107 off_t i,h,len; in qsufsort()
142 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize) in matchlen()
144 off_t i; in matchlen()
152 static off_t search(off_t *I,u_char *old,off_t oldsize, in search()
153 u_char *new,off_t newsize,off_t st,off_t en,off_t *pos) in search()
155 off_t x,y; in search()
[all …]
Dbspatch.c40 static off_t offtin(u_char *buf) in offtin()
42 off_t y; in offtin()
68 off_t oldpos,newpos; in main()
69 off_t ctrl[3]; in main()
70 off_t lenread; in main()
71 off_t i; in main()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dfuse.h57 off_t off);
103 int (*ftruncate)(const char* path, off_t, struct fuse_file_info*);
121 int (*read)(const char* path, char* buf, size_t count, off_t,
169 int (*readdir)(const char* path, void* buf, fuse_fill_dir_t filldir, off_t,
184 int (*truncate)(const char* path, off_t);
189 int (*write)(const char* path, const char* buf, size_t count, off_t,
197 int (*fallocate)(const char*, int, off_t, off_t, struct fuse_file_info*);
210 off_t off, struct fuse_file_info*);
217 int (*write_buf)(const char*, struct fuse_bufvec* buf, off_t off,
Dkernel_wrap_real.h17 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset);
20 off_t offset);
/external/dropbear/
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) in format_rate()
96 format_size(char *buf, int size, off_t bytes) in format_size()
113 off_t transferred; in refresh_progress_meter()
116 off_t bytes_left; in refresh_progress_meter()
178 (off_t)bytes_per_second); in refresh_progress_meter()
[all …]
/external/openssh/
Dprogressmeter.c53 static void format_size(char *, int, off_t);
54 static void format_rate(char *, int, off_t);
69 static off_t end_pos; /* ending position of transfer */
70 static off_t cur_pos; /* transfer position as of last refresh */
71 static volatile off_t *counter; /* progress counter */
87 format_rate(char *buf, int size, off_t bytes) in format_rate()
106 format_size(char *buf, int size, off_t bytes) in format_size()
123 off_t transferred; in refresh_progress_meter()
126 off_t bytes_left; in refresh_progress_meter()
188 (off_t)bytes_per_second); in refresh_progress_meter()
[all …]
/external/chromium_org/third_party/sqlite/src/src/
Dtest_syscall.c99 static int ts_ftruncate(int fd, off_t n);
102 static int ts_pread(int fd, void *aBuf, size_t nBuf, off_t off);
103 static int ts_pread64(int fd, void *aBuf, size_t nBuf, off_t off);
105 static int ts_pwrite(int fd, const void *aBuf, size_t nBuf, off_t off);
106 static int ts_pwrite64(int fd, const void *aBuf, size_t nBuf, off_t off);
108 static int ts_fallocate(int fd, off_t off, off_t len);
143 #define orig_ftruncate ((int(*)(int,off_t))aSyscall[6].xOrig)
146 #define orig_pread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].xOrig)
147 #define orig_pread64 ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[10].xOrig)
149 #define orig_pwrite ((ssize_t(*)(int,const void*,size_t,off_t))\
[all …]
/external/e2fsprogs/lib/ext2fs/
Dllseek.c95 if ((sizeof(off_t) >= sizeof(ext2_loff_t)) || in ext2fs_llseek()
96 (offset < ((ext2_loff_t) 1 << ((sizeof(off_t)*8) -1)))) in ext2fs_llseek()
97 return lseek(fd, (off_t) offset, origin); in ext2fs_llseek()
127 if ((sizeof(off_t) < sizeof(ext2_loff_t)) && in ext2fs_llseek()
128 (offset >= ((ext2_loff_t) 1 << ((sizeof(off_t)*8) -1)))) { in ext2fs_llseek()
132 return lseek (fd, (off_t) offset, origin); in ext2fs_llseek()
/external/e2fsprogs/lib/blkid/
Dllseek.c95 if ((sizeof(off_t) >= sizeof(blkid_loff_t)) || in blkid_llseek()
96 (offset < ((blkid_loff_t) 1 << ((sizeof(off_t)*8) -1)))) in blkid_llseek()
97 return lseek(fd, (off_t) offset, whence); in blkid_llseek()
131 if ((sizeof(off_t) < sizeof(blkid_loff_t)) && in blkid_llseek()
132 (offset >= ((blkid_loff_t) 1 << ((sizeof(off_t)*8) - 1)))) { in blkid_llseek()
136 return lseek(fd, (off_t) offset, origin); in blkid_llseek()
/external/chromium_org/third_party/ots/include/
Dots-memory-stream.h31 virtual bool Seek(off_t position) { in Seek()
38 virtual off_t Tell() const { in Tell()
45 off_t off_;
85 bool Seek(off_t position) { in Seek()
92 off_t Tell() const { in Tell()
100 off_t off_;
/external/openssh/openbsd-compat/
Dsha2.h88 char *SHA256_FileChunk(const char *, char *, off_t, off_t)
106 char *SHA384_FileChunk(const char *, char *, off_t, off_t)
124 char *SHA512_FileChunk(const char *, char *, off_t, off_t)
Dxmmap.c55 -1, (off_t)0); in xmmap()
58 open("/dev/zero", O_RDWR), (off_t)0); in xmmap()
77 tmpfd, (off_t)0); in xmmap()
/external/lzma/CPP/Common/
DC_FileIO.cpp34 off_t curPos = Seek(0, SEEK_CUR); in GetLength()
35 off_t lengthTemp = Seek(0, SEEK_END); in GetLength()
41 off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const in Seek()
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h147 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/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
Dmalloc_hook.h137 off_t offset);
161 off_t offset,
180 off_t offset);
270 int fd, off_t offset);
324 off_t offset);
331 off_t offset);
337 off_t offset,
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
Dmalloc_hook.h137 off_t offset);
161 off_t offset,
180 off_t offset);
270 int fd, off_t offset);
324 off_t offset);
331 off_t offset);
337 off_t offset,
/external/zlib/src/examples/
Dzran.c68 off_t out; /* corresponding offset in uncompressed data */
69 off_t in; /* offset in input file of first full byte */
93 off_t in, off_t out, unsigned left, unsigned char *window) in addpoint()
144 local int build_index(FILE *in, off_t span, struct access **built) in build_index()
147 off_t totin, totout; /* our own total counters to avoid 4GB limit */ in build_index()
148 off_t last; /* totout value of last access point */ in build_index()
249 local int extract(FILE *in, struct access *index, off_t offset, in extract()
357 off_t offset; in main()
/external/chromium_org/content/common/gpu/media/
Dh264_bit_reader.h31 bool Initialize(const uint8* data, off_t size);
41 off_t NumBitsLeft();
58 off_t bytes_left_;
/external/skia/src/pdf/
DSkPDFCatalog.h45 size_t setFileOffset(SkPDFObject* obj, off_t offset);
85 off_t setSubstituteResourcesOffsets(off_t fileOffset, bool firstPage);
100 off_t fFileOffset;
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFCatalog.h45 size_t setFileOffset(SkPDFObject* obj, off_t offset);
85 off_t setSubstituteResourcesOffsets(off_t fileOffset, bool firstPage);
100 off_t fFileOffset;
/external/chromium_org/third_party/ots/test/
Dfile-stream.h30 bool Seek(off_t position) { in Seek()
45 off_t Tell() const { in Tell()
51 off_t position_;
/external/bison/m4/
Dlargefile.m416 /* Check that off_t can represent 2**63 - 1 correctly.
20 @%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
109 # overrides ensure that off_t or 'struct size.st_size' are 64-bit, respectively.
116 dnl mingw64 defines off_t to a 64-bit type already, if
118 AC_CACHE_CHECK([for 64-bit off_t], [gl_cv_type_off_t_64],
122 int verify_off_t_size[sizeof (off_t) >= 8 ? 1 : -1];
138 dnl A 64-bit off_t is

12345678910>>...14