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

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 55 #define GET_UINT16(ptr) ((((NJ_UINT16)(*(ptr))) << 8) | (*((ptr) + 1) & 0x00ff))
968 que_id = GET_UINT16(p);
1099 current = GET_UINT16(ptr + (loctset->loct.current * NJ_INDEX_SIZE));
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 86 #define GET_UINT16(cache,offset) (ntohs(*(xdg_uint16_t*)((cache) + (offset))))
135 if (GET_UINT16 (buffer, 0) != MAJOR_VERSION ||
136 GET_UINT16 (buffer, 2) != MINOR_VERSION)

Completed in 27 milliseconds