HomeSort by relevance Sort by last modified time
    Searched refs:f12 (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/test/Sema/
warn-unused-function.c 45 static void f12(void) { } // expected-warning{{unused}} function
46 static void f12(void);
pragma-unused.c 57 int f12(int x) { function
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 32 float f12 = 0.0f; local
  /external/libffi/testsuite/libffi.call/
many.c 23 float f12,
30 (double) f11, (double) f12, (double) f13);
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
many_win32.c 23 float f12,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 41 virtual void f12() noexcept;
77 virtual void f12() throw();
  /external/clang/test/CodeGen/
function-attributes.c 49 int f12(int arg) { function
switch.c 170 // CHECK: define i32 @f12(
173 int f12(int x) { function
arm-arguments.c 69 // APCS-GNU: define i32 @f12()
70 // AAPCS: define arm_aapcscc i32 @f12()
72 union u12 f12(void) {} function
exprs.c 135 int f12() {
137 // CHECK: define i32 @f12
struct.c 124 void f12() { function
  /external/clang/test/Analysis/
malloc-overflow.c 87 void * f12(int n) function
array-struct.c 106 void f12(int *list) { function
null-deref-ps.c 262 void f12(HF12ITEM i, char *q) { function
  /external/libffi/src/ia64/
unix.S 70 ldf.fill f12 = [in0], 32
215 (p9) stfs [in1] = f12, 8
239 (p9) stfd [in1] = f12, 16
263 (p9) stfe [in1] = f12, 32
315 stf.spill [r16] = f12, 32
444 (p9) ldfs f12 = [r16], 8
472 (p9) ldfd f12 = [r16], 16
500 (p9) ldfe f12 = [r16], 32
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
GcEventContainer.java 270 * @param f12
272 private static long float12ToInt(int f12) {
273 return (f12 & 0x1FF) << ((f12 >>> 9) * 4);
  /external/libffi/src/mips/
o32.S 94 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
101 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
109 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
115 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
123 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
131 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
205 -9 - f12 (le high, be low)
206 -10 - f12 (le low, be high)
265 s.d $f12, FA_0_0_OFF2($fp)
n32.S 113 l.s $f12, 0*FFI_SIZEOF_ARG(t9)
116 l.d $f12, 0*FFI_SIZEOF_ARG(t9)
340 4 - Called function f12
398 s.d $f12, F12_OFF2($sp)
  /external/openssl/crypto/
alphacpuid.pl 45 fclr $f12
  /external/libffi/src/powerpc/
aix.S 71 .set f12,12
171 lfd f12,-16-(2*8)(r28)
aix_closure.S 71 .set f12,12
141 stfd f12, 144(r1)
  /external/clang/test/CodeGenCXX/
temporaries.cpp 213 I f12() { function
  /external/llvm/test/MC/ELF/
cfi.s 71 f12: label
  /external/oprofile/module/ia64/
oprofile_stubs.S 113 ldf.fill f11=[sp]; ldf.fill f12=[sp]; mov f13=f0
  /external/libffi/src/sparc/
v9.S 66 ldd [%l0+ARGS+48], %f12
165 std %f12, [FP-80]

Completed in 978 milliseconds

1 2