Home
last modified time | relevance | path

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

/external/adhd/cras/src/common/
Dsfh.c35 #define get16bits(d) (*((const uint16_t *) (d))) macro
39 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
/external/libdrm/intel/
Duthash.h583 #define get16bits(d) (*((const uint16_t *) (d))) macro
587 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro