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

  /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...]
  /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;
  /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); }
  /frameworks/base/tools/obbtool/
Main.cpp 252 if (strncmp(op, name, opsize)) { \
260 const int opsize = strlen(op); local
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvec.h 667 #define IVEC128_ADD_SUB(vect,element,opsize) inline I##vect##vec##element operator+ (const I##vect##vec##element &a,const I##vect##vec##element &b) { return _mm_add_##opsize(a,b); } inline I##vect##vec##element operator- (const I##vect##vec##element &a,const I##vect##vec##element &b) { return _mm_sub_##opsize(a,b); }
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
mips.h 563 unsigned int opsize; member in struct:mips_msb_operand
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c     [all...]

Completed in 483 milliseconds