Home
last modified time | relevance | path

Searched refs:UINT32_C (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/headers/posix/
Dstdint_h.c148 #if !defined(UINT32_C) in stdint_h()
149 #error UINT32_C in stdint_h()
151 #if !defined(UINT32_C) in stdint_h()
152 #error UINT32_C in stdint_h()
/bionic/libc/include/
Dstdint.h123 #define UINT_FAST16_C(c) UINT32_C(c)
128 #define UINT32_C(c) c ## U macro
129 #define UINT_LEAST32_C(c) UINT32_C(c)
130 #define UINT_FAST32_C(c) UINT32_C(c)
150 # define UINTPTR_C(c) UINT32_C(c)
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dhsearch_r.c68 hash *= UINT32_C(16777619); in hsearch_hash()