Home
last modified time | relevance | path

Searched refs:regparm (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dinternal.h60 regparm() generates warnings on Solaris boxes. See SF bug #692878.
64 #define FASTCALL __attribute__((stdcall, regparm(3)))
67 # define FASTCALL __attribute__((regparm(3)))
68 # define PTRFASTCALL __attribute__((regparm(3)))
/third_party/python/Modules/expat/
H A Dinternal.h59 regparm() generates warnings on Solaris boxes. See SF bug #692878.
63 #define FASTCALL __attribute__((stdcall, regparm(3)))
66 # define FASTCALL __attribute__((regparm(3)))
67 # define PTRFASTCALL __attribute__((regparm(3)))
/third_party/elfutils/lib/
H A Deu-config.h65 # define internal_function __attribute__ ((regparm (3), stdcall))
154 # define CALLING_CONVENTION regparm (3), stdcall
155 # define AND_CALLING_CONVENTION , regparm (3), stdcall
/third_party/python/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi_darwin.c231 __attribute__ ((regparm(1)));
233 __attribute__ ((regparm(1)));
235 __attribute__ ((regparm(1)));
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrtypes.h99 #define ADDR_FASTCALL __attribute__((regparm(0)))
/third_party/ltp/tools/sparse/sparse-src/
H A Dexample.c1809 int i, offset, regparm; in set_up_arch_entry() local
1812 regparm = 0; in set_up_arch_entry()
1814 regparm = 3; in set_up_arch_entry()
1825 if (i < regparm) { in set_up_arch_entry()

Completed in 6 milliseconds