Searched refs:FASTCALL (Results 1 – 19 of 19) sorted by relevance
/external/expat/lib/ |
D | internal.h | 62 # define FASTCALL __attribute__((regparm(3))) macro 76 #ifndef FASTCALL 77 # define FASTCALL macro
|
D | xmltok.h | 291 int FASTCALL XmlUtf8Encode(int charNumber, char *buf); 292 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
|
D | xmltok.c | 221 static int FASTCALL checkCharRefNumber(int); 998 static int FASTCALL 1037 static int FASTCALL 1224 static int FASTCALL 1248 int FASTCALL 1284 int FASTCALL 1495 static int FASTCALL
|
D | xmlparse.c | 452 static void FASTCALL normalizePublicId(XML_Char *s); 465 static void FASTCALL hashTableInit(HASH_TABLE *, 467 static void FASTCALL hashTableClear(HASH_TABLE *); 468 static void FASTCALL hashTableDestroy(HASH_TABLE *); 469 static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *, const HASH_TABLE *); 470 static NAMED *FASTCALL hashTableIterNext(HASH_TABLE_ITER *); 472 static void FASTCALL poolInit(STRING_POOL *, 474 static void FASTCALL poolClear(STRING_POOL *); 475 static void FASTCALL poolDestroy(STRING_POOL *); 480 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool); [all …]
|
D | xmlrole.c | 132 static int FASTCALL common(PROLOG_STATE *state, int tok); 1218 static int FASTCALL
|
/external/llvm-project/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/python/cpython3/Modules/expat/ |
D | internal.h | 62 # define FASTCALL __attribute__((regparm(3))) macro 76 #ifndef FASTCALL 77 # define FASTCALL macro
|
D | xmltok.h | 291 int FASTCALL XmlUtf8Encode(int charNumber, char *buf); 292 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
|
D | xmltok.c | 229 static int FASTCALL checkCharRefNumber(int); 1006 static int FASTCALL 1045 static int FASTCALL 1232 static int FASTCALL 1256 int FASTCALL 1292 int FASTCALL 1503 static int FASTCALL
|
D | xmlparse.c | 451 static void FASTCALL normalizePublicId(XML_Char *s); 464 static void FASTCALL hashTableInit(HASH_TABLE *, 466 static void FASTCALL hashTableClear(HASH_TABLE *); 467 static void FASTCALL hashTableDestroy(HASH_TABLE *); 468 static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *, const HASH_TABLE *); 469 static NAMED *FASTCALL hashTableIterNext(HASH_TABLE_ITER *); 471 static void FASTCALL poolInit(STRING_POOL *, 473 static void FASTCALL poolClear(STRING_POOL *); 474 static void FASTCALL poolDestroy(STRING_POOL *); 479 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool); [all …]
|
D | xmlrole.c | 132 static int FASTCALL common(PROLOG_STATE *state, int tok); 1218 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/python/cpython2/Modules/expat/ |
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 | 473 static void FASTCALL normalizePublicId(XML_Char *s); 488 static void FASTCALL 490 static void FASTCALL hashTableClear(HASH_TABLE *); 491 static void FASTCALL hashTableDestroy(HASH_TABLE *); 492 static void FASTCALL 494 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *); 496 static void FASTCALL 498 static void FASTCALL poolClear(STRING_POOL *); 499 static void FASTCALL poolDestroy(STRING_POOL *); 506 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/rust/crates/libz-sys/src/zlib/win32/ |
D | DLL_FAQ.txt | 141 the convention triggered by "__stdcall", and FASTCALL to 180 it does not require, FASTCALL.
|
/external/rust/crates/libz-sys/src/zlib-ng/win32/ |
D | DLL_FAQ.txt | 141 the convention triggered by "__stdcall", and FASTCALL to 180 it does not require, FASTCALL.
|