OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BYTE_MASK
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nxp/src/
phDnldNfc.c
893
/* *pCrc1 = (uint8_t) (crc &
BYTE_MASK
);
894
*pCrc2 = (uint8_t) ((crc >> 8) &
BYTE_MASK
); */
[
all
...]
phHciNfc_DevMgmt.c
616
( NXP_NFC_IFC_CONFIG_DEFAULT &
BYTE_MASK
) /* 0xE8 */;
[
all
...]
/external/libnfc-nxp/inc/
phNfcInterface.h
119
#define
BYTE_MASK
0xFFU
/external/tinyxml/
tinyxmlparser.cpp
81
const unsigned long
BYTE_MASK
= 0xBF;
103
*output = (char)((input | BYTE_MARK) &
BYTE_MASK
);
107
*output = (char)((input | BYTE_MARK) &
BYTE_MASK
);
111
*output = (char)((input | BYTE_MARK) &
BYTE_MASK
);
[
all
...]
/prebuilt/common/commons-compress/
commons-compress-1.0.jar
Completed in 1986 milliseconds