Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_atomic.c102 #define N 1000000 macro
H A Dtest_mempool_perf.c68 #define N 65536 macro
H A Dtest_table.h26 #define N 65536 macro
H A Dtest_malloc.c30 #define N 10000 macro
/dpdk/drivers/net/ice/base/
H A Dice_type.h97 static inline u32 ice_round_to_num(u32 N, u32 R) in ice_round_to_num()