Searched refs:struct_timex_sz (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc242 if (txc_p) POST_WRITE(txc_p, struct_timex_sz);
503 if (tx) POST_WRITE(tx, struct_timex_sz);
H A Dsanitizer_platform_limits_posix.h268 extern unsigned struct_timex_sz;
H A Dsanitizer_platform_limits_posix.cc252 unsigned struct_timex_sz = sizeof(struct timex); member in namespace:__sanitizer

Completed in 92 milliseconds