/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...] |
/system/core/adb/ |
fdevent.c | 553 int rcount = 0; local 554 ioctl(subproc_fd, FIONREAD, &rcount); 555 D("subproc with fd=%d has rcount=%d err=%d\n", 556 subproc_fd, rcount, errno); 558 if(rcount) {
|
/development/tools/emulator/system/qemud/ |
qemud.c | 1092 int rpos = 0, rcount = p->len; local 1098 while (rpos < rcount) 1100 int avail = rcount - rpos; [all...] |
/external/opencv/cv/src/ |
cvcalibinit.cpp | 745 int rcount = quad_count; local 760 icvRemoveQuadFromGroup(quads,rcount,quads[i]); 761 rcount--; 766 return rcount; 851 int rcount = count; local 865 icvRemoveQuadFromGroup(quads,rcount,quads[i]->neighbors[1]); 866 rcount--; 870 icvRemoveQuadFromGroup(quads,rcount,quads[i]->neighbors[2]); 871 rcount--; 878 icvRemoveQuadFromGroup(quads,rcount,quads[i]->neighbors[0]) 896 int i, rcount = count; local [all...] |
/sdk/emulator/qemud/ |
qemud.c | 1092 int rpos = 0, rcount = p->len; local 1098 while (rpos < rcount) 1100 int avail = rcount - rpos; [all...] |