Lines Matching refs:result
33 void *result = __aeabi_memcpy(dest, src, 16);
34 if (result < 0) {
35 t_error("%s __aeabi_memcpy error get result is %d\n", __func__, result);
48 void *result = __aeabi_memcpy4(dest, src, 16);
49 if (result < 0) {
50 t_error("%s __aeabi_memcpy4 error get result is %d\n", __func__, result);
63 void *result = __aeabi_memcpy8(dest, src, 16);
64 if (result < 0) {
65 t_error("%s __aeabi_memcpy8 error get result is %d\n", __func__, result);