Home
last modified time | relevance | path

Searched refs:_a (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dnconf.h28 typeof(a) _a = a;\
30 _a > _b ? _a : _b; })
33 typeof(a) _a = a;\
35 _a < _b ? _a : _b; })
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h430 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument
532 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument
535 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument
582 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument
583 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument
624 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument
625 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument
641 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument
642 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument
644 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument
[all …]
/openbmc/qemu/hw/xen/
H A Dxen_pt.h20 #define XEN_PT_ERR(d, _f, _a...) xen_pt_log(d, "%s: Error: "_f, __func__, ##_a) argument
23 # define XEN_PT_LOG(d, _f, _a...) xen_pt_log(d, "%s: " _f, __func__, ##_a) argument
24 # define XEN_PT_WARN(d, _f, _a...) \ argument
25 xen_pt_log(d, "%s: Warning: "_f, __func__, ##_a)
27 # define XEN_PT_LOG(d, _f, _a...) argument
28 # define XEN_PT_WARN(d, _f, _a...) argument
/openbmc/u-boot/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h10 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
/openbmc/qemu/scripts/qapi/
H A Dpylintrc40 good-names-rgxs=^[_a-z][_a-z0-9]?$
/openbmc/qemu/tests/qemu-iotests/
H A D21537 *[^-_a-zA-Z0-9/]*)
H A D19740 *[^-_a-zA-Z0-9/]*)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0001-Fix-build-with-clang.patch21 # define ATTRIBUTE_FORMAT_ARG(_a)
/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.patch199 + __typeof__(x) _a = (x); \
201 + (void) (&_a == &_b); \
202 + _a == _b ? 0 : _a > _b ? 1 : -1; })
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_inventory.robot144 Should Match Regexp ${sw_inv['image_id']} [0-9_a-z]*
/openbmc/boost-dbus/cmake/
H A DHunterGate.cmake481 "[0-9]+\\.[0-9]+\\.[0-9]+[-_a-z0-9]*"
/openbmc/rest-dbus/resources/
H A Djquery.min.js5_a,ab=/^(?:toggle|show|hide)$/,bb=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),cb=/queueHooks$…
/openbmc/qemu/target/ppc/
H A Dint_helper.c2024 uint8_t _a = (_e >> 15) ? 0xff : 0; \
2029 result.u32[i] = (_a << 24) | (_r << 16) | (_g << 8) | _b; \
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js863 return /^[_a-zA-Z0-9-]+$/.test(str);