Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A D_stdint.h58 #define INT64_C(c) (c ## L) macro
61 #define INT64_C(c) (c ## LL) macro
65 #define INTMAX_C(c) INT64_C(c)
/f-stack/freebsd/mips/include/
H A D_stdint.h57 #define INT64_C(c) (c ## L) macro
60 #define INT64_C(c) (c ## LL) macro
64 #define INTMAX_C(c) INT64_C(c)
/f-stack/freebsd/arm/include/
H A D_stdint.h43 #define INT64_C(c) (c ## LL) macro
50 #define INTMAX_C(c) INT64_C(c)
/f-stack/freebsd/arm64/include/
H A D_stdint.h41 #define INT64_C(c) (c ## L) macro
48 #define INTMAX_C(c) INT64_C(c)
/f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/C99/
H A Dstdint.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_tx_adapter.c19 #define TXA_INVALID_SERVICE_ID INT64_C(-1)