Searched defs:Byte (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/include/lzma/ |
H A D | LzmaTypes.h | 15 #define Byte LZByte macro
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 344 enum Sizes {Byte, Word, Long, end_sizes}; in op_in() enumerator 379 enum Sizes {Byte, Word, Long, end_sizes}; in op_out() enumerator 416 enum Sizes {Byte, Word, Long, Quad, end_sizes}; in op_read() enumerator 457 enum Sizes {Byte, Word, Long, Quad, end_sizes}; in op_write() enumerator 499 enum Sizes {Byte, Word, Long, end_sizes}; in op_pci_read() enumerator 528 enum Sizes {Byte, Word, Long, end_sizes}; in op_pci_write() enumerator
|
/openbmc/linux/include/linux/ |
H A D | zconf.h | 52 typedef unsigned char Byte; /* 8 bits */ typedef
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | fpu_entry.c | 546 static int valid_prefix(u_char *Byte, u_char __user **fpu_eip, in valid_prefix()
|
/openbmc/u-boot/include/u-boot/ |
H A D | zlib.h | 101 # define Byte z_Byte macro 312 typedef unsigned char Byte; /* 8 bits */ typedef
|
/openbmc/u-boot/lib/lzma/ |
H A D | Types.h | 43 typedef unsigned char Byte; typedef
|
/openbmc/qemu/include/libdecnumber/ |
H A D | decNumberLocal.h | 78 #define Byte int8_t macro
|