Searched refs:src (Results 1 – 4 of 4) sorted by relevance
| /post/lib_powerpc/ |
| A D | string.c | 37 char src [31], dst [31]; in cpu_post_test_string() local 46 for (i = 0; i < sizeof(src); i ++) in cpu_post_test_string() 48 src[i] = (char) i; in cpu_post_test_string() 52 cpu_post_exec_02(code, (ulong)src, (ulong)dst); in cpu_post_test_string() 54 ret = memcmp(src, dst, sizeof(dst)) == 0 ? 0 : -1; in cpu_post_test_string() 59 char src [95], dst [95]; in cpu_post_test_string() local 68 for (i = 0; i < sizeof(src); i ++) in cpu_post_test_string() 70 src[i] = (char) i; in cpu_post_test_string() 74 cpu_post_exec_04(code, (ulong)src, (ulong)dst, 0, sizeof(src)); in cpu_post_test_string() 76 ret = memcmp(src, dst, sizeof(dst)) == 0 ? 0 : -1; in cpu_post_test_string()
|
| A D | multi.c | 32 ulong src[27], dst[27]; in cpu_post_test_multi() local 41 for (i = 0; i < ARRAY_SIZE(src); ++i) { in cpu_post_test_multi() 42 src[i] = i; in cpu_post_test_multi() 46 cpu_post_exec_02(code, (ulong) src, (ulong) dst); in cpu_post_test_multi() 48 ret = memcmp(src, dst, sizeof(dst)) == 0 ? 0 : -1; in cpu_post_test_multi()
|
| /post/drivers/ |
| A D | flash.c | 52 void *src; in flash_post_test() local 60 src = NULL; in flash_post_test() 72 src = seed_src_data(src, &len, s_len); in flash_post_test() 73 if (!src) { in flash_post_test() 86 ret = write_buff(info, src, s_start, s_len); in flash_post_test() 92 ret = memcmp(src, (void *)s_start, s_len); in flash_post_test() 99 free(src); in flash_post_test()
|
| A D | memory.c | 171 static void move64(const unsigned long long *src, unsigned long long *dest) in move64() argument 173 *dest = *src; in move64()
|
Completed in 7 milliseconds