Searched refs:GET_UINT16 (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndldic.c55 #define GET_UINT16(ptr) ((((NJ_UINT16)(*(ptr))) << 8) | (*((ptr) + 1) & 0x00ff)) macro
968 que_id = GET_UINT16(p);
1099 current = GET_UINT16(ptr + (loctset->loct.current * NJ_INDEX_SIZE));
1115 que_id = GET_UINT16(p);
1239 que_id = GET_UINT16(p);
1297 que_id = GET_UINT16(p);
1353 que_id = GET_UINT16(p);
1438 que_id = GET_UINT16(p);
1483 que_id = GET_UINT16(p);
1512 que_id = GET_UINT16(
[all...]

Completed in 119 milliseconds