HomeSort by: relevance | last modified time | path
    Searched defs:dbytes (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
opc2c.c 87 char dbytes; member in struct:__anon10940
364 if (byte == op->dbytes - 1)
384 if (byte < op->dbytes - 1)
632 op->nbytes = op->dbytes = 0;
683 if (op->dbytes < byte + 1)
684 op->dbytes = byte + 1;
690 if (op->dbytes < byte + 1)
691 op->dbytes = byte + 1;
780 int bytes = opcodes[i]->dbytes;
  /src/external/gpl3/binutils.old/dist/opcodes/
opc2c.c 87 char dbytes; member in struct:__anon12387
364 if (byte == op->dbytes - 1)
384 if (byte < op->dbytes - 1)
632 op->nbytes = op->dbytes = 0;
683 if (op->dbytes < byte + 1)
684 op->dbytes = byte + 1;
690 if (op->dbytes < byte + 1)
691 op->dbytes = byte + 1;
780 int bytes = opcodes[i]->dbytes;
  /src/external/gpl3/gdb/dist/opcodes/
opc2c.c 87 char dbytes; member in struct:__anon19065
364 if (byte == op->dbytes - 1)
384 if (byte < op->dbytes - 1)
632 op->nbytes = op->dbytes = 0;
683 if (op->dbytes < byte + 1)
684 op->dbytes = byte + 1;
690 if (op->dbytes < byte + 1)
691 op->dbytes = byte + 1;
780 int bytes = opcodes[i]->dbytes;
  /src/external/gpl3/gdb/dist/sim/m32c/
opc2c.c 43 char dbytes; member in struct:__anon19561
306 if (byte == op->dbytes - 1)
325 if (byte < op->dbytes - 1)
571 op->nbytes = op->dbytes = 0;
609 if (op->dbytes < byte + 1)
610 op->dbytes = byte + 1;
703 int bytes = opcodes[i]->dbytes;
  /src/external/gpl3/gdb.old/dist/opcodes/
opc2c.c 87 char dbytes; member in struct:__anon21804
364 if (byte == op->dbytes - 1)
384 if (byte < op->dbytes - 1)
632 op->nbytes = op->dbytes = 0;
683 if (op->dbytes < byte + 1)
684 op->dbytes = byte + 1;
690 if (op->dbytes < byte + 1)
691 op->dbytes = byte + 1;
780 int bytes = opcodes[i]->dbytes;
  /src/external/gpl3/gdb.old/dist/sim/m32c/
opc2c.c 43 char dbytes; member in struct:__anon22300
306 if (byte == op->dbytes - 1)
325 if (byte < op->dbytes - 1)
571 op->nbytes = op->dbytes = 0;
609 if (op->dbytes < byte + 1)
610 op->dbytes = byte + 1;
703 int bytes = opcodes[i]->dbytes;

Completed in 29 milliseconds