Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h114 # define UINT_FAST16_C(c) UINT32_C(c)
145 # define UINT32_C(c) c ## U macro
146 # define UINT_LEAST32_C(c) UINT32_C(c)
147 # define UINT_FAST32_C(c) UINT32_C(c)
207 # define UINTPTR_C(c) UINT32_C(c)