Home
last modified time | relevance | path

Searched refs:u32 (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/string/
Dtest-endian-sign-conversion.c23 uint32_t u32; variable
34 u32 = (htobe32 (u32)); in do_test()
35 u32 = (htole32 (u32)); in do_test()
36 u32 = (be32toh (u32)); in do_test()
37 u32 = (le32toh (u32)); in do_test()
43 (void) u32; in do_test()
Dtest-endian-types.c24 uint32_t u32; variable
35 extern __typeof (htobe32 (i)) u32; in do_test()
36 extern __typeof (htole32 (i)) u32; in do_test()
37 extern __typeof (be32toh (i)) u32; in do_test()
38 extern __typeof (le32toh (i)) u32; in do_test()
44 (void) u32; in do_test()
/glibc-2.36/inet/
Dtest-hnto-types.c24 uint32_t u32; variable
32 extern __typeof (htonl (i)) u32; in do_test()
33 extern __typeof (ntohl (i)) u32; in do_test()
35 (void) u32; in do_test()
/glibc-2.36/sysdeps/ieee754/dbl-64/
Datnat.h68 /**/ u32 = {{0x3c33f0e1, 0x00000000} }, /* 1.081e-18 */ variable
118 /**/ u32 = {{0x00000000, 0x3c33f0e1} }, /* 1.081e-18 */ variable
146 #define U32 u32.d
/glibc-2.36/sysdeps/unix/sysv/linux/sys/
Depoll.h80 uint32_t u32; member