| /openbmc/u-boot/scripts/kconfig/ |
| H A D | nconf.h | 29 typeof(b) _b = b;\ 30 _a > _b ? _a : _b; }) 34 typeof(b) _b = b;\ 35 _a < _b ? _a : _b; })
|
| /openbmc/qemu/include/qemu/ |
| H A D | osdep.h | 403 #define MIN_INTERNAL(a, b, _a, _b) \ argument 405 typeof(1 ? (a) : (b)) _a = (a), _b = (b); \ 406 _a < _b ? _a : _b; \ 410 MIN_INTERNAL((a), (b), MAKE_IDENTIFIER(_a), MAKE_IDENTIFIER(_b)) 412 #define MAX_INTERNAL(a, b, _a, _b) \ argument 414 typeof(1 ? (a) : (b)) _a = (a), _b = (b); \ 415 _a > _b ? _a : _b; \ 419 MAX_INTERNAL((a), (b), MAKE_IDENTIFIER(_a), MAKE_IDENTIFIER(_b)) 445 #define MIN_NON_ZERO_INTERNAL(a, b, _a, _b) \ argument 447 typeof(1 ? (a) : (b)) _a = (a), _b = (b); \ [all …]
|
| /openbmc/qemu/include/hw/ |
| H A D | loader.h | 328 #define rom_add_blob_fixed(_f, _b, _l, _a) \ argument 329 rom_add_blob(_f, _b, _l, _l, _a, NULL, NULL, NULL, NULL, true) 336 #define rom_add_blob_fixed_as(_f, _b, _l, _a, _as) \ argument 337 rom_add_blob(_f, _b, _l, _l, _a, NULL, NULL, NULL, _as, true)
|
| /openbmc/qemu/target/riscv/insn_trans/ |
| H A D | trans_rvvk.c.inc | 73 gen_helper_##OPIVX##_b, \ 89 gen_helper_##NAME##_b, \ 104 gen_helper_##NAME##_b, \ 142 gen_helper_##NAME##_b, \ 162 gen_helper_##NAME##_b, \ 222 gen_helper_##OPIVX##_b, \
|
| H A D | trans_rvv.c.inc | 1353 gen_helper_##NAME##_b, gen_helper_##NAME##_h, \ 1431 gen_helper_##NAME##_b, gen_helper_##NAME##_h, \ 1578 gen_helper_##OPIVX##_b, gen_helper_##OPIVX##_h, \ 1646 gen_helper_##NAME##_b, \ 1679 gen_helper_##NAME##_b, \ 1726 gen_helper_##NAME##_b, \ 1759 gen_helper_##NAME##_b, \ 1795 gen_helper_##NAME##_b, gen_helper_##NAME##_h, \ 1846 gen_helper_##NAME##_b, gen_helper_##NAME##_h, \ 1874 gen_helper_##OPIVX##_b, gen_helper_##OPIVX##_h, \ [all …]
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | insn-format.h.inc | 19 /* ??? The PoO does not call out subtypes _a and _b for RR, as it does
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 200 + __typeof__(y) _b = (y); \ 201 + (void) (&_a == &_b); \ 202 + _a == _b ? 0 : _a > _b ? 1 : -1; })
|
| /openbmc/qemu/hw/display/ |
| H A D | qxl.c | 56 #define QXL_MODE(_x, _y, _b, _o) \ argument 59 .bits = _b, \ 60 .stride = (_x) * (_b) / 8, \
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | msa_translate.c | 174 gen_func##_b, gen_func##_h, gen_func##_w, gen_func##_d \
|
| /openbmc/qemu/qga/ |
| H A D | commands-linux.c | 350 static int compare_uint(const void *_a, const void *_b) in compare_uint() argument 353 unsigned int b = *(unsigned int *)_b; in compare_uint()
|
| /openbmc/qemu/target/ppc/ |
| H A D | int_helper.c | 2027 uint8_t _b = _e & 0x1f; \ 2029 result.u32[i] = (_a << 24) | (_r << 16) | (_g << 8) | _b; \
|
| /openbmc/rest-dbus/resources/ |
| H A D | jquery.min.js | 5 …_b=[],ac=/(=)\?(?=&|$)|\?\?/;m.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=_b.pop()…
|
| /openbmc/qemu/target/tricore/ |
| H A D | op_helper.c | 1618 uint32_t helper_##name ##_b(target_ulong r1, target_ulong r2) \
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-sve.c | 776 gen_helper_##name##_b, gen_helper_##name##_h, \ 912 gen_helper_sve_##name##_b, gen_helper_sve_##name##_h, \
|