Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 3 of 3) sorted by relevance

/xen/xen/tools/kconfig/
A Dnconf.h27 typeof(b) _b = b;\
28 _a > _b ? _a : _b; })
32 typeof(b) _b = b;\
33 _a < _b ? _a : _b; })
/xen/xen/include/xen/
A Dlib.h67 #define SWAP(_a, _b) \ argument
68 do { typeof(_a) _t = (_a); (_a) = (_b); (_b) = _t; } while ( 0 )
/xen/tools/xentrace/
A Dxenalyze.c2520 int cr3_time_compare(const void *_a, const void *_b) { in cr3_time_compare() argument
2522 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() argument
2841 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() argument
3999 struct cr3_value_struct *b=*(typeof(&a))_b; in cr3_compare_start()

Completed in 26 milliseconds