Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dnconf.h31 typeof(b) _b = b;\
32 _a > _b ? _a : _b; })
36 typeof(b) _b = b;\
37 _a < _b ? _a : _b; })
/xen-4.10.0-shim-comet/xen/include/xen/
A Dlib.h51 #define SWAP(_a, _b) \ argument
52 do { typeof(_a) _t = (_a); (_a) = (_b); (_b) = _t; } while ( 0 )
/xen-4.10.0-shim-comet/tools/memshr/
A Dbidir-hash.c566 #define BUCKET_LOCK_INIT(_h, _b) ({ \ argument
575 _ret = pthread_rwlock_init(&(_b)->bucket_lock, &_attr); \
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-qcow.c74 #define ZERO_TEST(_b) (_b | 0x00) argument
/xen-4.10.0-shim-comet/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()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dcommon.c1935 #define sh_hash_audit_bucket(_d, _b) do {} while(0) argument

Completed in 40 milliseconds