Searched refs:add_byte (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/scripts/kconfig/ |
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()
|
/external/u-boot/drivers/bios_emulator/include/x86emu/ |
D | prim_ops.h | 53 u8 add_byte (u8 d, u8 s);
|
/external/u-boot/drivers/bios_emulator/x86emu/ |
D | prim_ops.c | 348 u8 add_byte(u8 d, u8 s) in add_byte() function
|
D | ops.c | 90 add_byte, /* 00 */
|