Searched defs:bottom_addr (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndldic.c686 NJ_UINT8 *bottom_addr; local
733 bottom_addr = top_addr;
734 bottom_addr += que_size * GET_LEARN_MAX_WORD_COUNT(handle) - 1;
738 if (src >= bottom_addr) {
773 NJ_UINT8 *bottom_addr; local
832 bottom_addr = top_addr;
833 bottom_addr += que_size * GET_LEARN_MAX_WORD_COUNT(handle) - 1;
839 if (src >= bottom_addr) {
865 if (src >= bottom_addr) {
893 if (src >= bottom_addr) {
1541 NJ_UINT8 *bottom_addr; local
[all...]

Completed in 36 milliseconds