OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timebuf
(Results
1 - 25
of
63
) sorted by null
1
2
3
/ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c
128
struct _timeb
timebuf
;
129
_ftime (&
timebuf
);
130
tv->tv_sec =
timebuf
.time;
131
tv->tv_usec =
timebuf
.millitm * 1000;
/bionic/libc/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/development/ndk/platforms/android-3/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
timeb.h
40
/* Fill in
TIMEBUF
with information about the current time. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
timeb.h
40
/* Fill in
TIMEBUF
with information about the current time. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
timeb.h
40
/* Fill in
TIMEBUF
with information about the current time. */
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
timeb.h
42
extern int ftime(struct timeb*
timebuf
);
Completed in 608 milliseconds
1
2
3