OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get16bits
(Results
1 - 2
of
2
) sorted by null
/external/adhd/cras/src/common/
sfh.c
32
#undef
get16bits
macro
35
#define
get16bits
(d) (*((const uint16_t *) (d)))
macro
38
#if !defined (
get16bits
)
39
#define
get16bits
(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\
macro
54
hash +=
get16bits
(data);
55
tmp = (
get16bits
(data+2) << 11) ^ hash;
63
case 3: hash +=
get16bits
(data);
68
case 2: hash +=
get16bits
(data);
/external/libdrm/intel/
uthash.h
580
#undef
get16bits
macro
583
#define
get16bits
macro
587
#define
get16bits
macro
[
all
...]
Completed in 184 milliseconds