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