HomeSort by relevance Sort by last modified time
    Searched full:convention (Results 76 - 100 of 2233) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bison/lib/
stddef.in.h 33 /* Special invocation convention inside gcc header files. In
49 /* Normal invocation convention. */
  /external/clang/lib/CodeGen/
TargetInfo.h 167 /// the given calling convention should use the variadic
168 /// convention or the non-variadic convention.
171 /// convention be different from its non-variadic calling
172 /// convention: the non-variadic arguments can be passed in
176 /// non-variadic convention, because C99 states that a call
192 /// arguments, because in this case using the variadic convention
199 /// call unprototyped functions using the variadic convention so
  /external/eigen/blas/f2c/
complexdots.c 2 convention, rather than the f2c calling convention.
  /external/llvm/lib/Target/MSP430/
README.txt 18 2. Libcalls: multiplication, division, remainder. Note, that calling convention
19 for libcalls is incomptible with calling convention of libcalls of msp430-gcc
  /external/zlib/src/win32/
DLL_FAQ.txt 29 * The calling convention of functions is "C" (CDECL).
85 - In principle, you can do it by assigning calling convention
89 You have to find out first what kind of calling convention is
135 convention. Why not use the STDCALL convention?
136 STDCALL is the standard convention in Win32, and I need it in
139 (For readability, we use CDECL to refer to the convention
141 the convention triggered by "__stdcall", and FASTCALL to
142 refer to the convention triggered by "__fastcall".)
145 indeed the WINAPI convention (which translates to STDCALL i
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmActivityToLayoutMethod.java 58 // Convert CamelCase convention used in activity class names to underlined convention
  /art/compiler/optimizing/
constant_folding.h 32 * art::InstructionSimplifier. (This convention is a choice that was
instruction_simplifier.h 32 * art::InstructionSimplifier. (This convention is a choice that was
  /device/moto/shamu/overlay/frameworks/base/core/res/res/values-mcc440-mnc20/
config.xml 24 <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
  /external/clang/test/CodeGen/
mrtd.c 3 // CHECK: mrtd.c:10:3: warning: function with no prototype cannot use the stdcall calling convention
  /external/clang/test/CodeGenCXX/
thiscall-struct-return.cpp 2 // thiscall calling convention must use the hidden parameter.
  /external/clang/test/Sema/
stdcall-fastcall.c 9 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}} expected-warning{{function with no prototype cannot use the stdcall calling convention}}
  /external/compiler-rt/lib/builtins/arm/
adddf3vfp.S 16 // calling convention where double arguments are passsed in GPR pairs
addsf3vfp.S 16 // calling convention where single arguments are passsed in GPRs
divdf3vfp.S 16 // calling convention where double arguments are passsed in GPR pairs
divsf3vfp.S 16 // calling convention where single arguments are passsed like 32-bit ints.
eqdf2vfp.S 16 // Uses Darwin calling convention where double precision arguments are passsed
eqsf2vfp.S 16 // Uses Darwin calling convention where single precision arguments are passsed
extendsfdf2vfp.S 16 // Uses Darwin calling convention where a single precision parameter is
fixdfsivfp.S 16 // Uses Darwin calling convention where a double precision parameter is
fixsfsivfp.S 16 // Uses Darwin calling convention where a single precision parameter is
fixunsdfsivfp.S 17 // Uses Darwin calling convention where a double precision parameter is
fixunssfsivfp.S 17 // Uses Darwin calling convention where a single precision parameter is
floatsidfvfp.S 16 // Uses Darwin calling convention where a double precision result is
floatsisfvfp.S 16 // Uses Darwin calling convention where a single precision result is

Completed in 486 milliseconds

1 2 34 5 6 7 8 91011>>