Searched refs:assoc (Results 1 – 2 of 2) sorted by relevance
26 #define CSHAPE(totalsize, linesize, assoc) \ argument27 ((totalsize & ~0xff) | (linesize << 4) | assoc)
22 unsigned char assoc; member229 return found->assoc; in intel_check_word()
Completed in 4 milliseconds