Lines Matching refs:idx_no
101 NJ_UINT8 *now, NJ_UINT16 idx_no,
556 NJ_UINT8 idx_no;
592 idx_no = 0;
715 bit_all += (NJ_UINT16)(idx_no << 3);
730 if ((!NODE_TERM(now)) && (index > (NJ_UINT8)nd_index) && (idx_no == 0)) {
740 (index < (NJ_UINT8)nd_index) && (idx_no == 0) &&
743 idx_no = 0;
753 if ( (idx_cnt > (NJ_UINT16)(idx_no + 1))) {
763 idx_no++;
767 idx_no = 0;
1763 if ((node == now) && (psrhCache->storebuff[m].idx_no == 0)) {
1769 node, now, psrhCache->storebuff[m].idx_no,
1827 psrhCache->storebuff[m].idx_no,
1976 NJ_UINT16 idx_no, NJ_CHAR *yomi, NJ_UINT16 yomilen,
2007 storebuf->idx_no = 0;
2112 bit_all += (NJ_UINT16) (idx_no << 3);
2125 if ((!NODE_TERM(now)) && (index > (NJ_UINT8) nd_index) && (idx_no == 0)) {
2135 && (index < (NJ_UINT8) nd_index) && (idx_no == 0)
2138 idx_no = 0;
2147 if ( (idx_cnt > (NJ_UINT16) (idx_no + 1))) {
2153 storebuf->idx_no = idx_no + 1;
2159 idx_no++;
2165 idx_no = 0;