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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ansidecl.h 111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
192 #define PROTO(type, name, arglist) type name arglist
193 #define EXFUN(name, proto) name proto
231 #define PROTO(type, name, arglist) type name ()
232 #define EXFUN(name, proto) name()
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
ansidecl.h 111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
192 #define PROTO(type, name, arglist) type name arglist
193 #define EXFUN(name, proto) name proto
231 #define PROTO(type, name, arglist) type name ()
232 #define EXFUN(name, proto) name()
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flexdef.h 82 #ifndef PROTO
84 #define PROTO(proto) proto
86 #define PROTO(proto) ()
251 * proto in the proto queue.
256 * table and the proto it was first compared with must be of the total
258 * proto as a good match and not search any further
    [all...]
  /external/libpcap/
tokdefs.h 42 PROTO = 268,
146 #define PROTO 268
grammar.c 77 PROTO = 268,
181 #define PROTO 268
340 #include "os-proto.h"
343 #define QSET(q, p, d, a) (q).proto = (p),\
783 "NETMASK", "PORT", "PORTRANGE", "LESS", "GREATER", "PROTO", "PROTOCHAIN",
    [all...]

Completed in 141 milliseconds