OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ftime
(Results
1 - 25
of
67
) sorted by null
1
2
3
/development/ndk/platforms/android-3/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/external/compiler-rt/test/msan/
ftime.cc
3
//
ftime
() is deprecated on FreeBSD.
13
int res =
ftime
(&tb);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
timeb.h
30
/* Structure returned by the `
ftime
' function. */
42
extern int
ftime
(struct timeb *__timebuf);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
timeb.h
30
/* Structure returned by the `
ftime
' function. */
42
extern int
ftime
(struct timeb *__timebuf);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
timeb.h
30
/* Structure returned by the `
ftime
' function. */
42
extern int
ftime
(struct timeb *__timebuf);
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
timeb.h
42
extern int
ftime
(struct timeb* timebuf);
Completed in 1440 milliseconds
1
2
3