Home
last modified time | relevance | path

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

/openbmc/libcper/
H A Dir-parse.c226 ValidationTypes ui8Type = { UINT_8T, .value.ui8 = 0 }; in ir_section_descriptor_to_cper()
269 descriptor->SecValidMask = ui8Type.value.ui8; in ir_single_section_to_cper()
H A Dcper-utils.c209 val->value.ui8 |= (0x01 << vbit_idx); in add_to_valid_bitfield()
274 cper_print_log("Validation bits: %x\n", val->value.ui8); in print_val()
/openbmc/libcper/include/libcper/
H A Dcper-utils.h21 UINT8 ui8; member
/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()
1836 else if ((ui8 & 0xffffff00) == 0xffffff00) in insert_sci8()
1838 else if ((ui8 & 0xffff00ff) == 0) in insert_sci8()
1841 ui8 >>= 8; in insert_sci8()
1843 else if ((ui8 & 0xffff00ff) == 0xffff00ff) in insert_sci8()
1846 ui8 >>= 8; in insert_sci8()
1848 else if ((ui8 & 0xff00ffff) == 0) in insert_sci8()
1851 ui8 >>= 16; in insert_sci8()
1853 else if ((ui8 & 0xff00ffff) == 0xff00ffff) 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