HomeSort by relevance Sort by last modified time
    Searched full:byte_mask (Results 1 - 16 of 16) 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/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.cpp 937 uint32_t byte_mask = ((1u << size) - 1u) << addr_word_offset; local
1092 uint32_t byte_mask = bits(debug_state.__wcr[i], 8, 5); local
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_arm.cpp 1153 uint32_t byte_mask = ((1u << size) - 1u) << addr_word_offset; local
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 90 const unsigned long BYTE_MASK = 0xBF;
112 *output = (char)((input | BYTE_MARK) & BYTE_MASK);
116 *output = (char)((input | BYTE_MARK) & BYTE_MASK);
120 *output = (char)((input | BYTE_MARK) & BYTE_MASK);
    [all...]
  /external/libnfc-nxp/inc/
phNfcInterface.h 119 #define BYTE_MASK 0xFFU
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 90 const unsigned long BYTE_MASK = 0xBF;
112 *output = (char)((input | BYTE_MARK) & BYTE_MASK);
116 *output = (char)((input | BYTE_MARK) & BYTE_MASK);
120 *output = (char)((input | BYTE_MARK) & BYTE_MASK);
    [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...]
  /external/tinyxml2/
tinyxml2.cpp 263 const unsigned long BYTE_MASK = 0xBF;
285 *output = (char)((input | BYTE_MARK) & BYTE_MASK);
289 *output = (char)((input | BYTE_MARK) & BYTE_MASK);
293 *output = (char)((input | BYTE_MARK) & BYTE_MASK);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/
test_packet_masks_metrics.cc 722 const uint8_t byte_mask =
726 (byte_mask & (1 << bit_position)) >> bit_position;
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 

Completed in 2302 milliseconds