/third_party/ltp/testcases/kernel/io/disktest/ |
D | stats.c | 109 (env->hbeat_stats.rcount)); in print_stats() 117 ((double)(env->hbeat_stats.rcount) / in print_stats() 133 (env->cycle_stats.rcount)); in print_stats() 141 ((double)(env->cycle_stats.rcount) / in print_stats() 157 (env->global_stats.rcount)); in print_stats() 165 ((double)(env->global_stats.rcount) / in print_stats() 192 (env->hbeat_stats.rcount)); in print_stats() 204 (env->cycle_stats.rcount)); in print_stats() 215 (env->global_stats.rcount), in print_stats() 240 ((double)env->hbeat_stats.rcount / in print_stats() [all …]
|
D | childmain.c | 150 (env->rcount)--; in decrement_io_count() 245 (((env->rcount) + 1) + (env->wcount))) >= (args->wperc)) { in get_next_action() 253 ((double)env->rcount + (double)env->wcount)), in get_next_action() 254 100 * ((double)(env->rcount) / in get_next_action() 255 ((double)env->wcount + (double)env->rcount))); in get_next_action() 281 && (((env->wcount) + (env->rcount)) >= in get_next_action() 366 if (((target.oper == WRITER) ? env->wcount : env->rcount) >= in get_next_action() 374 && (((env->wcount) + (env->rcount)) >= args->seeks)) { in get_next_action() 459 env->rcount, args->seeks, args->stop_lba); in get_next_action() 461 PDBG5(DBUG, args, "%lld, %lld, %lld, %lld\n", env->wcount, env->rcount, in get_next_action() [all …]
|
D | timer.c | 129 + env->global_stats.rcount in ChildTimer() 130 + env->cycle_stats.rcount + env->hbeat_stats.rcount; in ChildTimer()
|
D | main.h | 198 OFF_T rcount; member 223 unsigned long rcount; /* number of reads a child should perform, 0 is unbound */ member 259 OFF_T rcount; /* number of read IO operations */ member
|
D | main.c | 86 test->env->rcount = 0; in linear_read_write_test() 125 test->env->rcount = 0; in linear_read_write_test() 364 test->env->rcount = 0; in threadedMain()
|
/third_party/boost/boost/interprocess/detail/ |
D | intermodule_singleton_common.hpp | 404 ref_count_ptr *rcount = intermodule_singleton_helpers::thread_safe_global_map_dependant in operator ()() local 406 if(!rcount){ in operator ()() 410 rcount = intermodule_singleton_helpers::thread_safe_global_map_dependant in operator ()() 423 atomic_inc32(&rcount->singleton_ref_count); in operator ()() 424 ret_ptr = rcount->ptr; in operator ()() 444 ref_count_ptr *rcount = intermodule_singleton_helpers::thread_safe_global_map_dependant in operator ()() local 447 BOOST_ASSERT(rcount); in operator ()() 448 BOOST_ASSERT(rcount->singleton_ref_count > 0); in operator ()() 450 if(atomic_dec32(&rcount->singleton_ref_count) == 1){ in operator ()() 452 BOOST_ASSERT(rcount->ptr != 0); in operator ()() [all …]
|
/third_party/openssl/crypto/ |
D | mem.c | 98 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument 102 if (rcount != NULL) in CRYPTO_get_alloc_counts() 103 *rcount = tsan_load(&realloc_count); in CRYPTO_get_alloc_counts()
|
/third_party/libuv/include/uv/ |
D | bsd.h | 29 int rcount; \
|
D | darwin.h | 34 int rcount; \
|
/third_party/curl/tests/server/ |
D | tftpd.c | 112 size_t rcount; /* amount of data left to read of the file */ member 377 size_t copy_n = MIN(SEGSIZE, test->rcount); in read_ahead() 381 test->rcount -= copy_n; in read_ahead() 397 if(test->rcount) { in read_ahead() 400 test->rcount--; in read_ahead() 1075 test->rcount = count; /* set data left to read */ in validate_access() 1133 test->rcount = count; /* set data left to read */ in validate_access()
|
D | sockfilt.c | 157 DWORD mode, rcount = 0; in read_wincon() local 168 success = ReadConsole(handle, buf, curlx_uztoul(count), &rcount, NULL); in read_wincon() 171 success = ReadFile(handle, buf, curlx_uztoul(count), &rcount, NULL); in read_wincon() 174 return rcount; in read_wincon()
|
/third_party/e2fsprogs/e2fsck/ |
D | recovery.c | 861 __u32 rcount; in scan_revoke_records() local 866 rcount = ext2fs_be32_to_cpu(header->r_count); in scan_revoke_records() 873 if (rcount > journal->j_blocksize - csum_size) in scan_revoke_records() 875 max = rcount; in scan_revoke_records()
|
/third_party/weston/libweston/backend-rdp/ |
D | rdp.c | 723 int rcount = 0; in rdp_implant_listener() local 727 if (!instance->GetFileDescriptor(instance, rfds, &rcount)) { in rdp_implant_listener() 733 for (i = 0; i < rcount; i++) { in rdp_implant_listener() 1281 int rcount = 0; in rdp_peer_init() local 1336 if (!client->GetFileDescriptor(client, rfds, &rcount)) { in rdp_peer_init() 1342 for (i = 0; i < rcount; i++) { in rdp_peer_init()
|
/third_party/libuv/src/unix/ |
D | kqueue.c | 336 w->rcount = ev->data; in uv__io_poll() 352 w->rcount = ev->data; in uv__io_poll()
|
D | stream.c | 508 # define UV_DEC_BACKLOG(w) w->rcount--; 532 if (w->rcount <= 0) in uv__server_io()
|
D | core.c | 861 w->rcount = 0; in uv__io_init()
|
/third_party/openssl/include/openssl/ |
D | crypto.h | 298 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/ |
D | cpm_8xx.h | 603 ushort rcount; /* Rx internal byte count */ member
|
/third_party/boost/libs/static_string/doc/qbk/ |
D | reference.qbk | 6035 Replaces `rcount` characters starting at index `pos1` with those of `str`, where `rcount` is std::m… 6087 …oost__static_strings__basic_static_string.size `size()`] + (str.size() - rcount) > [link static_st… 6118 Replaces `rcount` characters starting at index `pos1` with those of `str.subview(pos2, n2)`, where … 6174 …trings__basic_static_string.size `size()`] + (std::min(str.size(), n2) - rcount) > [link static_st… 6210 …` object `sv` from `t`, and replaces `rcount` characters starting at index `pos1` with those of `s… 6264 …boost__static_strings__basic_static_string.size `size()`] + (sv.size() - rcount) > [link static_st… 6295 …`sv` from `t`, and replaces `rcount` characters starting at index `pos1` with those of `sv.substr(… 6363 …strings__basic_static_string.size `size()`] + (std::min(n2, sv.size()) - rcount) > [link static_st… 6398 Replaces `rcount` characters starting at index `pos` with those of `{s, s + n2)`, where `rcount` is… 6445 [link static_string.ref.boost__static_strings__basic_static_string.size `size()`] + (n2 - rcount) >… [all …]
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_malloc.pod | 184 called, into the values pointed to by B<mcount>, B<rcount>, and B<fcount>,
|
/third_party/openssl/test/ |
D | sslapitest.c | 6729 int i, mcount, rcount, fcount; in setup_tests() 6733 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests() 6735 mcount, rcount, fcount); in setup_tests()
|
/third_party/minimp3/player/ |
D | stb_image.h | 5239 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; in stbi__bmp_load() local 5256 rshift = stbi__high_bit(mr)-7; rcount = stbi__bitcount(mr); in stbi__bmp_load() 5278 out[z++] = STBI__BYTECAST(stbi__shiftsigned(v & mr, rshift, rcount)); in stbi__bmp_load()
|