Searched refs:numbers (Results 1 – 7 of 7) sorted by relevance
| /iperf/src/ |
| 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);
|
| 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() 2547 n = cJSON_CreateNumber(numbers[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() 2583 n = cJSON_CreateNumber((double)numbers[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() 2619 n = cJSON_CreateNumber(numbers[i]); in cJSON_CreateDoubleArray()
|
| /iperf/docs/ |
| H A D | dev.rst | 118 iperf3 version numbers use (roughly) a `Semantic Versioning 119 <http://semver.org/>`_ scheme, in which version numbers consist of 143 the new version, such as bumping version numbers::
|
| H A D | faq.rst | 240 sequence numbers) will overwrite the start of every UDP packet
|
| /iperf/ |
| H A D | LICENSE | 231 * input and output numbers, converting with kilo, mega, giga
|
| H A D | RELNOTES.md | 310 * A bug with printing very large numbers has been fixed (#642).
|
| H A D | aclocal.m4 | 8959 # ltversion.m4 -- version numbers -*- Autoconf -*-
|