Searched refs:FASTCALL (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/expat/lib/
H A Dinternal.h9 FASTCALL - Used for those internal functions that have a simple
30 #define FASTCALL __attribute__((stdcall, regparm(3)))
33 #define FASTCALL __attribute__((regparm(3))) macro
47 #ifndef FASTCALL
48 #define FASTCALL macro
H A Dxmltok.h286 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
287 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
H A Dxmltok.c236 static int FASTCALL checkCharRefNumber(int);
1017 static int FASTCALL
1054 static int FASTCALL
1268 static int FASTCALL
1287 int FASTCALL
1324 int FASTCALL
1561 static int FASTCALL
H A Dxmlparse.c395 static void FASTCALL normalizePublicId(XML_Char *s);
410 static void FASTCALL
412 static void FASTCALL hashTableClear(HASH_TABLE *);
413 static void FASTCALL hashTableDestroy(HASH_TABLE *);
414 static void FASTCALL
416 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
418 static void FASTCALL
420 static void FASTCALL poolClear(STRING_POOL *);
421 static void FASTCALL poolDestroy(STRING_POOL *);
428 static XML_Bool FASTCALL poolGro
[all...]
H A Dxmlrole.c125 static int FASTCALL common(PROLOG_STATE *state, int tok);
1304 static int FASTCALL
/freebsd-11.0-release/sys/dev/hptmv/
H A DmvOs.h43 #ifdef FASTCALL
44 #undef FASTCALL macro
46 #define FASTCALL HPTLIBAPI macro
H A Dcommand.h257 void FASTCALL FreeCommand(_VBUS_ARG PCommand pCmd);
259 void FASTCALL CallAfterReturn(_VBUS_ARG DPC_PROC proc, void *arg);
261 void FASTCALL CallWhenIdle(_VBUS_ARG DPC_PROC proc, void *arg);
H A Darray.h208 ULONG FASTCALL GetStamp(void);

Completed in 147 milliseconds