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

/external/selinux/libsemanage/src/
H A Ddatabase_activedb.c40 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/e2fsprogs/debugfs/
H A Drecovery.c852 __u32 rcount; local
857 rcount = ext2fs_be32_to_cpu(header->r_count);
864 if (rcount > journal->j_blocksize - csum_size)
866 max = rcount;
/external/e2fsprogs/e2fsck/
H A Drecovery.c852 __u32 rcount; local
857 rcount = ext2fs_be32_to_cpu(header->r_count);
864 if (rcount > journal->j_blocksize - csum_size)
866 max = rcount;
/external/curl/tests/server/
H A Dsockfilt.c289 DWORD mode, rcount = 0; local
300 success = ReadConsole(handle, buf, curlx_uztoul(count), &rcount, NULL);
303 success = ReadFile(handle, buf, curlx_uztoul(count), &rcount, NULL);
306 return rcount;
H A Dtftpd.c109 size_t rcount; /* amount of data left to read of the file */ member in struct:testcase
497 size_t copy_n = MIN(SEGSIZE, test->rcount);
501 test->rcount -= copy_n;
517 if(test->rcount) {
520 test->rcount--;
1156 test->rcount = count; /* set data left to read */
1214 test->rcount = count; /* set data left to read */
/external/ltp/testcases/kernel/io/disktest/
H A Dmain.h197 OFF_T rcount; member in struct:stats
222 unsigned long rcount; /* number of reads a child should perform, 0 is unbound */ member in struct:child_args
258 OFF_T rcount; /* number of read IO operations */ member in struct:test_env
/external/opencv/cv/src/
H A Dcvcalibinit.cpp745 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,quad
896 int i, rcount = count; local
[all...]

Completed in 272 milliseconds