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

  /external/iptables/iptables/
nft-arp.h 5 #define NUMOPCODES 9
xtables-arp.c 484 for (i = 0; i < NUMOPCODES; i++)
1161 for (i = 0; i < NUMOPCODES; i++)
1164 if (i == NUMOPCODES)
    [all...]
nft-arp.c 542 if (tmp <= NUMOPCODES && !(format & FMT_NUMERIC))
  /toolchain/binutils/binutils-2.27/gas/config/
itbl-mips.h 45 #define ITBL_NUM_OPCODES NUMOPCODES
tc-hppa.c     [all...]
tc-mips.c     [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
cr16.h 367 #define NUMOPCODES cr16_num_opcodes
crx.h 366 #define NUMOPCODES crx_num_opcodes
i860.h 504 #define NUMOPCODES ((sizeof i860_opcodes)/(sizeof i860_opcodes[0]))
mips.h     [all...]
hppa.h     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
cr16-dis.c 326 instruction = &cr16_instruction[NUMOPCODES - 2];
crx-dis.c 361 instruction = &crx_instruction[NUMOPCODES - 2];
mips-dis.c     [all...]
hppa-dis.c 375 for (i = 0; i < NUMOPCODES; ++i)

Completed in 1099 milliseconds