Home
last modified time | relevance | path

Searched refs:add_byte (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/scripts/kconfig/
Dconfdata.c193 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/
Dprim_ops.h53 u8 add_byte (u8 d, u8 s);
/external/u-boot/drivers/bios_emulator/x86emu/
Dprim_ops.c348 u8 add_byte(u8 d, u8 s) in add_byte() function
Dops.c90 add_byte, /* 00 */