Searched defs:POWEROF2 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/ring/ | ||
| H A D | rte_ring.c | 42 #define POWEROF2(x) ((((x)-1) & (x)) == 0) in EAL_REGISTER_TAILQ() macro |
| /dpdk/app/pdump/ | ||
| H A D | main.c | 73 #define POWEROF2(x) ((((x)-1) & (x)) == 0) macro |