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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc241 if (txc_p) POST_WRITE(txc_p, struct_timex_sz);
502 if (tx) POST_WRITE(tx, struct_timex_sz);
H A Dsanitizer_platform_limits_openbsd.h117 extern unsigned struct_timex_sz;
H A Dsanitizer_platform_limits_posix.h298 extern unsigned struct_timex_sz;
H A Dsanitizer_platform_limits_netbsd.h153 extern unsigned struct_timex_sz;
H A Dsanitizer_platform_limits_posix.cpp248 unsigned struct_timex_sz = sizeof(struct timex); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_netbsd.cpp285 unsigned struct_timex_sz = sizeof(struct timex); member in namespace:__sanitizer

Completed in 191 milliseconds