OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINT24_TO_STREAM
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/hal/include/
nfc_types.h
55
#define
UINT24_TO_STREAM
(p, u24) {*(p)++ = (UINT8)(u24); *(p)++ = (UINT8)((u24) >> 8); *(p)++ = (UINT8)((u24) >> 16);}
/external/libnfc-nci/src/include/
bt_types.h
223
#define
UINT24_TO_STREAM
(p, u24) {*(p)++ = (UINT8)(u24); *(p)++ = (UINT8)((u24) >> 8); *(p)++ = (UINT8)((u24) >> 16);}
/system/bt/stack/include/
bt_types.h
238
#define
UINT24_TO_STREAM
(p, u24) {*(p)++ = (UINT8)(u24); *(p)++ = (UINT8)((u24) >> 8); *(p)++ = (UINT8)((u24) >> 16);}
[
all
...]
Completed in 53 milliseconds