Searched refs:b (Results 1 – 10 of 10) sorted by relevance
| /iperf/src/ |
| H A D | cjson.c | 547 static cJSON_bool compare_double(double a, double b) in compare_double() argument 549 double maxVal = fabs(a) > fabs(b) ? fabs(a) : fabs(b); in compare_double() 550 return (fabs(a - b) <= maxVal * DBL_EPSILON); in compare_double() 1190 #define cjson_min(a, b) (((a) < (b)) ? (a) : (b)) argument 2954 if ((a == NULL) || (b == NULL) || ((a->type & 0xFF) != (b->type & 0xFF)) || cJSON_IsInvalid(a)) in cJSON_Compare() 2977 if (a == b) in cJSON_Compare() 2991 if (compare_double(a->valuedouble, b->valuedouble)) in cJSON_Compare() 2999 if ((a->valuestring == NULL) || (b->valuestring == NULL)) in cJSON_Compare() 3003 if (strcmp(a->valuestring, b->valuestring) == 0) in cJSON_Compare() 3013 cJSON *b_element = b->child; in cJSON_Compare() [all …]
|
| H A D | Makefile.in | 1510 results=`for b in $$bases; do echo $$b.trs; done`; \ 1560 for b in $$bases; do echo $$b; done \ 1609 --log-file $$b.log --trs-file $$b.trs \ 1616 --log-file $$b.log --trs-file $$b.trs \ 1621 b='t_uuid'; \ 1623 --log-file $$b.log --trs-file $$b.trs \ 1628 b='t_api'; \ 1630 --log-file $$b.log --trs-file $$b.trs \ 1637 --log-file $$b.log --trs-file $$b.trs \ 1644 --log-file $$b.log --trs-file $$b.trs \ [all …]
|
| H A D | dscp.c | 35 #define strcasecmp(a,b) _stricmp(a,b) argument
|
| H A D | cjson.h | 260 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo…
|
| /iperf/contrib/ |
| H A D | iperf3_to_gnuplot.py | 62 b=sum(byte),
|
| /iperf/ |
| H A D | aclocal.m4 | 2146 ln conftest.a conftest.b 2>/dev/null && hard_links=no 2148 ln conftest.a conftest.b 2>&5 || hard_links=no 2149 ln conftest.a conftest.b 2>/dev/null && hard_links=no 2985 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); 5715 …_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $link… 5718 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' 5754 _LT_LINKER_OPTION([if $CC understands -b], 5755 _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], 5756 …[_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $… 5757 …[_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $lin… [all …]
|
| H A D | RELNOTES.md | 65 * Bitrate throttling using the -b option now works when a burst size 920 * Support for setting bandwidth (-b) 934 * Future options: -u, -b, -w, -M, -N, -I, -T, -Z, -6
|
| H A D | configure | 4153 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 9583 ln conftest.a conftest.b 2>/dev/null && hard_links=no 9585 ln conftest.a conftest.b 2>&5 || hard_links=no 9586 ln conftest.a conftest.b 2>/dev/null && hard_links=no 14099 struct s *b = &bx; b->j = 5;
|
| /iperf/docs/ |
| H A D | invoking.rst | 272 -b, --bitrate n[KMGT] 289 timer for the -b/--bitrate option. The timer fires at the 299 ing (-b/--bitrate flag), and both can be specified for the same
|
| /iperf/config/ |
| H A D | ltmain.sh | 386 _G_check_ifs_backshlash='a\\b' 1270 # - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might 1272 # of 'echo a\ b'. This is slower than default on some shells.
|