/external/strace/linux/ |
D | asm_stat.h | 10 # undef off64_t 21 # define off64_t __kernel_off64_t macro 34 # undef off64_t 45 # define off64_t off64_t macro
|
/external/f2fs-tools/lib/ |
D | libf2fs_io.c | 67 typedef off_t off64_t; typedef 69 static inline off64_t lseek64(int fd, __u64 offset, int set) in lseek64() 81 static off64_t *dcache_blk; /* which block it cached */ 171 if ((dcache_blk = (off64_t *) malloc(sizeof(off64_t) * n)) == NULL in dcache_alloc_all() 256 static long dcache_find(off64_t blk) in dcache_find() 277 static int dcache_io_read(int fd, long entry, off64_t offset, off64_t blk) in dcache_io_read() 307 static int dcache_update_rw(int fd, void *buf, off64_t offset, in dcache_update_rw() 310 off64_t blk; in dcache_update_rw() 312 off64_t start; in dcache_update_rw() 376 int dcache_update_cache(int fd, void *buf, off64_t offset, size_t count) in dcache_update_cache() [all …]
|
/external/libchrome/libchrome_tools/patch/ |
D | file_posix.patch | 13 static_assert(sizeof(int64_t) == sizeof(off64_t), "off64_t must be 64 bits"); 14 return lseek64(file_.get(), static_cast<off64_t>(offset), 24 static_assert(sizeof(int64_t) == sizeof(off64_t),
|
/external/ltp/testcases/kernel/syscalls/sync_file_range/ |
D | sync_file_range02.c | 34 off64_t sync_off; 35 off64_t sync_size; 37 off64_t write_off;
|
D | sync_file_range01.c | 114 off64_t offset; 115 off64_t nbytes;
|
/external/strace/tests-m32/ |
D | sync_file_range.c | 42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main() 43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
|
D | sync_file_range2.c | 42 const off64_t offset = 0xdeadbeefbadc0ded; in main() 43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
|
/external/strace/tests/ |
D | sync_file_range.c | 42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main() 43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
|
D | sync_file_range2.c | 42 const off64_t offset = 0xdeadbeefbadc0ded; in main() 43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
|
/external/strace/tests-mx32/ |
D | sync_file_range2.c | 42 const off64_t offset = 0xdeadbeefbadc0ded; in main() 43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
|
D | sync_file_range.c | 42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main() 43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
|
/external/llvm-project/clang/test/Analysis/ |
D | std-c-library-posix-crash.c | 9 typedef long long off64_t; typedef 13 void *mmap64(void *addr, size_t length, int prot, int flags, int fd, off64_t offset);
|
/external/libbrillo/brillo/streams/ |
D | file_stream.h | 45 virtual off64_t Seek(off64_t offset, int whence) = 0; 48 virtual int Truncate(off64_t length) const = 0;
|
D | file_stream.cc | 52 off64_t Seek(off64_t offset, int whence) override { in Seek() 70 int Truncate(off64_t length) const override { in Truncate() 393 off64_t pos = fd_interface_->Seek(0, SEEK_CUR); in GetPosition() 394 const off64_t min_pos = 0; in GetPosition() 421 off64_t pos = fd_interface_->Seek(offset, raw_whence); in Seek()
|
/external/crosvm/cros_async/src/ |
D | poll_source.rs | 94 file_offset as libc::off64_t, in read_to_vec() 132 file_offset as libc::off64_t, in read_to_mem() 199 file_offset as libc::off64_t, in write_from_vec() 238 file_offset as libc::off64_t, in write_from_mem() 262 file_offset as libc::off64_t, in fallocate() 263 len as libc::off64_t, in fallocate()
|
/external/tensorflow/tensorflow/tools/android/inference_interface/ |
D | asset_manager_filesystem.cc | 98 off64_t new_offset = AAsset_seek64(asset.get(), offset, SEEK_SET); in Read() 99 off64_t length = AAsset_getLength64(asset.get()); in Read() 104 const off64_t region_left = in Read() 105 std::min(length - new_offset, static_cast<off64_t>(to_read)); in Read() 161 off64_t start, length; in NewReadOnlyMemoryRegionFromFile()
|
/external/mtools/ |
D | llong.h | 61 # define MT_OFF_T off64_t 62 # define MT_SIZE_T off64_t
|
/external/ltp/include/lapi/ |
D | sync_file_range.h | 25 static inline long sync_file_range(int fd, off64_t offset, off64_t nbytes, in sync_file_range()
|
/external/ltp/testcases/kernel/fs/ftest/ |
D | ftest05.c | 89 static off64_t max_size; /* max file size */ 255 #define CHUNK(i) (((off64_t)i) * csize) 331 if (lseek64(fd, CHUNK(chunk), 0) < (off64_t) 0) { in dotest() 413 if (lseek64(fd, -((off64_t) xfr), 1) < (off64_t) 0) { in dotest()
|
/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 51 # LFS type2: 8 <= sizeof(off64_t), fopen64, fseeko64, ftello64 53 check_type_size("off64_t" SIZEOF_OFF64_T) 59 set(LFS_OFF_T "off64_t")
|
/external/crosvm/sys_util/src/ |
D | file_traits.rs | 265 c_int, c_void, iovec, off64_t, pread64, preadv64, pwrite64, pwritev64, read, readv, size_t, 387 offset as $crate::file_traits::lib::off64_t, 416 offset as $crate::file_traits::lib::off64_t, 438 offset as $crate::file_traits::lib::off64_t, 467 offset as $crate::file_traits::lib::off64_t,
|
D | lib.rs | 247 let offset = if offset > libc::off64_t::max_value() as u64 { in fallocate() 250 offset as libc::off64_t in fallocate() 253 let len = if len > libc::off64_t::max_value() as u64 { in fallocate() 256 len as libc::off64_t in fallocate()
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress01.c | 124 off64_t filesize = FILESIZE; 125 off64_t sparseoffset = 0; 157 off64_t bytes_left; 462 off64_t filesize; 463 off64_t offset;
|
D | mmapstress10.c | 141 off64_t filesize = FILESIZE; 142 off64_t sparseoffset = 0; 185 off64_t bytes_left; 526 off64_t filesize; 527 off64_t offset; 705 off64_t off;
|
/external/oboe/samples/RhythmGame/src/main/cpp/audio/ |
D | NDKExtractor.cpp | 38 static_cast<off64_t>(start), in decode() 39 static_cast<off64_t>(length)); in decode()
|