HomeSort by relevance Sort by last modified time
    Searched defs:g7 (Results 1 - 16 of 16) sorted by null

  /external/clang/test/Sema/
align-x86.c 30 enum { x = 18446744073709551615ULL } g7; variable in typeref:enum:__anon15370
31 short chk1[__alignof__(g7) == 8 ? 1 : -1];
attr-alias-elf.c 26 void g7() {} function
28 void f7() __attribute__((alias("g7")));
varargs-x86-64.c 53 void __attribute__((ms_abi)) g7(int a, ...) { function
bitfield-layout.c 181 struct g7 { struct
186 CHECK_SIZE(struct, g7, 4);
188 CHECK_SIZE(struct, g7, 8);
190 CHECK_ALIGN(struct, g7, 4);
private-extern.c 28 int g7; // expected-note {{previous}} local
29 __private_extern__ int g7; // expected-error {{extern declaration of 'g7' follows non-extern declaration}} local
constant-builtins-2.c 14 float g7 = __builtin_nanf(""); variable
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 129 callnop g7,7
131 g7: label
  /external/clang/test/CodeGen/
regparm-struct.c 62 void g7() { function
tbaa-class.cpp 125 uint32_t g7(StructA *A, StructS *S, uint64_t count) { function
tbaa.cpp 123 uint32_t g7(StructA *A, StructS *S, uint64_t count) { function
const-init.c 45 // CHECK: @g7 = global i32 1
46 int g7 = (2 + 3i) * (5 + 7i) == (-11 + 29i); variable
  /external/clang/test/CodeGenCXX/
pr12251.cpp 59 e7 g7(e7 *x) { function
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 88 v8i16 tp0, tp1, tp2, tp3, g5, g7, g13, g15; local
95 LD_SH2(int_buf + 11 * 8, 4 * 8, g5, g7);
98 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7);
266 v8i16 tp0, tp1, tp2, tp3, g5, g7, g13, g15; local
275 g7 = LD_SH(int_buf + 15 * 8);
279 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7);
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 328 v8i16 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15; local
375 MADD_BF(r13, r2, r5, r10, k0, k1, k2, k3, g4, g5, g6, g7);
397 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7);
  /external/clang/test/CXX/drs/
dr0xx.cpp 344 extern "C" void g7();
346 extern "C" void g7() { function in namespace:dr29
  /external/boringssl/src/crypto/curve25519/
curve25519.c 297 int32_t g7 = g[7]; local
306 int32_t g7_19 = 19 * g7;
321 int64_t f0g7 = f0 * (int64_t) g7;
331 int64_t f1g7_2 = f1_2 * (int64_t) g7;
341 int64_t f2g7 = f2 * (int64_t) g7;
    [all...]

Completed in 738 milliseconds