Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A D_inttypes.h201 #define SCNx64 "lx" /* uint64_t */ macro
/f-stack/freebsd/arm/include/
H A D_inttypes.h203 #define SCNx64 "llx" /* uint64_t */ macro
/f-stack/freebsd/x86/include/
H A D_inttypes.h211 #define SCNx64 __PRI64"x" /* uint64_t */ macro
/f-stack/freebsd/mips/include/
H A D_inttypes.h212 #define SCNx64 __PRI64"x" /* uint64_t */ macro
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_ethdev_os.c1085 fscanf(file, "%" SCNx64 "%c", &data.switch_id, &c) == 2 && in mlx5_sysfs_switch_info()