Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Ditest.c33 typedef struct op_tbl_s op_tbl_t; typedef
35 static const op_tbl_t op_table [] = {
150 const op_tbl_t *optp; in binary_test()
154 for (optp = (op_tbl_t *)&op_table, i = 0; in binary_test()