OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STREAM_TO_ARRAY16
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/hal/include/
nfc_types.h
74
#define
STREAM_TO_ARRAY16
(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk = 0; ijk < 16; ijk++) *_pa-- = *p++;}
/external/bluetooth/bluedroid/stack/include/
bt_types.h
265
#define
STREAM_TO_ARRAY16
(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk = 0; ijk < 16; ijk++) *_pa-- = *p++;}
/external/libnfc-nci/src/include/
bt_types.h
242
#define
STREAM_TO_ARRAY16
(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk = 0; ijk < 16; ijk++) *_pa-- = *p++;}
Completed in 191 milliseconds