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

  /external/selinux/libsemanage/src/
database_activedb.c 40 unsigned int rcount = 0; local
53 if (ratable->read_list(handle, &records, &rcount) < 0)
57 for (; i < rcount; i++) {
69 for (; i < rcount; i++)
84 unsigned int rcount = 0; local
92 if (dbase_llist_list(handle, &dbase->llist, &records, &rcount) < 0)
96 if (ratable->commit_list(handle, records, rcount) < 0)
99 for (i = 0; i < rcount; i++)
106 for (i = 0; i < rcount; i++)
  /external/bison/src/
nullable.c 64 size_t *rcount = xcalloc (nrules, sizeof *rcount); local
95 rcount[ruleno]++;
120 if (--rcount[r->number] == 0)
129 free (rcount);
  /hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_service.c 94 int rcount = 0; local
133 rcount = read(fd_file, (void *)buf, sizeof(buf));
134 if (rcount < 0) {
137 rc = rcount;
141 if (!rcount)
144 wcount = write(fd_dev, buf, rcount);
152 } while (rcount);
172 int rcount = 0; local
183 rcount = read(fd_dev, (void *)buf, sizeof(buf));
184 if (rcount < 0)
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndrdic.c 111 NJ_INT16 njd_r_get_count(NJ_DIC_HANDLE rule, NJ_UINT16 *fcount, NJ_UINT16 *rcount) {
119 *rcount = B_HINSI_SET_CNT(rule);
  /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...]
  /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...]
  /system/core/adb/
fdevent.cpp 550 int rcount = 0; local
551 ioctl(subproc_fd, FIONREAD, &rcount);
552 D("subproc with fd=%d has rcount=%d err=%d\n",
553 subproc_fd, rcount, errno);
555 if(rcount) {
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 136 NJ_UINT16 *fcount, NJ_UINT16 *rcount);
  /device/generic/goldfish/qemud/
qemud.c 1093 int rpos = 0, rcount = p->len; local
1099 while (rpos < rcount)
1101 int avail = rcount - rpos;
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 262 milliseconds