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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_dic.h66 #define NJ_INT16_WRITE(to, from)\ macro
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndldic.c65 NJ_INT16_WRITE((x), ((NJ_UINT16)((bpos) << 7) | ((ysize) & 0x7F)))
67 NJ_INT16_WRITE(((x)+1), ((NJ_UINT16)((fpos) << 7) | ((ysize) & 0x7F)))
69 NJ_INT16_WRITE(((x)+3), ((NJ_UINT16)((bpos) << 7) | ((ksize) & 0x7F)))

Completed in 39 milliseconds