Home
last modified time | relevance | path

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

/external/adhd/cras/src/common/
Dsfh.c32 #undef get16bits
35 #define get16bits(d) (*((const uint16_t *)(d))) macro
38 #if !defined(get16bits)
39 #define get16bits(d) \ macro
57 hash += get16bits(data); in SuperFastHash()
58 tmp = (get16bits(data + 2) << 11) ^ hash; in SuperFastHash()
67 hash += get16bits(data); in SuperFastHash()
73 hash += get16bits(data); in SuperFastHash()
/external/fastrpc/inc/
Duthash.h447 #undef get16bits
450 #define get16bits(d) (*((const uint16_t *) (d))) macro
453 #if !defined (get16bits)
454 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
468 hashv += get16bits (_sfh_key); \
469 _sfh_tmp = (get16bits (_sfh_key+2) << 11) ^ hashv; \
477 case 3: hashv += get16bits (_sfh_key); \
482 case 2: hashv += get16bits (_sfh_key); \
/external/libdrm/intel/
Duthash.h580 #undef get16bits
583 #define get16bits(d) (*((const uint16_t *) (d))) macro
586 #if !defined (get16bits)
587 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
601 hashv += get16bits (_sfh_key); \
602 _sfh_tmp = ((uint32_t)(get16bits (_sfh_key+2)) << 11) ^ hashv; \
610 case 3: hashv += get16bits (_sfh_key); \
615 case 2: hashv += get16bits (_sfh_key); \