OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BYTE_MASK
(Results
1 - 3
of
3
) sorted by null
/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
...]
/external/libnfc-nxp/inc/
phNfcInterface.h
119
#define
BYTE_MASK
0xFFU
/prebuilt/common/commons-compress/
commons-compress-1.0.jar
Completed in 179 milliseconds