Home
last modified time | relevance | path

Searched refs:in (Results 1 – 9 of 9) sorted by relevance

/test/lib/
A Dmembuf.c46 in[i] = (i & 63) + '0'; in lib_test_membuf_one()
47 in[i + TEST_SIZE] = in[i]; in lib_test_membuf_one()
57 ret = membuf_put(&mb, in, 0); in lib_test_membuf_one()
81 char in[TEST_SIZE * 2]; in lib_test_membuf_random() local
91 in[i] = (i & 63) + '0'; in lib_test_membuf_random()
92 in[i + TEST_SIZE] = in[i]; in lib_test_membuf_random()
97 inptr = in; in lib_test_membuf_random()
98 outptr = in; in lib_test_membuf_random()
135 char in[TEST_SIZE * 2]; in lib_test_membuf_extend() local
144 in[i] = (i & 63) + '0'; in lib_test_membuf_extend()
[all …]
A Dcompression.c162 void *in, unsigned long in_size, in uncompress_using_gzip() argument
177 void *in, unsigned long in_size, in compress_using_bzip2() argument
183 ut_asserteq_mem(plain, in, in_size); in compress_using_bzip2()
218 ut_asserteq_mem(plain, in, in_size); in compress_using_lzma()
231 void *in, unsigned long in_size, in uncompress_using_lzma() argument
252 ut_asserteq_mem(plain, in, in_size); in compress_using_lzo()
265 void *in, unsigned long in_size, in uncompress_using_lzo() argument
287 ut_asserteq_mem(plain, in, in_size); in compress_using_lz4()
300 void *in, unsigned long in_size, in uncompress_using_lz4() argument
322 ut_asserteq_mem(plain, in, in_size); in compress_using_zstd()
[all …]
A Dunicode.c700 static void utf8_to_cp437_stream_helper(const char *in, char *out) in utf8_to_cp437_stream_helper() argument
706 for (; *in; ++in) { in utf8_to_cp437_stream_helper()
707 ret = utf8_to_cp437_stream(*in, buffer); in utf8_to_cp437_stream_helper()
731 static void utf8_to_utf32_stream_helper(const char *in, s32 *out) in utf8_to_utf32_stream_helper() argument
737 for (; *in; ++in) { in utf8_to_utf32_stream_helper()
738 ret = utf8_to_utf32_stream(*in, buffer); in utf8_to_utf32_stream_helper()
A DKconfig19 int "Value used in Kconfig test"
/test/common/
A Dtest_autoboot.c16 static int check_for_input(struct unit_test_state *uts, const char *in, in check_for_input() argument
24 console_in_puts(in); in check_for_input()
/test/
A DKconfig7 Select this to compile in unit tests for various parts of
13 bool "Unit tests in SPL"
18 Select this to enable unit tests in SPL. Most test are designed for
19 running in U-Boot proper, but some are intended for SPL, such as
/test/py/
A Dpytest.ini14 singlethread: Cannot run in parallel
/test/boot/files/
A Dexpo_layout.dts17 /* value refers to the matching id in /strings */
/test/image/
A DKconfig58 Smoke test to ensure that loading U-boot works in sandbox.

Completed in 30 milliseconds