HomeSort by relevance Sort by last modified time
    Searched defs:f7 (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/clang/test/Analysis/
malloc-overflow.c 45 void * f7(int n) function
outofbound.c 53 void f7() { function
array-struct.c 73 void f7() { function
uninit-const.cpp 44 void f7(void) { function
malloc-annotations.c 198 void f7() { function
null-deref-ps.c 125 int f7(int x) { function
  /external/clang/test/CodeGen/
le32-arguments.c 51 // CHECK-LABEL: define void @f7(%union.simple_union* byval %s)
52 void f7(union simple_union s) {} function
stdcall-fastcall.c 46 void __attribute((stdcall)) f7(foo) int foo; {} function
48 f7(0);
49 // CHECK: call x86_stdcallcc void @f7(i32 0)
exprs.c 99 void f7() { function
function-attributes.c 10 // CHECK: define void @f7(i16 zeroext %x) [[NUW]]
26 void f7(unsigned short x) { } function
bitfield-2.c 339 unsigned f7 : 7; member in struct:s9
343 return a0->f7;
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references.cpp 21 void f7(int a, int* b, int c, int* d, bool e, bool f, bool* g) {} function
22 // CHECK: "\01?f7@@YAXHPAHH0_N1PA_N@Z"
mangle-neon-vectors.cpp 57 void f7(float16x4_t v) {} function
mangle-unnamed.cpp 62 int f7() { function
temp-order.cpp 133 static unsigned f7() { function
196 print("f7", f7());
197 if (f7() != ORDER2(5, 2))
  /external/clang/test/Sema/
warn-unused-function.c 23 static void f7(void);
25 void f9(void) { f8(f7); }
26 static void f7(void) {} function
private-extern.c 58 void f7() { function
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 69 template_tuple<Templates...> f7() {} function
72 f7<identity>();
  /external/libcxxabi/test/
catch_pointer_reference.cpp 241 void f7() function
437 f7();
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_mips.c 272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
288 "lwc1 %[f7], 28(%[a]) \n\t"
295 "add.s %[f3], %[f5], %[f7] \n\t"
296 "sub.s %[f5], %[f5], %[f7] \n\t"
297 "add.s %[f7], %[f8], %[f2] \n\t"
305 "swc1 %[f7], 0(%[a]) \n\t"
321 "lwc1 %[f7], 60(%[a]) \n\t"
328 "add.s %[f2], %[f5], %[f7] \n\t"
329 "sub.s %[f5], %[f5], %[f7] \n\t"
330 "add.s %[f7], %[f4], %[f1] \n\t
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
807 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
865 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
    [all...]
  /external/llvm/test/MC/ELF/
cfi.s 41 f7: label
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
synthesis-sbc.c 477 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; local
489 f7 = f0 + f2;
491 f9 = LONG_MULT_DCT(DCTII_4_K09_FIX, f7);
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-tuple.h 515 GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
516 f5_(f5), f6_(f6), f7_(f7) {}
566 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7,
568 f5_(f5), f6_(f6), f7_(f7), f8_(f8) {}
621 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, member in class:std::tr1::tuple
623 f3_(f3), f4_(f4), f5_(f5), f6_(f6), f7_(f7), f8_(f8), f9_(f9) {}
718 const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) {
719 return GTEST_8_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7);
724 const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7,
726 return GTEST_9_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7, f8)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-tuple.h 485 GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
486 f5_(f5), f6_(f6), f7_(f7) {}
536 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7,
538 f5_(f5), f6_(f6), f7_(f7), f8_(f8) {}
591 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, member in class:std::tr1::tuple
593 f3_(f3), f4_(f4), f5_(f5), f6_(f6), f7_(f7), f8_(f8), f9_(f9) {}
688 const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) {
689 return GTEST_8_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7);
694 const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7,
696 return GTEST_9_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7, f8)
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-crankshaft.js 33 var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14,
70 function f7(x) { function

Completed in 1195 milliseconds

12 3 4