Searched defs:get16bits (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libdrm/dist/intel/
H A Duthash.h583 #define get16bits(d) (*((const uint16_t *) (d))) macro
587 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro

Completed in 7 milliseconds