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

1 2

  /external/clang/test/Sema/
private-extern.c 43 extern int g10;
44 extern int g10;
attr-alias-elf.c 38 void f10() __attribute__((alias("g10"))); // expected-error {{alias definition is part of a cycle}}
39 void g10() __attribute__((alias("f10"))); // expected-error {{alias definition is part of a cycle}}
43 void h10() __attribute__((alias("g10"))); // expected-error {{alias definition is part of a cycle}}
  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 43 int (*g10)(int&, char) = f4;
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 59 virtual void g10() throw(int); // expected-note {{overridden virtual function is here}}
95 virtual void g10() noexcept(false); // expected-error {{exception specification of overriding function is more lax}}
  /external/libopus/celt/
celt.c 90 opus_val16 g10, opus_val16 g11, opus_val16 g12)
102 + MULT16_32_Q15(g10,x2)
120 opus_val16 g00, g01, g02, g10, g11, g12; local
137 g10 = MULT16_16_Q15(g1, gains[tapset1][0]);
153 + MULT16_32_Q15(MULT16_16_Q15(f,g10),x2)
171 comb_filter_const(y+i, x+i, T1, N-i, g10, g11, g12);
  /external/clang/test/CodeGenCXX/
pr12251.cpp 80 e10 g10(e10 *x) { function
  /external/libopus/celt/x86/
pitch_sse.h 106 opus_val16 g10, opus_val16 g11, opus_val16 g12)
111 g10v = _mm_load1_ps(&g10);
149 + MULT16_32_Q15(g10,x[i-T])
  /external/clang/test/CodeGen/
const-init.c 51 // CHECK: @g10 = global i32 0
52 int g10 = (2.0 + 3.0i) * (5.0 + 7.0i) != (-11.0 + 29.0i); variable
regparm-struct.c 89 void g10(void) { function
tbaa-class.cpp 161 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { function
tbaa.cpp 155 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { function
  /external/v8/test/mjsunit/es6/
generators-iteration.js 166 function g10() {
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-param-test.h     [all...]
  /external/gtest/include/gtest/
gtest-param-test.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]

Completed in 620 milliseconds

1 2