HomeSort by relevance Sort by last modified time
    Searched defs:rcount (Results 1 - 3 of 3) sorted by null

  /external/bison/src/
nullable.c 66 size_t *rcount = xcalloc (nrules, sizeof *rcount); local
97 rcount[ruleno]++;
122 if (--rcount[r->number] == 0)
131 free (rcount);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 792 NJ_UINT16 lcount = 0, rcount = 0; local
799 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount );
826 NJ_UINT16 lcount = 0, rcount = 0; local
833 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount );
835 if( rightPartOfSpeech < 1 || rightPartOfSpeech > rcount ) {
1059 NJ_UINT16 lcount = 0, rcount = 0; local
1132 NJ_UINT16 lcount = 0, rcount = 0; local
1159 NJ_UINT16 lcount = 0, rcount = 0; local
    [all...]
  /sdk/emulator/qemud/
qemud.c 1088 int rpos = 0, rcount = p->len; local
1094 while (rpos < rcount)
1096 int avail = rcount - rpos;
    [all...]

Completed in 257 milliseconds