Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dflowhash.c61 #define ALIGNED64(v) ((((uintptr_t)(v)) & 7) == 0) macro
123 if (ALIGNED64(p)) { in getblock64()