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

1234567891011>>

/external/fio/
H A Dhelpers.h9 extern int fallocate(int fd, int mode, off_t offset, off_t len);
10 extern int posix_fallocate(int fd, off_t offset, off_t len);
13 extern int posix_fadvise(int fd, off_t offset, off_t len, int advice);
H A Dhelpers.c13 int fallocate(int fd, int mode, off_t offset, off_t len)
21 int posix_fallocate(int fd, off_t offset, off_t len)
36 int posix_fadvise(int fd, off_t offset, off_t len, int advice)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dftruncate.c8 int ftruncate(int fd, off_t length) {
H A Dtruncate.c12 int truncate(const char* pathname, off_t length) {
/external/elfutils/0.153/libelf/
H A Delf_getbase.c61 off_t
65 return elf == NULL ? (off_t) -1 : elf->start_offset;
/external/libvpx/libvpx/
H A Dwebmenc.h17 /* MSVS doesn't define off_t */
18 typedef __int64 off_t; typedef
30 typedef off_t EbmlLoc;
45 off_t position_reference;
46 off_t seek_info_pos;
47 off_t segment_info_pos;
48 off_t track_pos;
49 off_t cue_pos;
50 off_t cluster_pos;
53 off_t track_id_po
[all...]
/external/chromium_org/media/filters/
H A Dh264_bit_reader.h31 bool Initialize(const uint8* data, off_t size);
41 off_t NumBitsLeft();
58 off_t bytes_left_;
/external/bison/darwin-lib/sys/
H A Dtypes.h32 /* Override off_t if Large File Support is requested on native Windows. */
36 # define off_t __int64
38 # define off_t long long int
/external/bison/lib/
H A Dsys_types.in.h31 /* Override off_t if Large File Support is requested on native Windows. */
35 # define off_t __int64 macro
37 # define off_t long long int
/external/bison/linux-lib/sys/
H A Dtypes.h32 /* Override off_t if Large File Support is requested on native Windows. */
36 # define off_t __int64
38 # define off_t long long int
/external/chromium_org/third_party/ots/test/
H A Dfile-stream.h30 bool Seek(off_t position) {
45 off_t Tell() const {
51 off_t position_;
/external/chromium_org/third_party/expat/files/lib/
H A Dmacconfig.h47 #define off_t long macro
/external/fio/os/windows/
H A Dposix.h4 typedef off_t off64_t;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h57 off_t off);
116 int (*truncate)(const char* path, off_t);
125 off_t,
132 off_t,
167 // off_t offset, struct fuse_file_info*) {
181 // off_t offset, struct fuse_file_info*) {
204 off_t,
221 int (*ftruncate)(const char* path, off_t, struct fuse_file_info*);
246 off_t off,
252 off_t of
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs_node.h32 virtual Error FTruncate(off_t size);
37 virtual Error GetSize(off_t* out_size);
39 void SetCachedSize(off_t size);
65 off_t count,
68 Error DownloadToTemp(off_t* out_bytes);
72 off_t* out_bytes);
/external/chromium_org/third_party/ots/include/
H A Dots-memory-stream.h31 virtual bool Seek(off_t position) {
38 virtual off_t Tell() const {
45 off_t off_;
85 bool Seek(off_t position) {
92 off_t Tell() const {
100 off_t off_;
/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/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs_node.h29 virtual Error FTruncate(off_t size);
33 Error Resize(off_t size);
/external/chromium_org/base/
H A Dos_compat_android.h24 inline int lockf(int fd, int cmd, off_t ignored_len) {
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFCatalog.h45 size_t setFileOffset(SkPDFObject* obj, off_t offset);
85 off_t setSubstituteResourcesOffsets(off_t fileOffset, bool firstPage);
100 off_t fFileOffset;
/external/compiler-rt/lib/interception/
H A Dinterception_type_test.cc32 // pread64. In those cases we need OFF_T to match off_t. We don't care about the
36 COMPILER_CHECK(sizeof(::OFF_T) == sizeof(off_t));
/external/linux-tools-perf/perf-3.12.0/tools/perf/host-darwin-fixup/
H A DAndroidFixup.h28 typedef off_t loff_t;
/external/lzma/CPP/Common/
H A DC_FileIO.cpp34 off_t curPos = Seek(0, SEEK_CUR);
35 off_t lengthTemp = Seek(0, SEEK_END);
41 off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const
/external/skia/src/pdf/
H A 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/mojo/embedder/
H A Dsimple_platform_shared_buffer_posix.cc11 #include <sys/types.h> // For |off_t|.
26 // We assume that |size_t| and |off_t| (type for |ftruncate()|) fits in a
29 static_assert(sizeof(off_t) <= sizeof(uint64_t), "off_t too big");
42 static_cast<uint64_t>(std::numeric_limits<off_t>::max())) {
77 if (HANDLE_EINTR(ftruncate(fd.get(), static_cast<off_t>(num_bytes_))) != 0) {
91 static_cast<uint64_t>(std::numeric_limits<off_t>::max())) {
107 if (sb.st_size != static_cast<off_t>(num_bytes_)) {
126 // |off_t| on creation, but it never hurts to be paranoid.
128 static_cast<uint64_t>(std::numeric_limits<off_t>
[all...]

Completed in 4970 milliseconds

1234567891011>>