Home
last modified time | relevance | path

Searched defs:b (Results 1 – 2 of 2) sorted by relevance

/iperf/src/
H A Ddscp.c35 #define strcasecmp(a,b) _stricmp(a,b) argument
H A Dcjson.c547 static cJSON_bool compare_double(double a, double b) in compare_double()
1190 #define cjson_min(a, b) (((a) < (b)) ? (a) : (b)) argument
2952 CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON * const a, const cJSON * const b, const cJSON_bo… in cJSON_Compare()