Home
last modified time | relevance | path

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

/external/u-boot/include/bedbug/
Dppc.h390 extern const unsigned int n_opcodes;
Dtables.h481 const unsigned int n_opcodes = sizeof(opcodes) / sizeof(opcodes[0]); variable
/external/u-boot/common/
Dbedbug.c422 int bottom = n_opcodes - 1; in find_opcode()
467 for (idx = 0; idx < n_opcodes; ++idx) { in find_opcode_by_name()