Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/third_party/superfasthash/
H A Dsuperfasthash.c33 #define get16bits(d) (*((const uint16_t *) (d))) macro
37 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
/aosp_15_r20/external/fastrpc/inc/
H A Duthash.h450 #define get16bits(d) (*((const uint16_t *) (d))) macro
454 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
/aosp_15_r20/external/libdrm/intel/
H A Duthash.h583 #define get16bits(d) (*((const uint16_t *) (d))) macro
587 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro