/external/webkit/Source/JavaScriptCore/jit/ |
JITStubs.h | 266 #define JIT_STUB __attribute__ ((fastcall)) 268 #error "JIT_STUB function calls require fastcall conventions on x86, add appropriate directive/attribute here for your compiler!"
|
JSInterfaceJIT.h | 75 // On x86 we always use fastcall conventions = but on
|
/external/expat/lib/ |
xmlparse.c | 386 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 poolGrow(STRING_POOL *pool) [all...] |
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 [all...] |
xmlrole.c | 125 static int FASTCALL common(PROLOG_STATE *state, int tok); 1304 static int FASTCALL
|
/bionic/libthread_db/ |
libthread_db.c | 96 * (using fastcall convention for x86)
|
/external/clang/test/CodeGen/ |
pragma-weak.c | 150 __attribute((pure,noinline,const,fastcall)) void __xxx(void) { }
|
/external/libvpx/examples/includes/geshi/geshi/ |
cil.php | 67 'filetime', 'field', 'fault', 'fastcall', 'famorassem', 'family', 'famandassem', 'extern', 'extends', 'explicit',
|
/external/llvm/include/llvm/ |
CallingConv.h | 51 // e.g. fastcall and thiscall on X86.
|
/external/llvm/lib/Target/X86/ |
X86MachineFunctionInfo.h | 36 /// Used on windows platform for stdcall & fastcall name decoration
|
/external/zlib/contrib/delphi/ |
zlibd32.mak | 7 # This project uses the Delphi (fastcall/register) calling convention:
|
/external/zlib/contrib/pascal/ |
zlibd32.mak | 7 # This project uses the Delphi (fastcall/register) calling convention:
|
/external/clang/lib/Sema/ |
AttributeList.cpp | 135 .Case("fastcall", AT_fastcall)
|
/external/kernel-headers/original/linux/ |
spinlock.h | 73 #define __lockfunc fastcall __attribute__((section(".spinlock.text")))
|
mm.h | 313 extern void FASTCALL(__page_cache_release(struct page *)); 774 int FASTCALL(set_page_dirty(struct page *page)); 805 extern pte_t *FASTCALL(get_locked_pte(struct mm_struct *mm, unsigned long addr, spinlock_t **ptl)); [all...] |
kernel.h | 102 fastcall NORET_TYPE void do_exit(long error_code)
|
/external/kernel-headers/original/asm-x86/ |
system_32.h | 13 extern struct task_struct * FASTCALL(__switch_to(struct task_struct *prev, struct task_struct *next));
|
/external/zlib/win32/ |
DLL_FAQ.txt | 141 the convention triggered by "__stdcall", and FASTCALL to 180 it does not require, FASTCALL.
|
/external/llvm/ |
CREDITS.TXT | 187 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
|
/external/qemu-pc-bios/bochs/ |
config.h.in | 339 // A certain functions must NOT be fastcall even if compiled with fastcall
|
/external/chromium/crypto/third_party/nss/ |
sha512.cc | 114 #define FASTCALL __fastcall 116 static FORCEINLINE PRUint32 FASTCALL [all...] |
/external/clang/lib/AST/ |
TypePrinter.cpp | 438 S += " __attribute__((fastcall))"; 933 case AttributedType::attr_fastcall: S += "fastcall"; break; [all...] |
/external/libffi/doc/ |
libffi.info | 365 instance, the x86 platform has both `stdcall' and `fastcall' functions.
|
libffi.texi | 411 instance, the x86 platform has both @samp{stdcall} and @samp{fastcall}
|
/external/webkit/Source/JavaScriptCore/wtf/ |
Platform.h | [all...] |