Home
last modified time | relevance | path

Searched full:casing (Results 1 – 9 of 9) sorted by relevance

/openbmc/webui-vue/
H A D.eslintrc.js21 'vue/component-name-in-template-casing': ['error', 'kebab-case'],
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_enums.py70 # snake casing PCIeDevice and PCIeFunction results in mediocre results
72 # algorithm expects, so change the casing explicitly to generate sane
/openbmc/qemu/accel/tcg/
H A Dtb-internal.h21 * smaller than 4 bytes, so we don't worry about special-casing this.
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h197 * Callback for special-casing interrupter mapping support. NULL for most
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsiteinfo.bbclass26 …"allarch": "endian-little bit-32", # bogus, but better than special-casing the checks below for al…
/openbmc/bmcweb/docs/
H A DCOMMON_ERRORS.md294 comparisons, casing should be obeyed, especially when relying on user-driven
/openbmc/qemu/target/arm/tcg/
H A Dneon-dp.decode96 # which allows us to avoid special-casing shifts in the trans_
H A Dmve.decode635 # implement it that way rather than special-casing it in the decode.
/openbmc/qemu/libdecnumber/
H A DdecNumber.c6529 carry+=((eInt)*b)*m; /* [special-casing m=1/-1 */