Searched refs:FASTCALL (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython2/Modules/expat/ |
D | internal.h | 33 #define FASTCALL __attribute__((regparm(3))) macro 47 #ifndef FASTCALL 48 #define FASTCALL macro
|
D | xmltok.c | 225 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
|
D | xmlparse.c | 388 static void FASTCALL normalizePublicId(XML_Char *s); 403 static void FASTCALL 405 static void FASTCALL hashTableClear(HASH_TABLE *); 406 static void FASTCALL hashTableDestroy(HASH_TABLE *); 407 static void FASTCALL 409 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *); 411 static void FASTCALL 413 static void FASTCALL poolClear(STRING_POOL *); 414 static void FASTCALL poolDestroy(STRING_POOL *); 421 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool); [all …]
|
D | xmltok.h | 280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf); 281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
|
D | xmlrole.c | 125 static int FASTCALL common(PROLOG_STATE *state, int tok); 1304 static int FASTCALL
|
/external/python/cpython3/Modules/expat/ |
D | internal.h | 33 #define FASTCALL __attribute__((regparm(3))) macro 47 #ifndef FASTCALL 48 #define FASTCALL macro
|
D | xmltok.c | 225 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
|
D | xmlparse.c | 388 static void FASTCALL normalizePublicId(XML_Char *s); 403 static void FASTCALL 405 static void FASTCALL hashTableClear(HASH_TABLE *); 406 static void FASTCALL hashTableDestroy(HASH_TABLE *); 407 static void FASTCALL 409 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *); 411 static void FASTCALL 413 static void FASTCALL poolClear(STRING_POOL *); 414 static void FASTCALL poolDestroy(STRING_POOL *); 421 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool); [all …]
|
D | xmltok.h | 280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf); 281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
|
D | xmlrole.c | 125 static int FASTCALL common(PROLOG_STATE *state, int tok); 1304 static int FASTCALL
|
/external/clang/test/CodeGen/ |
D | regparm.c | 3 #define FASTCALL __attribute__((regparm(2))) macro 14 extern void FASTCALL reduced(char b, double c, foo* d, double e, int f); 17 void FASTCALL f1(int i, int j, int k);
|
/external/expat/lib/ |
D | internal.h | 62 #define FASTCALL __attribute__((regparm(3))) macro 76 #ifndef FASTCALL 77 #define FASTCALL macro
|
D | xmltok.h | 309 int FASTCALL XmlUtf8Encode(int charNumber, char *buf); 310 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
|
D | xmltok.c | 268 static int FASTCALL checkCharRefNumber(int); 1066 static int FASTCALL 1107 static int FASTCALL 1321 static int FASTCALL 1340 int FASTCALL 1377 int FASTCALL 1616 static int FASTCALL
|
D | xmlparse.c | 470 static void FASTCALL normalizePublicId(XML_Char *s); 485 static void FASTCALL 487 static void FASTCALL hashTableClear(HASH_TABLE *); 488 static void FASTCALL hashTableDestroy(HASH_TABLE *); 489 static void FASTCALL 491 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *); 493 static void FASTCALL 495 static void FASTCALL poolClear(STRING_POOL *); 496 static void FASTCALL poolDestroy(STRING_POOL *); 503 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool); [all …]
|
D | xmlrole.c | 147 static int FASTCALL common(PROLOG_STATE *state, int tok); 1354 static int FASTCALL
|
/external/zlib/src/win32/ |
D | DLL_FAQ.txt | 141 the convention triggered by "__stdcall", and FASTCALL to 180 it does not require, FASTCALL.
|