Searched defs:get16bits (Results 1 – 2 of 2) sorted by relevance
35 #define get16bits(d) (*((const uint16_t *) (d))) macro39 #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