Searched refs:_b (Results 1 – 2 of 2) sorted by relevance
31 typeof(b) _b = b;\32 _a > _b ? _a : _b; })36 typeof(b) _b = b;\37 _a < _b ? _a : _b; })
723 static int type_index_compare(const void *_a, const void *_b) in type_index_compare() argument725 const struct type *const *a = _a, *const *b = _b; in type_index_compare()