Home
last modified time | relevance | path

Searched refs:chr (Results 1 – 18 of 18) sorted by relevance

/u-boot/test/py/tests/
A Dtest_efi_selftest.py77 u_boot_console.run_command(cmd=chr(4), wait_for_echo=False,
83 u_boot_console.run_command(cmd=chr(8), wait_for_echo=False,
89 u_boot_console.run_command(cmd=chr(9), wait_for_echo=False,
101 u_boot_console.run_command(cmd=chr(27) + '[A', wait_for_echo=False,
132 u_boot_console.run_command(cmd=chr(4), wait_for_echo=False,
138 u_boot_console.run_command(cmd=chr(8), wait_for_echo=False,
144 u_boot_console.run_command(cmd=chr(9), wait_for_echo=False,
156 u_boot_console.run_command(cmd=chr(27) + '[A', wait_for_echo=False,
174 u_boot_console.run_command(cmd=chr(24), wait_for_echo=False, send_nl=False,
A Dtest_fit_hashes.py105 fd.write(500 * chr(0xa5))
A Dtest_fit_ecdsa.py98 fd.write(500 * chr(0))
A Dvboot_evil.py36 output += chr(dt_strings[off])
/u-boot/tools/binman/
A Dfdt_test.py65 self.assertEquals(chr(8), prop.value)
72 self.assertEquals([chr(1), '#', '4'], prop.value)
/u-boot/drivers/video/
A Dsandbox_osd.c25 inline u16 make_memval(u8 chr, u8 color) in make_memval() argument
27 return chr * 0x100 + color; in make_memval()
/u-boot/scripts/kconfig/
A Dzconf.l72 static void warn_ignored_character(char chr) in warn_ignored_character() argument
76 zconf_curname(), zconf_lineno(), chr); in warn_ignored_character()
/u-boot/tools/dtoc/
A Dfdt.py93 return Type.BYTE, chr(data[0])
95 return Type.BYTE, [chr(ch) for ch in list(data)]
172 new_value += [chr(by) for by in val]
174 new_value = [chr(by) for by in self.value]
195 return chr(0)
A Dfdt_util.py308 name += chr(byte)
A Dtest_fdt.py59 return prop, [chr(x) for x in data]
393 self.assertEqual(chr(0), fdt.Prop.GetEmpty(Type.BYTE))
527 val = '123' + chr(0) + '456'
A Dtest_fdt59 return prop, [chr(x) for x in data]
393 self.assertEqual(chr(0), fdt.Prop.GetEmpty(Type.BYTE))
527 val = '123' + chr(0) + '456'
/u-boot/common/
A Dhash.c405 char chr[3]; in hash_parse_string() local
407 strlcpy(chr, &str[i * 2], 3); in hash_parse_string()
408 result[i] = hextoul(chr, NULL); in hash_parse_string()
/u-boot/tools/u_boot_pylib/
A Dtools.py579 print(chr(8) * (len(status) + 1), '\r', end=' ')
586 status = status + chr(8) * (len(status) + 1)
/u-boot/tools/
A Defivar.py110 name += chr(buf[i])
111 return ''.join([chr(x) for x in name.encode('utf_16_le') if x]), i + 2
375 toChr = lambda c: chr(c) if 32 <= c < 127 else '.'
A Dzynqmpbif.c813 #define NEXT_CHAR(str, chr) ({ \ argument
814 char *_n = strchr(str, chr); \
/u-boot/test/py/
A Du_boot_console_base.py314 self.run_command(chr(3), wait_for_echo=False, send_nl=False)
A Dmultiplexed_log.py344 data = data.replace(chr(13), '')
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped567 if chr(0) in name:

Completed in 36 milliseconds