Searched refs:count (Results 1 – 9 of 9) sorted by relevance
| /iperf/src/ |
| H A D | net.c | 371 Nread(int fd, char *buf, size_t count, int prot) in Nread() argument 374 register size_t nleft = count; in Nread() 389 return count - nleft; in Nread() 401 register size_t nleft = count; in Nwrite() 412 return count - nleft; in Nwrite() 425 return count; in Nwrite() 456 nleft = count; in Nsendfile() 458 offset = count - nleft; in Nsendfile() 482 if (count == nleft) in Nsendfile() 484 return count - nleft; in Nsendfile() [all …]
|
| H A D | net.h | 34 int Nread(int fd, char *buf, size_t count, int prot); 35 int Nwrite(int fd, const char *buf, size_t count, int prot) /* __attribute__((hot)) */; 37 int Nsendfile(int fromfd, int tofd, const char *buf, size_t count) /* __attribute__((hot)) */;
|
| H A D | cjson.h | 221 CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count); 222 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count); 223 CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count); 224 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count);
|
| H A D | cjson.c | 2532 CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count) in cJSON_CreateIntArray() argument 2539 if ((count < 0) || (numbers == NULL)) in cJSON_CreateIntArray() 2545 for(i = 0; a && (i < (size_t)count); i++) in cJSON_CreateIntArray() 2567 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count) in cJSON_CreateFloatArray() argument 2574 if ((count < 0) || (numbers == NULL)) in cJSON_CreateFloatArray() 2581 for(i = 0; a && (i < (size_t)count); i++) in cJSON_CreateFloatArray() 2603 CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count) in cJSON_CreateDoubleArray() argument 2610 if ((count < 0) || (numbers == NULL)) in cJSON_CreateDoubleArray() 2617 for(i = 0;a && (i < (size_t)count); i++) in cJSON_CreateDoubleArray() 2646 if ((count < 0) || (strings == NULL)) in cJSON_CreateStringArray() [all …]
|
| H A D | Makefile.in | 1535 desc=$$1 count=$$2; \ 1536 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1541 echo "$${color_start}# $$desc $$count$${color_end}"; \
|
| /iperf/ |
| H A D | RELNOTES.md | 121 slash and integer count that specifies an averaging interval over 199 * Failed authentication doesn't count for --one-off (#864/#877). 392 (partially) fixed by try to not count the sequence number gaps
|
| H A D | configure | 7217 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then 7248 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
|
| H A D | aclocal.m4 | 3429 [if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then 3446 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then 3448 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
|
| /iperf/docs/ |
| H A D | news.rst | 93 iperf 3.5 fixes a bug that could over-count data transfers (and hence
|