Searched refs:__IOR_lshiftchr (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOReportTypes.h166 #define __IOR_lshiftchr(c, chshift) ((uint64_t)(c) << (8*(chshift))) macro
168 (__IOR_lshiftchr(A, 7) | __IOR_lshiftchr(B, 6) | __IOR_lshiftchr(C, 5) \
169 | __IOR_lshiftchr(D, 4) | __IOR_lshiftchr(E, 3) | __IOR_lshiftchr(F, 2) \
170 | __IOR_lshiftchr(G, 1) | __IOR_lshiftchr(H, 0))

Completed in 11 milliseconds