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

  /external/bluetooth/glib/tests/
type-test.c 52 guint16 gu16t1 = 0x44afU, gu16t2 = 0xaf44U; local
69 g_assert (GUINT16_SWAP_LE_BE (gu16t1) == gu16t2);
114 sscanf (string, FORMAT, &gi16t2, &gi32t2, &gu16t2, &gu32t2);
118 g_assert (gu16t1 == gu16t2);
testglib.c 652 guint16 gu16t1 = 0x44afU, gu16t2 = 0xaf44U; local
665 g_assert (GUINT16_SWAP_LE_BE (gu16t1) == gu16t2);
    [all...]

Completed in 143 milliseconds