Searched refs:_b (Results 1 – 3 of 3) sorted by relevance
27 typeof(b) _b = b;\28 _a > _b ? _a : _b; })32 typeof(b) _b = b;\33 _a < _b ? _a : _b; })
67 #define SWAP(_a, _b) \ argument68 do { typeof(_a) _t = (_a); (_a) = (_b); (_b) = _t; } while ( 0 )
2520 int cr3_time_compare(const void *_a, const void *_b) { in cr3_time_compare() argument2522 struct cr3_value_struct *b=*(typeof(&a))_b; in cr3_time_compare()2839 int eip_compare(const void *_a, const void *_b) { in eip_compare() argument2841 struct eip_list_struct *b=*(typeof(&a))_b; in eip_compare()3997 int cr3_compare_start(const void *_a, const void *_b) { in cr3_compare_start() argument3999 struct cr3_value_struct *b=*(typeof(&a))_b; in cr3_compare_start()
Completed in 26 milliseconds