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

/external/xmlrpcpp/src/
H A DXmlRpcDispatch.cpp13 # define timeb _timeb macro
194 struct timeb tbuff;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc61 #include <sys/timeb.h>
1186 CHECK_TYPE_SIZE(timeb); variable
1187 CHECK_SIZE_AND_OFFSET(timeb, time);
1188 CHECK_SIZE_AND_OFFSET(timeb, millitm);
1189 CHECK_SIZE_AND_OFFSET(timeb, timezone);
1190 CHECK_SIZE_AND_OFFSET(timeb, dstflag);

Completed in 111 milliseconds