Home
last modified time | relevance | path

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

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