Searched defs:get16bits (Results 1 – 2 of 2) sorted by relevance
432 #define get16bits(d) (*((const uint16_t *) (d))) macro436 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
475 #define get16bits(d) (*((const uint16_t *) (d))) macro479 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro