Searched defs:get16bits (Results 1 – 3 of 3) sorted by relevance
33 #define get16bits(d) (*((const uint16_t *) (d))) macro37 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
450 #define get16bits(d) (*((const uint16_t *) (d))) macro454 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
583 #define get16bits(d) (*((const uint16_t *) (d))) macro587 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro