Searched defs:VECTORTABLE_ALIGN (Results 1 – 2 of 2) sorted by relevance
6 #define VECTORTABLE_ALIGN (128) /* alignment for 85 entries (32x4=128) is 2^7=128 bytes */ macro
37 #define VECTORTABLE_ALIGN (VECTORTABLE_SIZE <= 512u ? 512u :1024u) /* alignment for 'n' entri… macro