HomeSort by relevance Sort by last modified time
    Searched refs:looking_for (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
h8300-dis.c 77 op_type looking_for,
84 switch (looking_for & SIZE)
91 if ((looking_for & MODE) == DISP)
136 if ((looking_for & SIZE) == L_16)
358 op_type looking_for = *nib; local
363 opnr = ((looking_for & OP3) == OP3 ? 2
364 : (looking_for & DST) == DST ? 1 : 0);
366 if (looking_for < 16 && looking_for >= 0)
368 if (looking_for != thisnib
    [all...]
  /external/elfutils/src/
addr2line.c 495 const char *looking_for = ((void **) arg)[0]; local
514 if (!strcmp (symbol_name, looking_for))
  /external/autotest/server/hosts/
cros_host.py     [all...]

Completed in 569 milliseconds