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

1 2 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/class.gslice/gslice.cons/
default.pass.cpp 21 std::gslice gs; local
22 assert(gs.start() == 0);
23 assert(gs.size().size() == 0);
24 assert(gs.stride().size() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.gslice.array/
default.fail.cpp 21 std::gslice_array<int> gs; local
  /external/clang/test/CodeGen/
2007-09-27-ComplexIntCompare.c 7 struct s gs = { 100 + 200i }; variable in typeref:struct:s
8 struct s __attribute__((noinline)) foo (void) { return gs; }
12 if (foo ().x != gs.x)
no-opt-volatile-memcpy.c 9 struct s gs; variable in typeref:struct:s
14 gs = gs;
15 ls = gs;
22 // CHECK-NEXT: call void @llvm.memcpy.{{.*}}(i8* getelementptr inbounds (%struct.s* @gs, i32 0, i32 0, i32 0), i8* getelementptr inbounds (%struct.s* @gs, i32 0, i32 0, i32 0), i64 132, i32 4, i1 true)
24 // CHECK-NEXT: call void @llvm.memcpy.{{.*}}(i8* %[[TWO]], i8* getelementptr inbounds (%struct.s* @gs, i32 0, i32 0, i32 0), i64 132, i32 4, i1 true)
35 s.y = gs;
39 // CHECK-NEXT: call void @llvm.memcpy.{{.*}}(i8* getelementptr inbounds (%struct.s1* @s, i32 0, i32 0, i32 0, i32 0), i8* getelementptr inbounds (%struct.s* @gs, i32 0, i32 0, i32 0), i64 132, i32 4, i1 true)
  /external/valgrind/main/memcheck/tests/
inits.c 7 static int gs; variable
14 if (gs == 0xCAFEBABE) printf("1!\n");
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GlobalSync.java 29 protected void setupGlobalSync(RenderScript mRS, ScriptC_global_sync gs, int v) {
37 gs.set_aFailed(AFailed);
50 ScriptC_global_sync gs = new ScriptC_global_sync(mRS); local
53 setupGlobalSync(mRS, gs, v);
54 gs.forEach_write_global(AIn);
55 gs.invoke_test_read_global(v);
62 gs.destroy();
71 ScriptC_global_sync gs = new ScriptC_global_sync(mRS); local
74 setupGlobalSync(mRS, gs, v);
75 gs.forEach_write_static_global(AIn)
92 ScriptC_global_sync gs = new ScriptC_global_sync(mRS); local
113 ScriptC_global_sync gs = new ScriptC_global_sync(mRS); local
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java 46 BigInteger[] gs = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
50 DHParameterSpec dhps = new DHParameterSpec(ps[i], gs[i]);
56 dhps.getG(), gs[i]);
59 DHParameterSpec dhps = new DHParameterSpec(ps[i], gs[i], ls[i]);
65 dhps.getG(), gs[i]);
DHPrivateKeySpecTest.java 46 BigInteger[] gs = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
49 DHPrivateKeySpec dhpks = new DHPrivateKeySpec(xs[i], ps[i], gs[i]);
58 dhpks.getG(), gs[i]);
DHPublicKeySpecTest.java 46 BigInteger[] gs = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
49 DHPublicKeySpec dhpks = new DHPublicKeySpec(ys[i], ps[i], gs[i]);
58 dhpks.getG(), gs[i]);
  /external/clang/test/CodeGenCXX/
no-opt-volatile-memcpy.cpp 9 struct s gs; variable in typeref:struct:s
14 gs = gs;
15 ls = gs;
22 // CHECK-NEXT: call void @llvm.memcpy.{{.*}}(i8* getelementptr inbounds (%struct.s* @gs, i32 0, i32 0, i32 0), i8* getelementptr inbounds (%struct.s* @gs, i32 0, i32 0, i32 0), i64 132, i32 4, i1 true)
24 // CHECK-NEXT: call void @llvm.memcpy.{{.*}}(i8* %[[TWO]], i8* getelementptr inbounds (%struct.s* @gs, i32 0, i32 0, i32 0), i64 132, i32 4, i1 true)
35 s.y = gs;
39 // CHECK-NEXT: call void @llvm.memcpy.{{.*}}(i8* getelementptr inbounds (%struct.s1* @s, i32 0, i32 0, i32 0, i32 0), i8* getelementptr inbounds (%struct.s* @gs, i32 0, i32 0, i32 0), i64 132, i32 4, i1 true)
  /external/icu4c/samples/layout/
gdiglue.cpp 32 GDIGUISupport *gs = (GDIGUISupport *) guiSupport; local
34 delete gs;
gnomeglue.cpp 35 GnomeGUISupport *gs = (GnomeGUISupport *) guiSupport; local
37 delete gs;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java 46 BigInteger[] gs = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
50 DHParameterSpec dhps = new DHParameterSpec(ps[i], gs[i]);
56 dhps.getG(), gs[i]);
59 DHParameterSpec dhps = new DHParameterSpec(ps[i], gs[i], ls[i]);
65 dhps.getG(), gs[i]);
DHPrivateKeySpecTest.java 46 BigInteger[] gs = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
49 DHPrivateKeySpec dhpks = new DHPrivateKeySpec(xs[i], ps[i], gs[i]);
58 dhpks.getG(), gs[i]);
DHPublicKeySpecTest.java 46 BigInteger[] gs = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
49 DHPublicKeySpec dhpks = new DHPublicKeySpec(ys[i], ps[i], gs[i]);
58 dhpks.getG(), gs[i]);
  /external/harfbuzz_ng/util/
hb-shape.cc 41 gs = g_string_new (NULL);
78 g_string_set_size (gs, 0);
79 format.serialize_buffer_of_text (buffer, line_no, text, text_len, font, gs);
80 fprintf (options.fp, "%s", gs->str);
87 g_string_set_size (gs, 0);
88 format.serialize_message (line_no, "msg: all shapers failed", gs);
89 fprintf (options.fp, "%s", gs->str);
96 g_string_set_size (gs, 0);
98 output_format, format_flags, gs);
99 fprintf (options.fp, "%s", gs->str)
113 GString *gs; member in struct:output_buffer_t
    [all...]
  /external/qemu/target-i386/
kvm-gs-restore.c 14 static void restoregs(int gs)
16 asm("movl %0, %%gs"::"r"(gs));
21 unsigned int gs = 0; local
22 asm("movl %%gs,%0" :"=r"(gs):);
23 return gs;
26 /* No fprintf or any system call before the gs is restored successfully */
45 /* !!! must restore gs firstly */
67 /* !!! must restore gs firstly *
    [all...]
  /external/clang/utils/VtableTest/
gen.cc 69 void gs(int s) { function
345 gs(i);
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 110 GIFFrameReader* gs = frame_reader; local
114 drow_start = drow_end = gs->irow;
122 if (gs->progressive_display && gs->interlaced && gs->ipass < 4) {
125 switch (gs->ipass) {
146 if (((gs->height - 1) - drow_end) <= row_shift)
147 drow_end = gs->height - 1;
152 if ((unsigned)drow_end >= gs->height)
153 drow_end = gs->height - 1
220 GIFFrameReader* gs = frame_reader; local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
sigcontext.h 64 unsigned short gs, __gsh; member in struct:sigcontext
user32.h 56 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct32
user_32.h 57 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct
  /development/ndk/platforms/android-9/arch-x86/include/asm/
sigcontext.h 64 unsigned short gs, __gsh; member in struct:sigcontext
user32.h 56 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct32
user_32.h 57 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct

Completed in 478 milliseconds

1 2 3 4 5 6