Home
last modified time | relevance | path

Searched refs:optp (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/cmd/
Ditest.c150 const op_tbl_t *optp; in binary_test() local
154 for (optp = (op_tbl_t *)&op_table, i = 0; in binary_test()
156 optp++, i++) { in binary_test()
158 if ((strncmp (op, optp->op, len) == 0) && (len == strlen (optp->op))) { in binary_test()
160 return (stringcomp(arg1, arg2, optp->opcode)); in binary_test()
162 return (arithcomp (arg1, arg2, optp->opcode, w)); in binary_test()