Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dnames-hash.c22 #define BUCKET_ALIGNMENT __alignof__(struct id_bucket) macro
28 #define BUCKET_ALIGNMENT sizeof(union id_align) macro
30 #define BUCKET_ALIGN(n) ((n)+BUCKET_ALIGNMENT-(n)%BUCKET_ALIGNMENT)