| /openbmc/u-boot/scripts/kconfig/ |
| H A D | nconf.h | 28 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 D | dwc2-regs.h | 430 #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 D | xen_pt.h | 20 #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 D | pinctrl-mtk-common.h | 10 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | pylintrc | 40 good-names-rgxs=^[_a-z][_a-z0-9]?$
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 215 | 37 *[^-_a-zA-Z0-9/]*)
|
| H A D | 197 | 40 *[^-_a-zA-Z0-9/]*)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
| H A D | 0001-Fix-build-with-clang.patch | 21 # define ATTRIBUTE_FORMAT_ARG(_a)
|
| /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 | 199 + __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 D | test_firmware_inventory.robot | 144 Should Match Regexp ${sw_inv['image_id']} [0-9_a-z]*
|
| /openbmc/boost-dbus/cmake/ |
| H A D | HunterGate.cmake | 481 "[0-9]+\\.[0-9]+\\.[0-9]+[-_a-z0-9]*"
|
| /openbmc/rest-dbus/resources/ |
| H A D | jquery.min.js | 5 …_a,ab=/^(?:toggle|show|hide)$/,bb=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),cb=/queueHooks$…
|
| /openbmc/qemu/target/ppc/ |
| H A D | int_helper.c | 2024 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 D | typeahead.jquery.js | 863 return /^[_a-zA-Z0-9-]+$/.test(str);
|