HomeSort by relevance Sort by last modified time
    Searched refs:rcount (Results 1 - 25 of 25) 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/ltp/testcases/kernel/io/disktest/
stats.c 109 (env->hbeat_stats.rcount));
117 ((double)(env->hbeat_stats.rcount) /
133 (env->cycle_stats.rcount));
141 ((double)(env->cycle_stats.rcount) /
157 (env->global_stats.rcount));
165 ((double)(env->global_stats.rcount) /
192 (env->hbeat_stats.rcount));
204 (env->cycle_stats.rcount));
215 (env->global_stats.rcount),
240 ((double)env->hbeat_stats.rcount /
    [all...]
timer.c 129 + env->global_stats.rcount
130 + env->cycle_stats.rcount + env->hbeat_stats.rcount;
childmain.c 150 (env->rcount)--;
245 (((env->rcount) + 1) + (env->wcount))) >= (args->wperc)) {
253 ((double)env->rcount + (double)env->wcount)),
254 100 * ((double)(env->rcount) /
255 ((double)env->wcount + (double)env->rcount)));
281 && (((env->wcount) + (env->rcount)) >=
366 if (((target.oper == WRITER) ? env->wcount : env->rcount) >=
374 && (((env->wcount) + (env->rcount)) >= args->seeks)) {
459 env->rcount, args->seeks, args->stop_lba);
461 PDBG5(DBUG, args, "%lld, %lld, %lld, %lld\n", env->wcount, env->rcount,
    [all...]
main.h 197 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
main.c 86 test->env->rcount = 0;
125 test->env->rcount = 0;
364 test->env->rcount = 0;
  /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);
  /toolchain/binutils/binutils-2.27/bfd/
nlm32-i386.c 332 bfd_size_type rcount; /* Number of relocs. */ local
353 rcount = H_GET_32 (abfd, temp);
354 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent));
359 while (sym -> rcnt < rcount)
nlm32-alpha.c 604 bfd_size_type rcount; /* Number of relocs. */
627 rcount = H_GET_32 (abfd, temp);
628 amt = rcount * sizeof (struct nlm_relent);
634 while (sym -> rcnt < rcount)
602 bfd_size_type rcount; \/* Number of relocs. *\/ local
nlm32-sparc.c 211 bfd_size_type rcount; /* Number of relocs. */ local
221 rcount = bfd_get_32 (abfd, temp);
242 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent));
247 while (sym -> rcnt < rcount)
nlm32-ppc.c 616 bfd_size_type rcount; /* Number of relocs. */
638 rcount = H_GET_32 (abfd, temp);
639 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent));
644 while (sym -> rcnt < rcount)
615 bfd_size_type rcount; \/* Number of relocs. *\/ local
  /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...]
  /external/curl/tests/server/
tftpd.c 109 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 */
    [all...]
sockfilt.c 289 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;
    [all...]
  /external/e2fsprogs/debugfs/
recovery.c 852 __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/
recovery.c 852 __u32 rcount; local
857 rcount = ext2fs_be32_to_cpu(header->r_count);
864 if (rcount > journal->j_blocksize - csum_size)
866 max = rcount;
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 136 NJ_UINT16 *fcount, NJ_UINT16 *rcount);
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 1536 uint32_t rcount = region->rectangleCount; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /external/python/cpython2/Modules/
_bsddb.c     [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/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 453 milliseconds