Searched refs:_a (Results 1 - 5 of 5) sorted by relevance

/seL4-refos-master/kernel/include/arch/arm/arch/64/mode/kernel/
H A Dvspace.h73 #define cap_vtable_cap_new(_a, _v, _m) cap_page_upper_directory_cap_new(_a, _v, _m, 0, CB_INVALID)
74 #define vtable_invalid_new(_a, _v) pude_pude_invalid_new(_a, _v, 0)
79 #define cap_vtable_cap_new(_a, _v, _m) cap_page_upper_directory_cap_new(_a, _v, _m, 0)
80 #define vtable_invalid_new(_a, _v) pude_pude_invalid_new(_a, _v)
115 #define cap_vtable_cap_new(_a, _v, _m) \
116 cap_page_global_directory_cap_new(_a, _
[all...]
/seL4-refos-master/projects/seL4_libs/libsel4test/include/sel4test/
H A Dtest.h236 typeof (a) _a = (a); \
238 if (sizeof(_a) != sizeof(_b)) { \
240 sizeof(_a), #b, sizeof(_b)) + 1;\
242 snprintf(buffer, len, "%s (size %zu) != %s (size %zu), use of test_eq incorrect", #a, sizeof(_a),\
245 } else if (TYPES_COMPATIBLE(typeof(_a), int)) {\
246 test_op_type(_a, _b, op, "%d", a, b, int); \
247 } else if (TYPES_COMPATIBLE(typeof(_a), long)) {\
248 test_op_type(_a, _b, op, "%ld", a, b, long); \
249 } else if (TYPES_COMPATIBLE(typeof(_a), long long)) {\
250 test_op_type(_a, _
[all...]
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Darith.h107 ({ typeof (a) _a = (a); \
109 _a < _b ? _a : _b; })
115 ({ typeof (a) _a = (a); \
117 _a > _b ? _a : _b; })
/seL4-refos-master/libs/libutils/include/utils/
H A Darith.h107 ({ typeof (a) _a = (a); \
109 _a < _b ? _a : _b; })
115 ({ typeof (a) _a = (a); \
117 _a > _b ? _a : _b; })
/seL4-refos-master/libs/libmuslc/src/network/
H A Dlookup_name.c280 static int addrcmp(const void *_a, const void *_b) argument
282 const struct address *a = _a, *b = _b;

Completed in 88 milliseconds