Searched refs:FASTCALL (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | indirect_size.h | 48 # define FASTCALL __attribute__((fastcall)) macro 50 # define FASTCALL macro 53 extern _X_INTERNAL PURE FASTCALL GLint __glCallLists_size(GLenum); 54 extern _X_INTERNAL PURE FASTCALL GLint __glFogfv_size(GLenum); 55 extern _X_INTERNAL PURE FASTCALL GLint __glFogiv_size(GLenum); 56 extern _X_INTERNAL PURE FASTCALL GLint __glLightfv_size(GLenum); 57 extern _X_INTERNAL PURE FASTCALL GLint __glLightiv_size(GLenum); 58 extern _X_INTERNAL PURE FASTCALL GLint __glLightModelfv_size(GLenum); 59 extern _X_INTERNAL PURE FASTCALL GLint __glLightModeliv_size(GLenum); 60 extern _X_INTERNAL PURE FASTCALL GLint __glMaterialfv_size(GLenum); [all …]
|
D | indirect_size.c | 40 # define FASTCALL __attribute__((fastcall)) macro 42 # define FASTCALL macro 51 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \ 56 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \ 61 _X_INTERNAL PURE FASTCALL GLint 84 _X_INTERNAL PURE FASTCALL GLint 102 _X_INTERNAL PURE FASTCALL GLint 123 _X_INTERNAL PURE FASTCALL GLint 138 _X_INTERNAL PURE FASTCALL GLint 156 _X_INTERNAL PURE FASTCALL GLint [all …]
|
D | indirect.h | 41 # define FASTCALL __attribute__((fastcall)) macro 43 # define FASTCALL macro 62 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupSingleRequest( 65 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupVendorRequest( 719 # undef FASTCALL
|
D | indirect.c | 45 # define FASTCALL __attribute__((fastcall)) macro 47 # define FASTCALL macro 136 NOINLINE FASTCALL GLubyte * 151 NOINLINE FASTCALL GLubyte * 180 static FASTCALL NOINLINE void 192 static FASTCALL NOINLINE void 204 static FASTCALL NOINLINE void 216 static FASTCALL NOINLINE void 228 static FASTCALL NOINLINE void 240 static FASTCALL NOINLINE void [all …]
|
/external/expat/lib/ |
D | internal.h | 33 #define FASTCALL __attribute__((regparm(3))) macro 47 #ifndef FASTCALL 48 #define FASTCALL macro
|
D | xmltok.h | 280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf); 281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
|
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 | xmlrole.c | 125 static int FASTCALL common(PROLOG_STATE *state, int tok); 1304 static int FASTCALL
|
/external/chromium_org/third_party/expat/files/lib/ |
D | internal.h | 33 #define FASTCALL __attribute__((regparm(3))) macro 47 #ifndef FASTCALL 48 #define FASTCALL macro
|
D | xmltok.h | 280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf); 281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
|
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 | 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/zlib/src/win32/ |
D | DLL_FAQ.txt | 141 the convention triggered by "__stdcall", and FASTCALL to 180 it does not require, FASTCALL.
|
/external/chromium_org/crypto/third_party/nss/ |
D | sha512.cc | 114 #define FASTCALL __fastcall macro 116 static FORCEINLINE PRUint32 FASTCALL
|
/external/oprofile/ |
D | ChangeLog-2002 | 1408 * module/oprofile.h: (regparm3): remove, use FASTCALL instead.
|