HomeSort by relevance Sort by last modified time
    Searched refs:timeb (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/compiler-rt/test/msan/
ftime.cc 7 #include <sys/timeb.h>
12 struct timeb tb;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
timeb.h 32 struct timeb struct
42 extern int ftime (struct timeb *__timebuf);
46 #endif /* sys/timeb.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
timeb.h 32 struct timeb struct
42 extern int ftime (struct timeb *__timebuf);
46 #endif /* sys/timeb.h */
  /external/linux-kselftest/android/include/sys/
timeb.h 6 struct timeb { struct
13 static inline int ftime(struct timeb *tp) {
  /external/ltp/android/include/sys/
timeb.h 6 struct timeb { struct
13 static inline int ftime(struct timeb *tp) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/sys/
timeb_s.h 10 #include <sys/timeb.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
time.h 51 #include <sys/timeb.h>
timeb.h 61 struct timeb { struct
102 void __cdecl ftime (struct timeb *);
107 __CRT_INLINE void __cdecl ftime(struct timeb *_Tmb) {
111 __CRT_INLINE void __cdecl ftime(struct timeb *_Tmb) {
  /external/linux-kselftest/tools/testing/selftests/intel_pstate/
msr.c 9 #include <sys/timeb.h>
aperf.c 9 #include <sys/timeb.h>
23 struct timeb before, after;
  /external/ltp/testcases/kernel/mem/hugetlb/lib/
hugetlb.c 38 #include <sys/timeb.h>
70 struct timeb time_info;
85 * number is the millisecond value that is set in the timeb
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_time.h 23 #include <sys/timeb.h>
sched.h 31 #include <sys/timeb.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos.h 110 # include <sys/timeb.h>
  /external/libpcap/lbl/
os-sunos4.h 83 struct timeb;
85 int ftime(struct timeb *);
  /external/tcpdump/lbl/
os-sunos4.h 84 struct timeb;
86 int ftime(struct timeb *);
  /external/xmlrpcpp/src/
XmlRpcDispatch.cpp 13 # define timeb _timeb macro
194 struct timeb tbuff;
  /external/webrtc/webrtc/base/
timing.cc 23 #include <sys/timeb.h>
  /bionic/libc/bionic/
ndk_cruft.cpp 296 struct timeb { struct
304 int ftime(struct timeb* tb) {
  /external/ltp/testcases/kernel/sched/tool/
trace_sched.c 55 #include <sys/timeb.h>
202 struct timeb tptr; /* tptr.millitm will be used to seed srand. */
  /toolchain/binutils/binutils-2.27/bfd/
vms-misc.c 455 time_t timeb;
457 time (& timeb);
458 pnt = ctime (&timeb);
453 time_t timeb; local
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 31 #include <sys/timeb.h>
33 extern int ftime(struct timeb *);
920 struct timeb t;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 31 #include <sys/timeb.h>
33 extern int ftime(struct timeb *);
915 struct timeb t;
    [all...]
  /external/python/cpython2/Modules/
timemodule.c 31 #include <sys/timeb.h>
33 extern int ftime(struct timeb *);
920 struct timeb t;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 61 #include <sys/timeb.h>
1195 CHECK_TYPE_SIZE(timeb); variable
    [all...]

Completed in 757 milliseconds

1 2 3