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

1 2

  /external/clang/test/Sema/
warn-unused-function.c 42 static void f11(void);
43 static void f11(void) { } // expected-warning{{unused}} function
c89.c 54 void f11 (z) /* expected-error {{may not have 'void' type}} */ function
pragma-unused.c 52 int f11(int x) { function
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 31 float f11 = 0.0f; local
  /external/libffi/testsuite/libffi.call/
many.c 22 float f11,
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 22 float f11,
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 40 virtual void f11() throw();
76 virtual void f11() noexcept;
  /external/clang/test/CodeGen/
function-attributes.c 45 int f11(void) { function
switch.c 156 // CHECK: define i32 @f11(
159 int f11(int x) { function
arm-arguments.c 63 // APCS-GNU: define void @f11(
65 // AAPCS: define arm_aapcscc i32 @f11()
67 struct s11 f11(void) {} function
exprs.c 124 // CHECK: define i32 @f11
125 int f11(long X) {
struct.c 115 void f11() { function
x86_64-arguments.c 61 // CHECK: define void @f11(%union.anon* sret %agg.result)
62 union { long double a; float b; } f11() { while (1) {} } function
  /external/libffi/src/ia64/
unix.S 68 ldf.fill f11 = [r16], 32
211 (p8) stfs [r16] = f11, 8
235 (p8) stfd [r16] = f11, 16
259 (p8) stfe [r16] = f11, 32
313 stf.spill [r17] = f11, 32
440 (p8) ldfs f11 = [r17], 8
468 (p8) ldfd f11 = [r17], 16
496 (p8) ldfe f11 = [r17], 32
  /external/clang/test/Analysis/
array-struct.c 99 void f11() { function
null-deref-ps.c 238 void f11(unsigned i) { function
  /external/openssl/crypto/
alphacpuid.pl 44 fclr $f11
  /external/libffi/src/powerpc/
aix.S 70 .set f11,11
170 lfd f11,-16-(3*8)(r28)
aix_closure.S 70 .set f11,11
140 stfd f11, 136(r1)
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 518 unsigned char f11 = v[ceil_y][3*ceil_x+offset]; local
523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
  /external/clang/test/CodeGenCXX/
temporaries.cpp 194 void f11(H h) { function
  /external/llvm/test/MC/ELF/
cfi.s 65 f11: label
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_test.cc 86 // F11
100 const BookmarkNode* f11 = model_->AddFolder(f1, 1, ASCIIToUTF16("F11")); local
101 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
130 // Should have navigated to F1's child but not F11's child.
  /external/oprofile/module/ia64/
oprofile_stubs.S 113 ldf.fill f11=[sp]; ldf.fill f12=[sp]; mov f13=f0
  /external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller_unittest.cc 81 // F11
95 const BookmarkNode* f11 = model_->AddFolder(f1, 1, ASCIIToUTF16("F11")); local
96 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
125 // Should have navigated to F1's child, but not F11's child.

Completed in 424 milliseconds

1 2