Searched defs:__off64_t (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook_mmap_linux.h53 // SYS_mmap2, SYS_munmap, SYS_mremap and __off64_t are not defined in Android.
67 typedef off64_t __off64_t; typedef
80 int fd, __off64_t offset) __THROW {
93 int fd, __off64_t offset) __THROW {
164 int fd, __off64_t offset ) __THROW
181 int fd, __off64_t offset) __THROW {
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c183 __extension__ typedef __quad_t __off64_t; typedef
225 typedef __off64_t __loff_t;
4902 __off64_t __pos;
5132 __off64_t _offset;
5174 typedef int __io_seek_fn (void *__cookie, __off64_t *__pos, int __w);
5204 extern __off64_t _IO_seekoff (_IO_FILE *, __off64_t, int, int) __attribute__ ((__nothrow__));
5205 extern __off64_t _IO_seekpos (_IO_FILE *, __off64_t, int) __attribute__ ((__nothrow__));

Completed in 295 milliseconds