Home
last modified time | relevance | path

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

/external/adhd/cras/src/common/
Dsfh.c35 #define get16bits(d) (*((const uint16_t *)(d))) macro
39 #define get16bits(d) \ macro
/external/fastrpc/inc/
Duthash.h450 #define get16bits(d) (*((const uint16_t *) (d))) macro
454 #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