Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/test/
H A Dcompression.c25 static const char plain[] = variable
159 assert(in_size == strlen(plain)); in compress_using_bzip2()
160 assert(memcmp(plain, in, in_size) == 0); in compress_using_bzip2()
192 assert(in_size == strlen(plain)); in compress_using_lzma()
193 assert(memcmp(plain, in, in_size) == 0); in compress_using_lzma()
224 assert(in_size == strlen(plain)); in compress_using_lzo()
225 assert(memcmp(plain, in, in_size) == 0); in compress_using_lzo()
257 assert(in_size == strlen(plain)); in compress_using_lz4()
258 assert(memcmp(plain, in, in_size) == 0); in compress_using_lz4()
302 orig_buf = (void *)plain; in run_test()
[all …]
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c43 const u8 *plain; member
121 .plain = (in), \
127 #define CIPHER_TEST(algo, mode, key, iv, plain, cipher) \ argument
128 CIPHER_XTS_TEST(algo, mode, key, NULL, iv, plain, cipher)
140 .plain = (in), \
384 u8 *plain = NULL, *cipher = NULL; in test_cipher_perf() local
390 plain = (u8 *)memalign(CONFIG_SYS_CACHELINE_SIZE, data_size); in test_cipher_perf()
391 if (!plain) { in test_cipher_perf()
401 free(plain); in test_cipher_perf()
405 memset(plain, 0xab, data_size); in test_cipher_perf()
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/ata/
H A Dintel-sata.txt12 "plain-ide" : Use plain IDE mode
/rk3399_rockchip-uboot/tools/patman/test/
H A D0000-cover-letter.patch6 Content-Type: text/plain; charset=UTF-8
H A D0001-pci-Correct-cast-for-sandbox.patch6 Content-Type: text/plain; charset=UTF-8
H A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_memory_.patch6 Content-Type: text/plain; charset=UTF-8
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dmulti-with-loadables.its70 description = "Just plain Linux";
/rk3399_rockchip-uboot/test/py/
H A DREADME.md76 browser, but may be read directly as plain text, perhaps with the aid of the
/rk3399_rockchip-uboot/doc/
H A DREADME.x86374 attention to. coreboot supports loading an ELF executable and a 32-bit plain
/rk3399_rockchip-uboot/
H A DREADME3708 - will configure for a plain TQM823L, i. e. no LCD support
5222 We prefer patches as plain text. MIME attachments are discouraged,