HomeSort by relevance Sort by last modified time
    Searched refs:BYTE_MASK (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nxp/inc/
phNfcInterface.h 119 #define BYTE_MASK 0xFFU
  /external/libnfc-nxp/src/
phHciNfc_DevMgmt.c 601 ( NXP_NFC_IFC_CONFIG_DEFAULT & BYTE_MASK ) /* 0xE8 */;
    [all...]
  /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 1320 milliseconds