Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dthread_db.h123 (UINT32_C (1) << (((n) - 1) & BT_UIMASK))
125 ((UINT32_C ((n) - 1)) >> BT_UISHIFT)
138 (setp)->event_bits[__i - 1] = UINT32_C (0xffffffff); \
H A Dstdint.h302 # define UINT32_C(c) c ## U macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdint.h371 #define UINT32_C(x) x##UL macro
374 #define UINT32_C(x) x##U macro