HomeSort by relevance Sort by last modified time
    Searched refs:OFF_T (Results 1 - 16 of 16) sorted by null

  /external/compiler-rt/lib/interception/
interception_type_test.cc 32 // 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));
interception.h 31 typedef __sanitizer::OFF_T OFF_T;
  /external/compiler-rt/lib/dfsan/
dfsan_interceptors.cc 20 int fd, OFF_T offset) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.h 38 int fd, OFF_T offset);
51 uptr internal_lseek(fd_t fd, OFF_T offset, int whence);
sanitizer_internal_defs.h 93 // WARNING: OFF_T may be different from OS type off_t, depending on the value of
94 // _FILE_OFFSET_BITS. This definition of OFF_T matches the ABI of system calls
99 typedef u64 OFF_T;
101 typedef uptr OFF_T;
sanitizer_posix.cc 227 void *MapWritableFileToMemory(void *addr, uptr size, fd_t fd, OFF_T offset) {
sanitizer_linux.cc 111 OFF_T offset) {
169 (OFF_T)size));
542 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) {
    [all...]
sanitizer_common.h 256 void *MapWritableFileToMemory(void *addr, uptr size, fd_t fd, OFF_T offset);
sanitizer_win.cc 170 void *MapWritableFileToMemory(void *addr, uptr size, fd_t fd, OFF_T offset) {
  /external/curl/include/curl/
multi.h 329 #define OFF_T CURLOPTTYPE_OFF_T
360 CINIT(CONTENT_LENGTH_PENALTY_SIZE, OFF_T, 9),
364 CINIT(CHUNK_LENGTH_PENALTY_SIZE, OFF_T, 10),
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
multi.h 292 #define OFF_T CURLOPTTYPE_OFF_T
curl.h 647 #define OFF_T CURLOPTTYPE_OFF_T
705 * which takes an off_t type, allowing platforms with larger off_t
738 * off_t types, allowing for large file offsets on platforms which
739 * use larger-than-32-bit off_t's. Look below for RESUME_FROM_LARGE.
    [all...]
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 239 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) {
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 758 int fd, OFF_T off) {
    [all...]

Completed in 756 milliseconds