HomeSort by relevance Sort by last modified time
    Searched defs:f8 (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/test/CodeGen/
stdcall-fastcall.c 47 void f8(void) { function
2007-09-28-PackedUnionMember.c 14 } f8; member in struct:H
inline2.c 47 // CHECK-GNU89: define available_externally i32 @f8()
48 // CHECK-C99: define i32 @f8()
49 extern int f8(void);
50 extern inline int f8(void) { return 0; } function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
microsoft-call-conv.c 47 void f8(void) { function
pointer-arithmetic.c 24 void f8(void *a, int b) { return *(a + b); } function
switch.c 104 // CHECK: define i32 @f8(
107 int f8(unsigned x) { function
function-attributes.c 27 // CHECK: define void @f8()
31 void __attribute__((always_inline)) f8(void) { } function
le32-arguments.c 60 // CHECK: define void @f8(%struct.bitfield1* byval %bf1)
61 void f8(bitfield1 bf1) {} function
exprs.c 104 int f8() { function
  /external/clang/test/CodeGenCXX/
2010-06-22-ZeroBitfield.cpp 5 s8 f8() { return s8(); } function
mangle-neon-vectors.cpp 32 void f8(poly16x8_t v) { } function
temp-order.cpp 142 static unsigned f8() { function
201 print("f8", f8());
202 if (f8() != ORDER2(5, 2))
  /external/v8/test/mjsunit/compiler/
loopcount.js 71 function f8() { function
77 assertEquals(0x40000002, f8());
  /external/clang/test/Sema/
pragma-unused.c 39 int f8(int x) { // expected-warning{{unused parameter 'x'}} function
varargs.c 64 void f8(int a, ...) { function
private-extern.c 64 void f8() { function
  /external/v8/test/mjsunit/harmony/
block-scoping.js 246 function f8() { function
265 f8();
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 28 float f8 = 0.0f; local
  /external/clang/test/Analysis/
stream.c 62 void f8(int c) { function
malloc-overflow.c 52 void * f8(int n) function
array-struct.c 79 void f8() { function
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-1.js 152 function f8(x,x,x,x) function
163 actual = f8(1,2,3,4);
  /external/llvm/test/MC/ELF/
cfi.s 47 f8: label
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 254 int f8 = FFmulX(f4); local
255 int f9 = x ^ f8;
257 return f2 ^ f4 ^ f8 ^ shift(f2 ^ f9, 8) ^ shift(f4 ^ f9, 16) ^ shift(f9, 24);
AESFastEngine.java 584 int f8 = FFmulX(f4); local
    [all...]

Completed in 250 milliseconds

1 2