HomeSort by relevance Sort by last modified time
    Searched full:fastcall (Results 226 - 250 of 286) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text")))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text")))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text")))
  /external/expat/lib/
xmltok.h 280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
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...]
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
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_XML.py 196 """Conditionally define `FASTCALL' function attribute.
198 Conditionally defines a preprocessor macro `FASTCALL' that
199 wraps GCC's `fastcall' function attribute. The conditional
206 self.undef_list.append("FASTCALL")
208 # define FASTCALL __attribute__((fastcall))
210 # define FASTCALL
glX_proto_size.py 228 print '_X_INTERNAL PURE FASTCALL GLint'
336 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\'
341 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\'
396 print 'extern _X_INTERNAL PURE FASTCALL GLint __gl%s_size(GLenum);' % (func.name)
glX_proto_send.py 265 NOINLINE FASTCALL GLubyte *
280 NOINLINE FASTCALL GLubyte *
459 print """static FASTCALL NOINLINE void
1051 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupSingleRequest(
1054 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupVendorRequest(
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 196 """Conditionally define `FASTCALL' function attribute.
198 Conditionally defines a preprocessor macro `FASTCALL' that
199 wraps GCC's `fastcall' function attribute. The conditional
206 self.undef_list.append("FASTCALL")
208 # define FASTCALL __attribute__((fastcall))
210 # define FASTCALL
glX_proto_size.py 228 print '_X_INTERNAL PURE FASTCALL GLint'
336 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\'
341 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\'
396 print 'extern _X_INTERNAL PURE FASTCALL GLint __gl%s_size(GLenum);' % (func.name)
glX_proto_send.py 265 NOINLINE FASTCALL GLubyte *
280 NOINLINE FASTCALL GLubyte *
459 print """static FASTCALL NOINLINE void
1051 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupSingleRequest(
1054 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupVendorRequest(
    [all...]
  /external/llvm/include/llvm/IR/
CallingConv.h 70 // e.g. fastcall and thiscall on X86.
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 38 /// Used on windows platform for stdcall & fastcall name decoration
  /external/zlib/src/contrib/delphi/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /external/zlib/src/contrib/pascal/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
video.h 976 FASTCALL
982 FASTCALL
989 FASTCALL
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.h 41 # define FASTCALL __attribute__((fastcall))
43 # define FASTCALL
62 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupSingleRequest(
65 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupVendorRequest(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
cygming.h 249 /* Output a reference to a label. Fastcall function symbols
426 fastcall decoration. */
  /external/clang/include/clang/Basic/
Specifiers.h 204 CC_X86FastCall, // __attribute__((fastcall))
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 237 // (using fastcall convention for x86)
  /ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c 248 // (using fastcall convention for x86)
  /ndk/sources/android/libthread_db/gdb-7.6/
libthread_db.c 261 // (using fastcall convention for x86)

Completed in 2329 milliseconds

1 2 3 4 5 6 7 8 91011>>