/external/libvpx/libvpx/ |
D | webmenc.h | 18 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);
|
D | tools_common.h | 19 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/ |
D | goobsdiff.c | 58 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/ |
D | bsdiff.c | 43 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 …]
|
D | bspatch.c | 40 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/ |
D | fuse.h | 57 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,
|
D | kernel_wrap_real.h | 17 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset); 20 off_t offset);
|
/external/dropbear/ |
D | progressmeter.c | 43 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/ |
D | progressmeter.c | 53 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/ |
D | test_syscall.c | 99 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/ |
D | llseek.c | 95 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/ |
D | llseek.c | 95 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/ |
D | ots-memory-stream.h | 31 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/ |
D | sha2.h | 88 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)
|
D | xmmap.c | 55 -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/ |
D | C_FileIO.cpp | 34 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/ |
D | yaffsfs.h | 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/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
D | malloc_hook.h | 137 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/ |
D | malloc_hook.h | 137 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/ |
D | zran.c | 68 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/ |
D | h264_bit_reader.h | 31 bool Initialize(const uint8* data, off_t size); 41 off_t NumBitsLeft(); 58 off_t bytes_left_;
|
/external/skia/src/pdf/ |
D | SkPDFCatalog.h | 45 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/ |
D | SkPDFCatalog.h | 45 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/ |
D | file-stream.h | 30 bool Seek(off_t position) { in Seek() 45 off_t Tell() const { in Tell() 51 off_t position_;
|
/external/bison/m4/ |
D | largefile.m4 | 16 /* 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
|