Home
last modified time | relevance | path

Searched refs:__uint32_t (Results 1 – 18 of 18) sorted by relevance

/development/ndk/platforms/android-3/arch-arm/include/sys/
D_types.h44 typedef __uint32_t __fixpt_t; /* fixed point number */
45 typedef __uint32_t __gid_t; /* group id */
46 typedef __uint32_t __id_t; /* may contain pid, uid or gid */
47 typedef __uint32_t __in_addr_t; /* base type for internet address */
49 typedef __uint32_t __ino_t; /* inode number */
51 typedef __uint32_t __mode_t; /* permissions */
52 typedef __uint32_t __nlink_t; /* link count */
57 typedef __uint32_t __socklen_t; /* length type for network syscalls */
59 typedef __uint32_t __uid_t; /* user id */
60 typedef __uint32_t __useconds_t; /* microseconds */
/development/ndk/platforms/android-9/arch-x86/include/sys/
D_types.h44 typedef __uint32_t __fixpt_t; /* fixed point number */
45 typedef __uint32_t __gid_t; /* group id */
46 typedef __uint32_t __id_t; /* may contain pid, uid or gid */
47 typedef __uint32_t __in_addr_t; /* base type for internet address */
49 typedef __uint32_t __ino_t; /* inode number */
51 typedef __uint32_t __mode_t; /* permissions */
52 typedef __uint32_t __nlink_t; /* link count */
57 typedef __uint32_t __socklen_t; /* length type for network syscalls */
59 typedef __uint32_t __uid_t; /* user id */
60 typedef __uint32_t __useconds_t; /* microseconds */
/development/ndk/platforms/android-9/arch-mips/include/sys/
D_types.h44 typedef __uint32_t __fixpt_t; /* fixed point number */
45 typedef __uint32_t __gid_t; /* group id */
46 typedef __uint32_t __id_t; /* may contain pid, uid or gid */
47 typedef __uint32_t __in_addr_t; /* base type for internet address */
49 typedef __uint32_t __ino_t; /* inode number */
51 typedef __uint32_t __mode_t; /* permissions */
52 typedef __uint32_t __nlink_t; /* link count */
57 typedef __uint32_t __socklen_t; /* length type for network syscalls */
59 typedef __uint32_t __uid_t; /* user id */
60 typedef __uint32_t __useconds_t; /* microseconds */
/development/ndk/platforms/android-21/arch-x86_64/include/machine/
Dfenv.h71 __uint32_t __control; /* Control word register */
72 __uint32_t __status; /* Status word register */
73 __uint32_t __tag; /* Tag word register */
74 __uint32_t __others[4]; /* EIP, Pointer Selector, etc */
76 __uint32_t __mxcsr; /* Control, status register */
91 typedef __uint32_t fexcept_t;
/development/ndk/platforms/android-3/arch-arm/include/machine/
D_types.h44 typedef unsigned int __uint32_t; typedef
56 typedef __uint32_t __uint_least32_t;
62 typedef __uint32_t __uint_fast8_t;
64 typedef __uint32_t __uint_fast16_t;
66 typedef __uint32_t __uint_fast32_t;
/development/ndk/platforms/android-9/arch-x86/include/machine/
D_types.h44 typedef unsigned int __uint32_t; typedef
56 typedef __uint32_t __uint_least32_t;
62 typedef __uint32_t __uint_fast8_t;
64 typedef __uint32_t __uint_fast16_t;
66 typedef __uint32_t __uint_fast32_t;
/development/ndk/platforms/android-9/arch-mips/include/machine/
D_types.h52 typedef unsigned int __uint32_t; typedef
64 typedef __uint32_t __uint_least32_t;
70 typedef __uint32_t __uint_fast8_t;
72 typedef __uint32_t __uint_fast16_t;
74 typedef __uint32_t __uint_fast32_t;
/development/ndk/platforms/android-21/arch-arm64/include/machine/
Dfenv.h78 __uint32_t __control; /* FPCR, Floating-point Control Register */
79 __uint32_t __status; /* FPSR, Floating-point Status Register */
82 typedef __uint32_t fexcept_t;
/development/ndk/platforms/android-21/arch-mips64/include/machine/
Dfenv.h78 typedef __uint32_t fenv_t;
79 typedef __uint32_t fexcept_t;
/development/ndk/platforms/android-21/arch-arm/include/machine/
Dfenv.h43 typedef __uint32_t fenv_t;
44 typedef __uint32_t fexcept_t;
/development/ndk/platforms/android-21/arch-mips/include/machine/
Dfenv.h78 typedef __uint32_t fenv_t;
79 typedef __uint32_t fexcept_t;
/development/ndk/platforms/android-3/include/sys/
Dexec_elf.h41 typedef __uint32_t Elf32_Addr; /* Unsigned program address */
42 typedef __uint32_t Elf32_Off; /* Unsigned file offset */
44 typedef __uint32_t Elf32_Word; /* Unsigned large integer */
56 typedef __uint32_t Elf64_Word;
62 typedef __uint32_t Elf64_Half;
370 #define ELF64_R_INFO(s,t) (((s) << 32) + (__uint32_t)(t))
/development/ndk/platforms/android-21/arch-x86/include/machine/
Dfenv.h45 __uint32_t __tag;
/development/ndk/platforms/android-3/arch-arm/include/
Dfenv.h43 typedef __uint32_t fenv_t;
44 typedef __uint32_t fexcept_t;
/development/ndk/platforms/android-9/arch-mips/include/
Dfenv.h78 typedef __uint32_t fenv_t;
79 typedef __uint32_t fexcept_t;
/development/ndk/platforms/android-9/arch-x86/include/
Dfenv.h45 __uint32_t __tag;
/development/ndk/platforms/android-21/include/
Dstdint.h40 typedef unsigned int __uint32_t; typedef
64 typedef __uint32_t uint32_t;
/development/ndk/platforms/android-3/include/
Dstdint.h47 typedef __uint32_t uint32_t;