Searched defs:PTRFASTCALL (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/expat/ |
D | internal.h | 72 # define PTRFASTCALL __attribute__((regparm(3))) macro 94 # define PTRFASTCALL macro
|
D | xmltok.c | 194 int(PTRFASTCALL *byteType)(const ENCODING *, const char *); member 195 int(PTRFASTCALL *isNameMin)(const ENCODING *, const char *); member 196 int(PTRFASTCALL *isNmstrtMin)(const ENCODING *, const char *); member 197 int(PTRFASTCALL *byteToAscii)(const ENCODING *, const char *); member 200 int(PTRFASTCALL *isName2)(const ENCODING *, const char *); member 201 int(PTRFASTCALL *isName3)(const ENCODING *, const char *); member 202 int(PTRFASTCALL *isName4)(const ENCODING *, const char *); member 203 int(PTRFASTCALL *isNmstrt2)(const ENCODING *, const char *); member 204 int(PTRFASTCALL *isNmstrt3)(const ENCODING *, const char *); member 205 int(PTRFASTCALL *isNmstrt4)(const ENCODING *, const char *); member [all …]
|
D | xmltok.h | 180 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *); member 181 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); member 184 int(PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr); member
|