Searched refs:gs (Results 1 - 25 of 153) sorted by relevance

1234567

/external/llvm/test/MC/X86/
H A D2011-09-06-NoNewline.s3 movl %gs:8, %ea
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_gs_state.c42 struct brw_gs_unit_state *gs; local
44 gs = brw_state_batch(brw, AUB_TRACE_GS_STATE,
45 sizeof(*gs), 32, &brw->gs.state_offset);
47 memset(gs, 0, sizeof(*gs));
50 if (brw->gs.prog_active) {
51 gs->thread0.grf_reg_count = (ALIGN(brw->gs.prog_data->total_grf, 16) /
54 gs
[all...]
H A Dgen6_gs_state.c47 if (brw->gs.prog_active) {
50 OUT_BATCH(brw->gs.prog_offset);
54 (brw->gs.prog_data->urb_read_length << GEN6_GS_URB_READ_LENGTH_SHIFT));
61 (brw->gs.prog_data->svbi_postincrement_value <<
H A Dbrw_gs.c138 printf("gs:\n");
149 &brw->gs.prog_offset, &brw->gs.prog_data);
246 if (brw->gs.prog_active != key.need_gs_prog) {
248 brw->gs.prog_active = key.need_gs_prog;
251 if (brw->gs.prog_active) {
254 &brw->gs.prog_offset, &brw->gs.prog_data)) {
/external/libcxx/test/std/numerics/numarray/class.gslice/gslice.cons/
H A Ddefault.pass.cpp21 std::gslice gs; local
22 assert(gs.start() == 0);
23 assert(gs.size().size() == 0);
24 assert(gs.stride().size() == 0);
H A Dstart_size_stride.pass.cpp26 std::gslice gs(7, size, stride);
27 assert(gs.start() == 7);
28 std::valarray<std::size_t> r = gs.size();
33 r = gs.stride();
/external/clang/test/CodeGen/
H A Dno-opt-volatile-memcpy.c9 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, %struct.s* @gs, i32 0, i32 0, i32 0), i8* getelementptr inbounds (%struct.s, %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, %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, %struct.s1* @s, i32 0, i32 0, i32 0, i32 0), i8* getelementptr inbounds (%struct.s, %struct.s* @gs, i32 0, i32 0, i32 0), i64 132, i32 4, i1 true)
H A D2007-09-27-ComplexIntCompare.c7 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)
/external/clang/test/CodeGenCXX/
H A Dno-opt-volatile-memcpy.cpp9 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, %struct.s* @gs, i32 0, i32 0, i32 0), i8* getelementptr inbounds (%struct.s, %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, %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, %struct.s1* @s, i32 0, i32 0, i32 0, i32 0), i8* getelementptr inbounds (%struct.s, %struct.s* @gs, i32 0, i32 0, i32 0), i64 132, i32 4, i1 true)
/external/toybox/kconfig/
H A Dutil.c59 struct gstr gs; local
60 gs.s = malloc(sizeof(char) * 64);
61 gs.len = 16;
62 strcpy(gs.s, "\0");
63 return gs;
69 struct gstr gs; local
70 gs.s = strdup(s);
71 gs.len = strlen(s) + 1;
72 return gs;
76 void str_free(struct gstr *gs) argument
85 str_append(struct gstr *gs, const char *s) argument
96 str_printf(struct gstr *gs, const char *fmt, ...) argument
107 str_get(struct gstr *gs) argument
[all...]
/external/libcxx/test/std/numerics/numarray/template.gslice.array/
H A Ddefault.fail.cpp21 std::gslice_array<int> gs; local
/external/valgrind/memcheck/tests/
H A Dinits.c7 static int gs; variable
14 if (gs == 0xCAFEBABE) printf("1!\n");
/external/harfbuzz_ng/util/
H A Dhb-shape.cc36 gs (NULL),
43 gs = g_string_new (NULL);
84 g_string_set_size (gs, 0);
85 format.serialize_buffer_of_text (buffer, line_no, text, text_len, font, gs);
86 fprintf (options.fp, "%s", gs->str);
93 g_string_set_size (gs, 0);
94 format.serialize_message (line_no, "msg: all shapers failed", gs);
95 fprintf (options.fp, "%s", gs->str);
102 g_string_set_size (gs, 0);
104 output_format, format_flags, gs);
119 GString *gs; member in struct:output_buffer_t
[all...]
H A Doptions.cc489 GString *gs = g_string_new (NULL); local
499 g_string_append_len (gs, buf, ret);
501 len = gs->len;
502 font_data = g_string_free (gs, false);
638 gs = g_string_new (NULL);
641 g_string_set_size (gs, 0);
647 g_string_append_len (gs, buf, bytes);
650 g_string_append_len (gs, buf, bytes);
655 *len = gs->len;
656 return !*len && feof (fp) ? NULL : gs
714 serialize_unicode(hb_buffer_t *buffer, GString *gs) argument
732 serialize_glyphs(hb_buffer_t *buffer, hb_font_t *font, hb_buffer_serialize_format_t output_format, hb_buffer_serialize_flags_t flags, GString *gs) argument
755 serialize_line_no(unsigned int line_no, GString *gs) argument
762 serialize_buffer_of_text(hb_buffer_t *buffer, unsigned int line_no, const char *text, unsigned int text_len, hb_font_t *font, GString *gs) argument
784 serialize_message(unsigned int line_no, const char *msg, GString *gs) argument
793 serialize_buffer_of_glyphs(hb_buffer_t *buffer, unsigned int line_no, const char *text, unsigned int text_len, hb_font_t *font, hb_buffer_serialize_format_t output_format, hb_buffer_serialize_flags_t format_flags, GString *gs) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_gs.c79 llvmpipe_bind_gs_state(struct pipe_context *pipe, void *gs) argument
83 llvmpipe->gs = (struct lp_geometry_shader *)gs;
86 (llvmpipe->gs ? llvmpipe->gs->draw_data : NULL));
93 llvmpipe_delete_gs_state(struct pipe_context *pipe, void *gs) argument
98 (struct lp_geometry_shader *)gs;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.c48 draw->gs.tgsi.machine = tgsi_exec_machine_create();
49 if (!draw->gs.tgsi.machine)
52 draw->gs.tgsi.machine->Primitives = align_malloc(
54 if (!draw->gs.tgsi.machine->Primitives)
56 memset(draw->gs.tgsi.machine->Primitives, 0,
64 if (!draw->gs.tgsi.machine)
67 align_free(draw->gs.tgsi.machine->Primitives);
69 tgsi_exec_machine_destroy(draw->gs.tgsi.machine);
89 struct draw_geometry_shader *gs; local
92 gs
[all...]
H A Ddraw_gs_tmp.h1 #define FUNC_VARS struct draw_geometry_shader *gs, \
27 #define POINT(i0) gs_point(gs,i0)
28 #define LINE(flags,i0,i1) gs_line(gs,i0,i1)
29 #define TRIANGLE(flags,i0,i1,i2) gs_tri(gs,i0,i1,i2)
30 #define LINE_ADJ(flags,i0,i1,i2,i3) gs_line_adj(gs,i0,i1,i2,i3)
31 #define TRIANGLE_ADJ(flags,i0,i1,i2,i3,i4,i5) gs_tri_adj(gs,i0,i1,i2,i3,i4,i5)
/external/skia/bin/
H A Dfetch-skps9 gsutil -m cp -r gs://chromium-skia-gm/playback_$VERSION/skps .
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DDHParameterSpecTest.java46 BigInteger[] gs = { new BigInteger("-1000000000000"), BigInteger.ZERO,
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]);
H A DDHPrivateKeySpecTest.java46 BigInteger[] gs = { new BigInteger("-1000000000000"), BigInteger.ZERO,
49 DHPrivateKeySpec dhpks = new DHPrivateKeySpec(xs[i], ps[i], gs[i]);
58 dhpks.getG(), gs[i]);
H A DDHPublicKeySpecTest.java46 BigInteger[] gs = { new BigInteger("-1000000000000"), BigInteger.ZERO,
49 DHPublicKeySpec dhpks = new DHPublicKeySpec(ys[i], ps[i], gs[i]);
58 dhpks.getG(), gs[i]);
/external/libxml2/
H A Dglobals.c488 * @gs: a pointer to a newly allocated global state
494 xmlInitializeGlobalState(xmlGlobalStatePtr gs) argument
498 (unsigned long) gs, xmlGetThreadId());
510 initdocbDefaultSAXHandler(&gs->docbDefaultSAXHandler);
513 inithtmlDefaultSAXHandler(&gs->htmlDefaultSAXHandler);
516 gs->oldXMLWDcompatibility = 0;
517 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef;
518 gs->xmlDefaultBufferSize = xmlDefaultBufferSizeThrDef;
520 initxmlDefaultSAXHandler(&gs->xmlDefaultSAXHandler, 1);
522 gs
[all...]
/external/skia/platform_tools/android/tradefed/
H A Dupload_dm_results.py44 gs = gs_utils.GSUtils()
45 gs.upload_dir_contents(dm_dir,
48 upload_if = gs.UploadIf.IF_NEW,
64 gs.upload_dir_contents(tmp,
/external/icu/icu4c/source/samples/layout/
H A Dgnomeglue.cpp35 GnomeGUISupport *gs = (GnomeGUISupport *) guiSupport; local
37 delete gs;
/external/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
285 gs = 0;
288 ge = gs-1;
295 if (ge > gs
305 nPart, gs, ge, aFreq,
309 if (v >= gs && v <= ge)
314 gs = ge+1;
344 gs = 0;
348 if (gs >= s->nMTF) break;
349 ge = gs
[all...]

Completed in 2304 milliseconds

1234567