Searched defs:GB (Results 1 – 2 of 2) sorted by relevance
43 #define GB(a,i,j) ((a[(i) & 7] >> (8 * (j))) & 255) macro
394 #define GB(x, i) ((unsigned char)((x[(15-i)>>2])>>(unsigned)(8*((15-i)&3)))) macro396 #define GB(x, i) (((x[(15-i)>>2])>>(unsigned)(8*((15-i)&3)))&255) macro
Completed in 5 milliseconds