Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dnconf.h29 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 Dosdep.h403 #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 Dloader.h328 #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 Dtrans_rvvk.c.inc73 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 Dtrans_rvv.c.inc1353 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 Dinsn-format.h.inc19 /* ??? 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 D0001-localedef-Add-hardlink-resolver-from-util-linux.patch200 + __typeof__(y) _b = (y); \
201 + (void) (&_a == &_b); \
202 + _a == _b ? 0 : _a > _b ? 1 : -1; })
/openbmc/qemu/hw/display/
H A Dqxl.c56 #define QXL_MODE(_x, _y, _b, _o) \ argument
59 .bits = _b, \
60 .stride = (_x) * (_b) / 8, \
/openbmc/qemu/target/mips/tcg/
H A Dmsa_translate.c174 gen_func##_b, gen_func##_h, gen_func##_w, gen_func##_d \
/openbmc/qemu/qga/
H A Dcommands-linux.c350 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 Dint_helper.c2027 uint8_t _b = _e & 0x1f; \
2029 result.u32[i] = (_a << 24) | (_r << 16) | (_g << 8) | _b; \
/openbmc/rest-dbus/resources/
H A Djquery.min.js5_b=[],ac=/(=)\?(?=&|$)|\?\?/;m.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=_b.pop()…
/openbmc/qemu/target/tricore/
H A Dop_helper.c1618 uint32_t helper_##name ##_b(target_ulong r1, target_ulong r2) \
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c776 gen_helper_##name##_b, gen_helper_##name##_h, \
912 gen_helper_sve_##name##_b, gen_helper_sve_##name##_h, \