/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/ |
gas-push.asm | 1 push %gs 2 pushw %gs 3 pushl %gs
|
/external/llvm/test/MC/X86/ |
2011-09-06-NoNewline.s | 3 movl %gs:8, %ea
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_gs_state.c | 42 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->thread0.kernel_start_pointer [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_gs_state.c | 42 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->thread0.kernel_start_pointer [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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);
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslgathr.c | 19 ** for the record into gs->buf. This code handles non-blocking I/O 54 ssl2_GatherData(sslSocket *ss, sslGather *gs, int flags) 62 if (gs->state == GS_INIT) { 64 gs->state = GS_HEADER; 65 gs->remainder = 3; 66 gs->count = 3; 67 gs->offset = 0; 68 gs->recordLen = 0; 69 gs->recordPadding = 0; 70 gs->hdr[2] = 0 [all...] |
ssl3gthr.c | 35 ssl3_GatherData(sslSocket *ss, sslGather *gs, int flags) 44 if (gs->state == GS_INIT) { 45 gs->state = GS_HEADER; 46 gs->remainder = 5; 47 gs->offset = 0; 48 gs->writeOffset = 0; 49 gs->readOffset = 0; 50 gs->inbuf.len = 0; 53 lbp = gs->inbuf.buf; 56 SSL_GETPID(), ss->fd, gs->state, gs->remainder)) [all...] |
/external/clang/test/CodeGen/ |
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)
|
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)
|
/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)
|
/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...] |
VoidPtr.java | 31 protected void setupVoidPtr(RenderScript mRS, ScriptC_void_ptr gs) { 39 gs.set_aFailed(AFailed); 50 ScriptC_void_ptr gs = new ScriptC_void_ptr(mRS); local 51 setupVoidPtr(mRS, gs); 58 gs.forEach_set_output_void_int(AOutput); 59 gs.forEach_check_output_int(AOutput); 66 gs.destroy(); 78 ScriptC_void_ptr gs = new ScriptC_void_ptr(mRS); local 79 setupVoidPtr(mRS, gs); 86 gs.forEach_set_output_void_char(AOutput) 107 ScriptC_void_ptr gs = new ScriptC_void_ptr(mRS); local 138 ScriptC_void_ptr gs = new ScriptC_void_ptr(mRS); local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
stringseg.asm | 4 gs movsb label 5 es fs gs movsw
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/ |
default.fail.cpp | 21 std::gslice_array<int> gs; local
|
/external/valgrind/main/memcheck/tests/ |
inits.c | 7 static int gs; variable 14 if (gs == 0xCAFEBABE) printf("1!\n");
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
gimple.h | 61 #define GIMPLE_CHECK(GS, CODE) \ 63 const_gimple __gs = (GS); \ 70 #define GIMPLE_CHECK(GS, CODE) (void)0 220 /* Link gimple statement GS to the end of the sequence *SEQ_P. If [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
gimple.h | 61 #define GIMPLE_CHECK(GS, CODE) \ 63 const_gimple __gs = (GS); \ 70 #define GIMPLE_CHECK(GS, CODE) (void)0 220 /* Link gimple statement GS to the end of the sequence *SEQ_P. If [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
gimple.h | 61 #define GIMPLE_CHECK(GS, CODE) \ 63 const_gimple __gs = (GS); \ 70 #define GIMPLE_CHECK(GS, CODE) (void)0 220 /* Link gimple statement GS to the end of the sequence *SEQ_P. If [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
gimple.h | 61 #define GIMPLE_CHECK(GS, CODE) \ 63 const_gimple __gs = (GS); \ 70 #define GIMPLE_CHECK(GS, CODE) (void)0 220 /* Link gimple statement GS to the end of the sequence *SEQ_P. If [all...] |
/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/chromium_org/native_client_sdk/src/web/ |
update.sh | 3 gsutil cp -a public-read $file gs://nativeclient-mirror/nacl/nacl_sdk
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_gs.c | 79 llvmpipe_bind_gs_state(struct pipe_context *pipe, void *gs) 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) 98 (struct lp_geometry_shader *)gs;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_gs.c | 79 llvmpipe_bind_gs_state(struct pipe_context *pipe, void *gs) 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) 98 (struct lp_geometry_shader *)gs;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_gs.c | 48 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 = CALLOC_STRUCT(draw_geometry_shader) [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_gs.c | 48 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 = CALLOC_STRUCT(draw_geometry_shader) [all...] |