Searched refs:rbytes (Results 1 - 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/io/ |
H A D | io_control01.c | 31 unsigned long rbytes; member 44 "%u:%u rbytes=%lu wbytes=%lu rios=%lu wios=%lu dbytes=%lu dios=%lu", in read_io_stats() 46 &stat->rbytes, &stat->wbytes, &stat->rios, &stat->wios, in read_io_stats() 112 TST_EXP_EXPR(end.rbytes > start.rbytes, in run() 113 "(rbytes=%lu) > (st_rbytes=%lu)", in run() 114 end.rbytes, start.rbytes); in run()
|
/third_party/curl/lib/ |
H A D | tftp.c | 137 int rbytes; member 624 if(state->rbytes < (ssize_t)state->blksize + 4) { in tftp_rx() 1109 state->rbytes = (int)recvfrom(state->sockfd, in tftp_receive_packet() 1121 if(state->rbytes < 4) { in tftp_receive_packet() 1134 if(state->rbytes > 4 && in tftp_receive_packet() 1138 state->rbytes-4); in tftp_receive_packet() 1149 size_t strn = state->rbytes - 4; in tftp_receive_packet() 1160 state->rbytes-2); in tftp_receive_packet()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 220 /* Likewise check rbytes. */ in tre_tnfa_run_parallel() 230 rbytes = sizeof(*reach_next) * (tnfa->num_states + 1); in tre_tnfa_run_parallel() 235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel() 247 tmp_buf += rbytes; in tre_tnfa_run_parallel() 250 tmp_buf += rbytes; in tre_tnfa_run_parallel()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 220 /* Likewise check rbytes. */ in tre_tnfa_run_parallel() 230 rbytes = sizeof(*reach_next) * (tnfa->num_states + 1); in tre_tnfa_run_parallel() 235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel() 247 tmp_buf += rbytes; in tre_tnfa_run_parallel() 250 tmp_buf += rbytes; in tre_tnfa_run_parallel()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 220 /* Likewise check rbytes. */ in tre_tnfa_run_parallel() 230 rbytes = sizeof(*reach_next) * (tnfa->num_states + 1); in tre_tnfa_run_parallel() 235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel() 247 tmp_buf += rbytes; in tre_tnfa_run_parallel() 250 tmp_buf += rbytes; in tre_tnfa_run_parallel()
|
/third_party/musl/src/regex/ |
H A D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 220 /* Likewise check rbytes. */ in tre_tnfa_run_parallel() 230 rbytes = sizeof(*reach_next) * (tnfa->num_states + 1); in tre_tnfa_run_parallel() 235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel() 247 tmp_buf += rbytes; in tre_tnfa_run_parallel() 250 tmp_buf += rbytes; in tre_tnfa_run_parallel()
|
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 340 rbytes, err = ov.GetOverlappedResult(True) 342 assert rbytes == left
|
Completed in 9 milliseconds