Home
last modified time | relevance | path

Searched refs:ui8 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c1832 unsigned long ui8 = value; in insert_sci8() local
1834 if ((ui8 & 0xffffff00) == 0) in insert_sci8()
1838 else if ((ui8 & 0xffff00ff) == 0) in insert_sci8()
1841 ui8 >>= 8; in insert_sci8()
1846 ui8 >>= 8; in insert_sci8()
1848 else if ((ui8 & 0xff00ffff) == 0) in insert_sci8()
1851 ui8 >>= 16; in insert_sci8()
1856 ui8 >>= 16; in insert_sci8()
1861 ui8 >>= 24; in insert_sci8()
1866 ui8 >>= 24; in insert_sci8()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch827 + // Borland bug: appending ui8 makes the type a signed char
830 +# define UINT8_C(value) value##ui8