Lines Matching refs:result
32 int *result = __aeabi_memmove(dest, src, 16);
33 if (result < 0) {
34 t_error("%s __aeabi_memmove error get result is %d\n", __func__, result);
47 int *result = __aeabi_memmove4(dest, src, 16);
48 if (result < 0) {
49 t_error("%s __aeabi_memmove4 error get result is %d\n", __func__, result);
62 int *result = __aeabi_memmove8(dest, src, 16);
63 if (result < 0) {
64 t_error("%s __aeabi_memmove8 error get result is %d\n", __func__, result);