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

  /external/boringssl/src/crypto/perlasm/
x86gas.pl 23 sub opsize() subroutine
49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }
50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
  /external/iptables/utils/
nfsynproxy.c 49 int opsize; local
58 opsize = *ptr++;
59 if (opsize < 2)
61 if (opsize > length)
66 if (opsize == TCPOLEN_MAXSEG)
70 if (opsize == TCPOLEN_WINDOW)
74 if (opsize == TCPOLEN_TIMESTAMP)
78 if (opsize == TCPOLEN_SACK_PERMITTED)
83 ptr += opsize - 2;
84 length -= opsize;
    [all...]
  /frameworks/base/tools/obbtool/
Main.cpp 252 if (strncmp(op, name, opsize)) { \
260 const int opsize = strlen(op); local
  /toolchain/binutils/binutils-2.25/opcodes/
s390-dis.c 230 int status, opsize, bufsize; local
251 opsize = s390_insn_length (buffer);
252 status = opsize > bufsize;
257 opsize = s390_insn_length (buffer);
282 return opsize;
  /toolchain/binutils/binutils-2.25/include/opcode/
mips.h 563 unsigned int opsize; member in struct:mips_msb_operand
    [all...]

Completed in 179 milliseconds