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

  /cts/tools/dasm/src/dasm/
sym.java 12 static final int REGS = 29;
ReservedWords.java 68 reserved_words.put("regs", new token(sym.REGS));
parser.cup 68 USING, IS, FROM, METHOD, SIGNATURE, REGS, FIELD, CLASS,
634 // .limit regs <val>
636 REGS Int:v // .limit regs
640 {: dAsm.report_error(".limit expected \"regs\" , but got "
  /build/tools/
filter-product-graph.py 7 def choose_regex(regs, line):
8 for func,reg in regs:
31 REGS = [
40 func,m = choose_regex(REGS, line)
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 62 union REGS r;
83 union REGS r;
120 union REGS r;
155 union REGS r;
193 union REGS r;
224 union REGS r;
248 union REGS r;
270 union REGS r;
311 void VBE_callESDI(RMREGS *regs, void *buffer, int size)
315 * Parameters: regs - Registers to load when calling VB
350 RMREGS regs; local
401 RMREGS regs; local
421 RMREGS regs; local
529 RMREGS regs; local
    [all...]

Completed in 244 milliseconds