Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 25 of 137) sorted by relevance

123456

/external/strace/linux/
Dasm_stat.h10 # 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/
Dlibf2fs_io.c67 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/
Dfile_posix.patch13 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/
Dsync_file_range02.c34 off64_t sync_off;
35 off64_t sync_size;
37 off64_t write_off;
Dsync_file_range01.c114 off64_t offset;
115 off64_t nbytes;
/external/strace/tests-m32/
Dsync_file_range.c42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main()
43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
Dsync_file_range2.c42 const off64_t offset = 0xdeadbeefbadc0ded; in main()
43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
/external/strace/tests/
Dsync_file_range.c42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main()
43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
Dsync_file_range2.c42 const off64_t offset = 0xdeadbeefbadc0ded; in main()
43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
/external/strace/tests-mx32/
Dsync_file_range2.c42 const off64_t offset = 0xdeadbeefbadc0ded; in main()
43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
Dsync_file_range.c42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main()
43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
/external/llvm-project/clang/test/Analysis/
Dstd-c-library-posix-crash.c9 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/
Dfile_stream.h45 virtual off64_t Seek(off64_t offset, int whence) = 0;
48 virtual int Truncate(off64_t length) const = 0;
Dfile_stream.cc52 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/
Dpoll_source.rs94 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/
Dasset_manager_filesystem.cc98 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/
Dllong.h61 # define MT_OFF_T off64_t
62 # define MT_SIZE_T off64_t
/external/ltp/include/lapi/
Dsync_file_range.h25 static inline long sync_file_range(int fd, off64_t offset, off64_t nbytes, in sync_file_range()
/external/ltp/testcases/kernel/fs/ftest/
Dftest05.c89 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/
DCheckLFS.cmake51 # 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/
Dfile_traits.rs265 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,
Dlib.rs247 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/
Dmmapstress01.c124 off64_t filesize = FILESIZE;
125 off64_t sparseoffset = 0;
157 off64_t bytes_left;
462 off64_t filesize;
463 off64_t offset;
Dmmapstress10.c141 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/
DNDKExtractor.cpp38 static_cast<off64_t>(start), in decode()
39 static_cast<off64_t>(length)); in decode()

123456