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

/macosx-10.10.1/apr-32/apr-util/apr-util/xml/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.h280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
H A Dxmlparse.c375 static void FASTCALL normalizePublicId(XML_Char *s);
389 static void FASTCALL
391 static void FASTCALL hashTableClear(HASH_TABLE *);
392 static void FASTCALL hashTableDestroy(HASH_TABLE *);
393 static void FASTCALL
395 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
397 static void FASTCALL
399 static void FASTCALL poolClear(STRING_POOL *);
400 static void FASTCALL poolDestroy(STRING_POOL *);
407 static XML_Bool FASTCALL poolGro
[all...]
H A Dxmltok.c218 static int FASTCALL checkCharRefNumber(int);
909 static int FASTCALL
946 static int FASTCALL
1160 static int FASTCALL
1179 int FASTCALL
1216 int FASTCALL
1448 static int FASTCALL
H A Dxmlrole.c114 static int FASTCALL common(PROLOG_STATE *state, int tok);
1291 static int FASTCALL
/macosx-10.10.1/expat-12/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.h280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
H A Dxmlparse.c386 static void FASTCALL normalizePublicId(XML_Char *s);
400 static void FASTCALL
402 static void FASTCALL hashTableClear(HASH_TABLE *);
403 static void FASTCALL hashTableDestroy(HASH_TABLE *);
404 static void FASTCALL
406 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
408 static void FASTCALL
410 static void FASTCALL poolClear(STRING_POOL *);
411 static void FASTCALL poolDestroy(STRING_POOL *);
418 static XML_Bool FASTCALL poolGro
[all...]
H A Dxmltok.c225 static int FASTCALL checkCharRefNumber(int);
922 static int FASTCALL
959 static int FASTCALL
1173 static int FASTCALL
1192 int FASTCALL
1229 int FASTCALL
1461 static int FASTCALL
H A Dxmlrole.c125 static int FASTCALL common(PROLOG_STATE *state, int tok);
1304 static int FASTCALL
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
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.h280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
H A Dxmlparse.c386 static void FASTCALL normalizePublicId(XML_Char *s);
400 static void FASTCALL
402 static void FASTCALL hashTableClear(HASH_TABLE *);
403 static void FASTCALL hashTableDestroy(HASH_TABLE *);
404 static void FASTCALL
406 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
408 static void FASTCALL
410 static void FASTCALL poolClear(STRING_POOL *);
411 static void FASTCALL poolDestroy(STRING_POOL *);
418 static XML_Bool FASTCALL poolGro
[all...]
H A Dxmltok.c225 static int FASTCALL checkCharRefNumber(int);
922 static int FASTCALL
959 static int FASTCALL
1173 static int FASTCALL
1192 int FASTCALL
1229 int FASTCALL
1461 static int FASTCALL
H A Dxmlrole.c125 static int FASTCALL common(PROLOG_STATE *state, int tok);
1304 static int FASTCALL
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerCodeRef.h69 #ifndef FASTCALL
71 #define FASTCALL __fastcall macro
73 #define FASTCALL __attribute__ ((fastcall)) macro
75 #endif // FASTCALL
178 FunctionPtr(returnType (FASTCALL *value)())
185 FunctionPtr(returnType (FASTCALL *value)(argType1))
192 FunctionPtr(returnType (FASTCALL *value)(argType1, argType2))
199 FunctionPtr(returnType (FASTCALL *value)(argType1, argType2, argType3))
206 FunctionPtr(returnType (FASTCALL *value)(argType1, argType2, argType3, argType4))
/macosx-10.10.1/vim-55/src/
H A DMake_bc5.mak80 # FASTCALL no or yes: set to yes to use register-based function protocol (yes)
210 ### FASTCALL: yes to use FASTCALL calling convention (RECOMMENDED!), no otherwise
212 # don't use FASTCALL when linking with external libs.
213 !if ("$(FASTCALL)"=="") && \
224 FASTCALL = yes macro
291 !if ("$(FASTCALL)"=="yes")
716 !if ("$(FASTCALL)"=="yes")
717 MSG = $(MSG) FASTCALL
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dnasm.vim100 syn keyword nasmType CDECL FASTCALL NONE PASCAL STDCALL

Completed in 195 milliseconds