Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_byteorder.h54 ((((uint16_t)(v) & UINT16_C(0x00ff)) << 8) | \
55 (((uint16_t)(v) & UINT16_C(0xff00)) >> 8))
/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
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c423 ((uint16_t)(mask->hdr.src_port + 1) > UINT16_C(1) || in mlx4_flow_merge_udp()
424 (uint16_t)(mask->hdr.dst_port + 1) > UINT16_C(1))) { in mlx4_flow_merge_udp()
488 ((uint16_t)(mask->hdr.src_port + 1) > UINT16_C(1) || in mlx4_flow_merge_tcp()
489 (uint16_t)(mask->hdr.dst_port + 1) > UINT16_C(1))) { in mlx4_flow_merge_tcp()