HomeSort by relevance Sort by last modified time
    Searched refs:off_t (Results 1 - 25 of 2027) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssh/
progressmeter.h 26 void start_progress_meter(const char *, off_t, off_t *);
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
9-2-buildonly.c 10 * Test that off_t type is defined as described in sys/types.h.
15 off_t this_type_should_exist;
  /external/fio/
helpers.h 9 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);
helpers.c 13 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)
  /bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
foo.h 1 typedef int off_t; typedef
14 int truncate(const char* __path, off_t __length) __RENAME(truncate64) __INTRODUCED_IN(21);
16 int truncate(const char* __path, off_t __length);
22 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
27 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
31 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
33 off_t lseek(int __fd, off_t __offset, int __whence);
  /bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/
foo.h 1 typedef int off_t; typedef
14 int truncate(const char* __path, off_t __length) __RENAME(truncate64) __INTRODUCED_IN(21);
16 int truncate(const char* __path, off_t __length);
20 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
23 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
27 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
29 off_t lseek(int __fd, off_t __offset, int __whence);
  /bionic/libc/bionic/
ftruncate.cpp 22 static_assert(sizeof(off_t) == 4,
28 int ftruncate(int filedes, off_t length) {
  /external/elfutils/libelf/
elf_getbase.c 40 off_t
43 return elf == NULL ? (off_t) -1 : elf->start_offset;
  /system/core/fastboot/
bootimg_utils.h 37 boot_img_hdr* mkbootimg(void* kernel, int64_t kernel_size, off_t kernel_offset,
38 void* ramdisk, int64_t ramdisk_size, off_t ramdisk_offset,
39 void* second, int64_t second_size, off_t second_offset,
40 size_t page_size, size_t base, off_t tags_offset,
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.h 63 off_t symbols_size,
70 add_comp_unit(off_t cu_offset, off_t cu_length)
78 add_type_unit(off_t tu_offset, off_t type_offset, uint64_t signature)
99 off_t
100 find_pubname_offset(off_t cu_offset);
104 off_t
105 find_pubtype_offset(off_t cu_offset);
111 pubnames_read(const Relobj* object, off_t offset)
    [all...]
  /development/ndk/platforms/android-9/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r10/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r10/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r11/platforms/android-12/arch-arm/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fseek.c 67 off_t offset;
70 offset = (off_t)((UINT64)l_offset); // Coerce to unsigned to prevent sign extension
72 offset = (off_t)l_offset; // OK for this one to be negative
  /external/v4l2_codec2/vda/
h264_bit_reader.h 32 bool Initialize(const uint8_t* data, off_t size);
42 off_t NumBitsLeft();
59 off_t bytes_left_;

Completed in 781 milliseconds

1 2 3 4 5 6 7 8 91011>>