Searched refs:read_length (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | tracefile.c | 254 unsigned int read_length; in trace_save() local 257 read_length = MAX_TRACE_UPLOAD; in trace_save() 259 read_length = mlen - j; in trace_save() 263 read_length); in trace_save() 264 if (t < read_length) in trace_save() 270 read_length); in trace_save() 272 j += read_length; in trace_save() 273 gotten += read_length; in trace_save()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gcov-dump.cc | 229 int read_length; in dump_gcov_file() local 239 read_length = (int)gcov_read_unsigned (); in dump_gcov_file() 240 length = read_length > 0 ? read_length : 0; in dump_gcov_file() 270 printf ("%08x:%4u:%s", tag, abs (read_length), format->name); in dump_gcov_file() 272 (*format->proc) (filename, tag, read_length, depth); in dump_gcov_file()
|
| D | coverage.cc | 244 int read_length = (int)length; in read_counts_file() local 245 length = read_length > 0 ? read_length : 0; in read_counts_file() 246 unsigned n_counts = GCOV_TAG_COUNTER_NUM (abs (read_length)); in read_counts_file() 275 if (read_length > 0) in read_counts_file()
|
| D | gcov.cc | 2058 int read_length = (int)length; in read_count_file() local 2091 length = abs (read_length); in read_count_file() 2095 if (read_length > 0) in read_count_file() 2099 if (read_length < 0) in read_count_file() 2100 read_length = 0; in read_count_file() 2101 gcov_sync (base, read_length); in read_count_file()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/ |
| D | qmqp-sink.c | 157 static void read_length(int event, void *context) in read_length() function 234 event_enable_read(fd, read_length, (void *) state); in connect_event()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | libgcov-driver.c | 336 int read_length = (int)gcov_read_unsigned (); in merge_one_data() local 337 length = abs (read_length); in merge_one_data() 344 if (read_length > 0) in merge_one_data()
|
| D | libgcov-util.c | 328 int read_length = (int)gcov_read_unsigned (); in read_gcda_file() local 329 length = read_length > 0 ? read_length : 0; in read_gcda_file() 362 (*format->proc) (tag, read_length); in read_gcda_file()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | sftp-client.h | 54 u_int64_t read_length; member
|
| D | sftp-client.c | 558 ret->download_buflen = MINIMUM(limits.read_length, in sftp_init() 567 (unsigned long long)limits.read_length, in sftp_init() 650 (r = sshbuf_get_u64(msg, &limits->read_length)) != 0 || in sftp_get_limits()
|