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

  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorAttributeTest.java 82 MockAttributedCharacterIteratorAttribute mac2 = new MockAttributedCharacterIteratorAttribute( local
85 assertFalse("Attributes are equal", mac2.equals(mac1));
121 TestAttributedCharacterIteratorAttribute mac2 = new TestAttributedCharacterIteratorAttribute( local
125 .hashCode() != mac2.hashCode());
204 TestAttributedCharacterIteratorAttribute mac2 = new TestAttributedCharacterIteratorAttribute( local
206 assertEquals("Unexpected class representation string", mac2.toString(),
  /hardware/ti/wlan/wl1271/utils/
tidef.h 203 * \brief Macro which compares 6 bytes ofmac1 to 6 bytes of mac2 and returns True if all are equall \n
207 #define MAC_EQUAL(mac1,mac2) (((TI_UINT8*)(mac1))[0] == ((TI_UINT8*)(mac2))[0] && \
208 ((TI_UINT8*)(mac1))[1] == ((TI_UINT8*)(mac2))[1] && \
209 ((TI_UINT8*)(mac1))[2] == ((TI_UINT8*)(mac2))[2] && \
210 ((TI_UINT8*)(mac1))[3] == ((TI_UINT8*)(mac2))[3] && \
211 ((TI_UINT8*)(mac1))[4] == ((TI_UINT8*)(mac2))[4] && \
212 ((TI_UINT8*)(mac1))[5] == ((TI_UINT8*)(mac2))[5])
  /system/wlan/ti/wilink_6_1/utils/
tidef.h 208 * \brief Macro which compares 6 bytes ofmac1 to 6 bytes of mac2 and returns True if all are equall \n
212 #define MAC_EQUAL(mac1,mac2) (*((TI_UINT8*)&((mac1)[0])) == *((TI_UINT8*)&((mac2)[0])) && \
213 *((TI_UINT8*)&((mac1)[1])) == *((TI_UINT8*)&((mac2)[1])) && \
214 *((TI_UINT8*)&((mac1)[2])) == *((TI_UINT8*)&((mac2)[2])) && \
215 *((TI_UINT8*)&((mac1)[3])) == *((TI_UINT8*)&((mac2)[3])) && \
216 *((TI_UINT8*)&((mac1)[4])) == *((TI_UINT8*)&((mac2)[4])) && \
217 *((TI_UINT8*)&((mac1)[5])) == *((TI_UINT8*)&((mac2)[5])))
  /external/chromium/third_party/icu/source/
configure     [all...]
  /external/libpng/
configure     [all...]
  /external/icu4c/
configure     [all...]
  /external/chromium/third_party/libevent/
configure     [all...]

Completed in 71 milliseconds