OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:useconds_t
(Results
1 - 25
of
60
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
types.h
84
typedef unsigned int
useconds_t
;
typedef
/bionic/libc/include/sys/
types.h
78
/*
useconds_t
is 32-bit on both LP32 and LP64. */
80
typedef __useconds_t
useconds_t
;
typedef
/development/ndk/platforms/android-21/include/sys/
types.h
78
/*
useconds_t
is 32-bit on both LP32 and LP64. */
80
typedef __useconds_t
useconds_t
;
typedef
/development/ndk/platforms/android-3/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/sys/
types.h
96
typedef signed long
useconds_t
;
typedef
Completed in 3635 milliseconds
1
2
3