Home
last modified time | relevance | path

Searched defs:n (Results 1 – 5 of 5) sorted by relevance

/iperf/src/
H A Dunits.c92 double n; in unit_atof() local
131 double n; in unit_atof_rate() local
172 double n; in unit_atoi() local
H A Dportable_endian.h148 #define HTONLL(n) (n) argument
149 #define NTOHLL(n) (n) argument
151 #define HTONLL(n) ((((unsigned long long)(n) & 0xFF) << 56) | \ argument
160 #define NTOHLL(n) ((((unsigned long long)(n) & 0xFF) << 56) | \ argument
170 #define htobe64(n) HTONLL(n) argument
171 #define be64toh(n) NTOHLL(n) argument
H A Dcjson.c2535 cJSON *n = NULL; in cJSON_CreateIntArray() local
2570 cJSON *n = NULL; in cJSON_CreateFloatArray() local
2606 cJSON *n = NULL; in cJSON_CreateDoubleArray() local
2642 cJSON *n = NULL; in cJSON_CreateStringArray() local
H A Diperf_auth.c357 ssize_t iperf_getpass (char **lineptr, size_t *n, FILE *stream) { in iperf_getpass()
H A Diperf_api.c2419 int n, i; in get_results() local
4372 struct iperf_stream *n, *prev; in iperf_add_stream() local