Searched defs:SSIZE_T (Results 1 – 4 of 4) sorted by relevance
| /external/compiler-rt/lib/tsan/dd/ |
| D | dd_interceptors.cc | 231 INTERCEPTOR(SSIZE_T, read, int fd, void *ptr, SIZE_T count) { in INTERCEPTOR() argument 236 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) { in INTERCEPTOR() argument
|
| /external/compiler-rt/lib/interception/ |
| D | interception.h | 28 typedef __sanitizer::sptr SSIZE_T; typedef
|
| /external/cronet/base/win/ |
| D | windows_types.h | 69 typedef LONG_PTR SSIZE_T, *PSSIZE_T; typedef
|
| /external/compiler-rt/lib/msan/ |
| D | msan_interceptors.cc | 129 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) { in INTERCEPTOR() argument
|