Home
last modified time | relevance | path

Searched defs:UINT16_C (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm/include/
H A D_stdint.h46 #define UINT16_C(c) (c) macro
/f-stack/freebsd/arm64/include/
H A D_stdint.h44 #define UINT16_C(c) (c) macro
/f-stack/freebsd/x86/include/
H A D_stdint.h54 #define UINT16_C(c) (c) macro
/f-stack/freebsd/mips/include/
H A D_stdint.h53 #define UINT16_C(c) (c) macro
/f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/C99/
H A Dstdint.h236 #define UINT16_C(val) val##ui16 macro