Lines Matching refs:result
19 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in);
148 * - "func=<function> op1=foo result=bar" will just output the line as-is
199 uint32 ops[8], result[8];
226 } else if (!strcmp(q, "result") || !strcmp(q, "resultr")) {
227 get_operand(r, f, &result[0], &result[1]);
230 get_operand(r, f, &result[4], &result[5]);
233 get_operand(r, f, &result[2], &result[3]);
255 vet_for_decline(f, ops, result, got_errno_in);