HomeSort by relevance Sort by last modified time
    Searched defs:g3 (Results 26 - 48 of 48) sorted by null

12

  /external/clang/test/CodeGen/
regparm-struct.c 25 void g3() { function
bitfield-2.c 144 struct s3 g3 = { 0xdeadbeef, 0xdeadbeef }; variable in typeref:struct:s3
163 struct s3 g3 = { 0xdeadbeef, 0xdeadbeef }; local
165 res ^= g3.f0 ^ g3.f1;
166 res ^= f3_load(&g3) ^ f3_store(&g3) ^ f3_reload(&g3);
167 res ^= g3.f0 ^ g3.f1;
const-init.c 37 // CHECK: @g3 = global { float, float } { float 1.000000e+00{{[0]*}}, float 1.000000e+0{{[0]*}}1 }
38 _Complex float g3 = 1.0 + 10.0i; variable
init.c 25 // CHECK: @g3 = constant i32 10
27 const int g3 = 10; variable
  /external/clang/test/Sema/
function-redecl.c 45 extern void g3(int); // expected-note{{previous declaration is here}}
46 static void g3(int x) { } // expected-error{{static declaration of 'g3' follows non-static declaration}} function
private-extern.c 12 int g3; // expected-note{{previous definition}} variable
13 static int g3; // expected-error{{static declaration of 'g3' follows non-static declaration}} variable
  /external/clang/test/SemaCXX/
address-of-temporary.cpp 32 void g3() { int *p = (A){}; } // expected-warning{{pointer is initialized by a temporary array}} function in namespace:PointerToArrayDecay
member-expr.cpp 140 int g3() { function in namespace:PR9025
return-noreturn.cpp 57 int g3(int x) { function in namespace:abort_struct_complex_cfgs
constant-expression-cxx11.cpp 260 constexpr bool g3 = &x <= &y; // expected-error {{must be initialized by a constant expression}} member in namespace:PointerComparison
    [all...]
  /external/v8/test/mjsunit/compiler/
assignment-deopt.js 149 var g3 = { valueOf: function() { o.y = "bar"; return 42; }};
161 o.x = g3;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 10 constexpr int g3(int n) { return f(n*0); } function in namespace:StdExample
24 static_assert(g3(0) == 1, "");
25 static_assert(g3(1) == 1, "");
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 166 function_pointer* g3() { return 0; } function
167 // CHECK: "\01?g3@@YAPAP6AHH@ZXZ"
pr12251.cpp 31 e3 g3(e3 *x) { function
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 100 g3 RN 14 label
297 SHADD16 g3, trCol30,constZero
299 SADD16 g3, g3, trCol10
300 SADD16 colOp00, g0, g3
303 SSUB16 colOp30, g0, g3
310 SHADD16 g3, trCol32,constZero
312 SADD16 g3, g3, trCol12
313 SADD16 colOp02, g0, g3
    [all...]
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 42 void g3(F<int> f, F<struct S> s) { function
  /frameworks/native/opengl/libagl/
dxt.cpp 251 int r2, g2, b2, r3, g3, b3, a3; local
264 g3 = avg23(g1, g0);
272 r3 = g3 = b3 = a3 = 0;
277 c[3] = (r3 << 11) | ((g3 >> 1) << 6) |
281 c[3] = (r3 << 11) | (g3 << 5) | b3;
378 int g3 = avg23(g1, g0); local
384 c[3] = rgb565SepTo888(r3, g3, b3);
535 int g3 = avg23(g1, g0); local
541 c[3] = rgb565SepTo888(r3, g3, b3);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 600 int g3 = ((b >>> 1) ^ local
602 return ((x << 8) ^ (g3 << 24) ^ (g2 << 16) ^ (g3 << 8) ^ b);
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
jobb.jar 
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 11751 IRTemp e3, e2, e1, e0, g3, g2, g1, g0; local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 6873 long g3 = createGroup(mAccountTwo, "g3", "t3", 0, true \/* autoAdd *\/, false \/* favorite *\/); local
6913 long g3 = createGroup(mAccountTwo, "g3", "t3", 0, true \/* autoAdd *\/, false\/* favorite *\/); local
6938 long g3 = createGroup(mAccountTwo, "g3", "t3", 0, false \/* autoAdd *\/, false\/* favorite *\/); local
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 956 milliseconds

12