Searched refs:add_byte (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | confdata.c | 193 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() function 223 if (add_byte(c, &line, slen, n) < 0) in compat_getline() 228 if (add_byte('\0', &line, slen, n) < 0) in compat_getline() 235 if (add_byte(c, &line, slen, n) < 0) in compat_getline()
|
| /openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | prim_ops.h | 53 u8 add_byte (u8 d, u8 s);
|
| /openbmc/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 348 u8 add_byte(u8 d, u8 s) in add_byte() function
|
| H A D | ops.c | 90 add_byte, /* 00 */
|
| /openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 3253 destval = add_byte(destval, *srcreg); 3337 *destreg = add_byte(*destreg, srcval); 6929 - add_byte, /* 00 */ 6938 + add_byte, /* 00 */ 7118 - add_byte, /*00 */ 7127 + add_byte, /*00 */ 14990 -u8 add_byte(u8 d, u8 s) 14992 +add_byte(u8 d, u8 s) 21180 -u8 add_byte (u8 d, u8 s); 21270 + u8 add_byte(u8 d, u8 s);
|