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

  /external/expat/lib/
internal.h 14 PTRFASTCALL - Like PTRCALL, but for low number of arguments.
34 #define PTRFASTCALL __attribute__((regparm(3)))
55 #ifndef PTRFASTCALL
56 #define PTRFASTCALL
xmltok.c 124 static int PTRFASTCALL
130 static int PTRFASTCALL
136 static int PTRFASTCALL
144 static int PTRFASTCALL
150 static int PTRFASTCALL
158 static int PTRFASTCALL
164 static int PTRFASTCALL
170 static int PTRFASTCALL
180 int (PTRFASTCALL *byteType)(const ENCODING *, const char *);
181 int (PTRFASTCALL *isNameMin)(const ENCODING *, const char *)
    [all...]
xmltok.h 143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *);
144 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
149 int (PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr);
xmltok_impl.c     [all...]

Completed in 127 milliseconds