/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/ |
types.h | 93 /* This historical accident means that we had a 32-bit off_t on 32-bit architectures. */ 95 typedef __kernel_off_t off_t; typedef 99 /* We could re-use the LP32 definitions, but that would mean that although off_t and loff_t/off64_t 101 typedef __kernel_off_t off_t; typedef 102 typedef off_t loff_t;
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/ |
types.h | 93 /* This historical accident means that we had a 32-bit off_t on 32-bit architectures. */ 95 typedef __kernel_off_t off_t; typedef 99 /* We could re-use the LP32 definitions, but that would mean that although off_t and loff_t/off64_t 101 typedef __kernel_off_t off_t; typedef 102 typedef off_t loff_t;
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/ |
types.h | 93 /* This historical accident means that we had a 32-bit off_t on 32-bit architectures. */ 95 typedef __kernel_off_t off_t; typedef 99 /* We could re-use the LP32 definitions, but that would mean that although off_t and loff_t/off64_t 101 typedef __kernel_off_t off_t; typedef 102 typedef off_t loff_t;
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/ |
types.h | 93 /* This historical accident means that we had a 32-bit off_t on 32-bit architectures. */ 95 typedef __kernel_off_t off_t; typedef 99 /* We could re-use the LP32 definitions, but that would mean that although off_t and loff_t/off64_t 101 typedef __kernel_off_t off_t; typedef 102 typedef off_t loff_t;
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/ |
types.h | 93 /* This historical accident means that we had a 32-bit off_t on 32-bit architectures. */ 95 typedef __kernel_off_t off_t; typedef 99 /* We could re-use the LP32 definitions, but that would mean that although off_t and loff_t/off64_t 101 typedef __kernel_off_t off_t; typedef 102 typedef off_t loff_t;
|
/bionic/libc/include/sys/ |
mman.h | 46 extern void* mmap(void*, size_t, int, int, int, off_t);
|
/development/ndk/platforms/android-3/include/sys/ |
mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
/development/ndk/platforms/android-L/include/sys/ |
mman.h | 46 extern void* mmap(void*, size_t, int, int, int, off_t);
|
/external/chromium_org/components/crash/app/ |
breakpad_linux_impl.h | 28 static const off_t kMaxMinidumpFileSize = 1258291;
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
mock_kernel_proxy.h | 33 MOCK_METHOD2(ftruncate, int(int, off_t)); 45 MOCK_METHOD3(lseek, off_t(int, off_t, int)); 66 MOCK_METHOD2(truncate, int(const char*, off_t));
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/ |
browser.h | 26 void (*seek)(struct ui_browser *self, off_t offset, int whence); 63 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence); 66 void ui_browser__rb_tree_seek(struct ui_browser *self, off_t offset, int whence); 69 void ui_browser__list_head_seek(struct ui_browser *self, off_t offset, int whence);
|
/external/strace/tests/ |
uio.c | 9 const off_t offset = 0xdefaceddeadbeefLL;
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
in_memory_wrapper_input.cpp | 49 off_t InMemoryWrapperInput::Size() {
|
/frameworks/compile/mclinker/include/mcld/MC/ |
InputFactory.h | 43 off_t pFileOffset = 0);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
sendfile.h | 34 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
sendfile.h | 34 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/ |
mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/ |
mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/ |
mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/ |
mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|