Searched refs:wbytes (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/io/disktest/ |
D | stats.c | 110 printf(CTWSTR, (env->hbeat_stats.wbytes), in print_stats() 120 ((double)(env->hbeat_stats.wbytes) / in print_stats() 134 printf(CTWSTR, (env->cycle_stats.wbytes), in print_stats() 144 ((double)(env->cycle_stats.wbytes) / in print_stats() 158 printf(TCTWSTR, (env->global_stats.wbytes), in print_stats() 168 ((double)(env->global_stats.wbytes) / in print_stats() 196 (env->hbeat_stats.wbytes), in print_stats() 208 (env->cycle_stats.wbytes), in print_stats() 221 (env->global_stats.wbytes)); in print_stats() 245 ((double)env->hbeat_stats.wbytes / in print_stats() [all …]
|
D | main.h | 199 OFF_T wbytes; member
|
D | childmain.c | 551 (env->hbeat_stats.wbytes) += target.trsiz * BLK_SIZE; in complete_io()
|
/external/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate02.c | 233 int wbytes; /* bytes written to testfile */ in setup() local 261 if ((wbytes = write(fd, tst_buff, sizeof(tst_buff))) <= 0) { in setup() 266 write_len += wbytes; in setup()
|
/external/skqp/tests/ |
D | AAClipTest.cpp | 39 size_t wbytes = a.fBounds.width(); in operator ==() local 42 wbytes = (wbytes + 7) >> 3; in operator ==() 48 wbytes <<= 1; in operator ==() 51 wbytes <<= 2; in operator ==() 62 if (memcmp(aptr, bptr, wbytes)) { in operator ==() 65 aptr += wbytes; in operator ==() 66 bptr += wbytes; in operator ==()
|
/external/skia/tests/ |
D | AAClipTest.cpp | 39 size_t wbytes = a.fBounds.width(); in operator ==() local 42 wbytes = (wbytes + 7) >> 3; in operator ==() 48 wbytes <<= 1; in operator ==() 51 wbytes <<= 2; in operator ==() 62 if (0 != memcmp(aptr, bptr, wbytes)) { in operator ==() 65 aptr += wbytes; in operator ==() 66 bptr += wbytes; in operator ==()
|
/external/ltp/testcases/kernel/syscalls/epoll2/examples/ |
D | epoll-test.c | 316 int wbytes, wcurr; in eph_write_data() local 318 for (wbytes = 0; wbytes < nbyte;) { in eph_write_data() 319 if ((wcurr = eph_write(conn, buf + wbytes, nbyte - wbytes)) < 0) in eph_write_data() 321 wbytes += wcurr; in eph_write_data() 324 return wbytes; in eph_write_data()
|
/external/bcc/tools/ |
D | filetop.py | 200 v.rbytes / 1024, v.wbytes / 1024,
|
D | filetop_example.txt | 150 -s {reads,writes,rbytes,wbytes}, --sort {reads,writes,rbytes,wbytes}
|