Home
last modified time | relevance | path

Searched refs:vs (Results 1 – 25 of 261) sorted by relevance

1234567891011

/external/qemu/
Dvnc.c207 static inline uint32_t vnc_has_feature(VncState *vs, int feature) { in vnc_has_feature() argument
208 return (vs->features & (1 << feature)); in vnc_has_feature()
219 static void vnc_disconnect_start(VncState *vs);
220 static void vnc_disconnect_finish(VncState *vs);
222 static void vnc_colordepth(VncState *vs);
265 static void vnc_update(VncState *vs, int x, int y, int w, int h) in vnc_update() argument
267 struct VncSurface *s = &vs->guest; in vnc_update()
292 VncState *vs = vd->clients; in vnc_dpy_update() local
293 while (vs != NULL) { in vnc_dpy_update()
294 vnc_update(vs, x, y, w, h); in vnc_dpy_update()
[all …]
Dvnc-android.c213 static inline uint32_t vnc_has_feature(VncState *vs, int feature) { in vnc_has_feature() argument
214 return (vs->features & (1 << feature)); in vnc_has_feature()
225 static void vnc_disconnect_start(VncState *vs);
226 static void vnc_disconnect_finish(VncState *vs);
228 static void vnc_colordepth(VncState *vs);
271 static void vnc_update(VncState *vs, int x, int y, int w, int h) in vnc_update() argument
273 struct VncSurface *s = &vs->guest; in vnc_update()
298 VncState *vs = vd->clients; in vnc_dpy_update() local
299 while (vs != NULL) { in vnc_dpy_update()
300 vnc_update(vs, x, y, w, h); in vnc_dpy_update()
[all …]
Dvnchextile.h10 static void CONCAT(send_hextile_tile_, NAME)(VncState *vs, in CONCAT()
16 …uint8_t *row = vs->server.ds->data + y * ds_get_linesize(vs->ds) + x * ds_get_bytes_per_pixel(vs->… in CONCAT()
27 uint8_t data[(vs->clientds.pf.bytes_per_pixel + 2) * 16 * 16]; in CONCAT()
60 irow += ds_get_linesize(vs->ds) / sizeof(pixel_t); in CONCAT()
108 irow += ds_get_linesize(vs->ds) / sizeof(pixel_t); in CONCAT()
134 vnc_convert_pixel(vs, data + n_data, color); in CONCAT()
135 n_data += vs->clientds.pf.bytes_per_pixel; in CONCAT()
154 vnc_convert_pixel(vs, data + n_data, color); in CONCAT()
155 n_data += vs->clientds.pf.bytes_per_pixel; in CONCAT()
164 irow += ds_get_linesize(vs->ds) / sizeof(pixel_t); in CONCAT()
[all …]
Dvnc.h61 typedef int VncReadEvent(VncState *vs, uint8_t *data, size_t len);
63 typedef void VncWritePixels(VncState *vs, void *data, int size);
65 typedef void VncSendHextileTile(VncState *vs,
280 long vnc_client_read_buf(VncState *vs, uint8_t *data, size_t datalen);
281 long vnc_client_write_buf(VncState *vs, const uint8_t *data, size_t datalen);
284 void vnc_write(VncState *vs, const void *data, size_t len);
285 void vnc_write_u32(VncState *vs, uint32_t value);
286 void vnc_write_s32(VncState *vs, int32_t value);
287 void vnc_write_u16(VncState *vs, uint16_t value);
288 void vnc_write_u8(VncState *vs, uint8_t value);
[all …]
Dvnc-tls.h66 int vnc_tls_client_setup(VncState *vs, int x509Creds);
67 void vnc_tls_client_cleanup(VncState *vs);
69 int vnc_tls_validate_certificate(VncState *vs);
/external/valgrind/main/memcheck/tests/
Dunit_oset.c89 Word* vs[NN]; in example1singleset() local
102 vs[i] = VG_(OSetGen_AllocNode)(oset, sizeof(Word)); in example1singleset()
103 *(vs[i]) = 2*i; in example1singleset()
109 Word* tmp= vs[r1]; in example1singleset()
110 vs[r1] = vs[r2]; in example1singleset()
111 vs[r2] = tmp; in example1singleset()
116 VG_(OSetGen_Insert)(oset, vs[i]); in example1singleset()
124 assert( VG_(OSetGen_Contains)(oset, vs[i]) ); in example1singleset()
132 v = *(vs[i]) + 1; in example1singleset()
141 assert( vs[i] == VG_(OSetGen_Lookup)(oset, vs[i]) ); in example1singleset()
[all …]
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c8 vector short vs = { -1, 2, -3, 4, -5, 6, -7, 8 }; variable
51 vs = vec_abs(vs); // CHECK: sub <8 x i16> zeroinitializer in test1()
63 vs = vec_abss(vs); // CHECK: @llvm.ppc.altivec.vsubshs in test1()
76 res_vs = vec_add(vs, vs); // CHECK: add <8 x i16> in test1()
77 res_vs = vec_add(vbs, vs); // CHECK: add <8 x i16> in test1()
78 res_vs = vec_add(vs, vbs); // CHECK: add <8 x i16> in test1()
95 res_vs = vec_vadduhm(vs, vs); // CHECK: add <8 x i16> in test1()
96 res_vs = vec_vadduhm(vbs, vs); // CHECK: add <8 x i16> in test1()
97 res_vs = vec_vadduhm(vs, vbs); // CHECK: add <8 x i16> in test1()
120 res_vs = vec_adds(vs, vs); // CHECK: @llvm.ppc.altivec.vaddshs in test1()
[all …]
/external/libvpx/libvpx/vpx_ports/
Dx86_cpuid.c40 unsigned int vs[3]; in vpx_x86_vendor() local
44 cpuid(0, reg_eax, vs[0], vs[2], vs[1]); in vpx_x86_vendor()
48 if (strncmp ((const char *)vs, cpuid_vendor_list[i].vendor_string, 12) == 0) in vpx_x86_vendor()
/external/clang/test/SemaObjC/
Dmethod-typecheck-1.m10 … expected-warning {{conflicting parameter types in implementation of 'setMoo:': 'int' vs 'float'}}
11 …} // expected-warning {{conflicting return type in implementation of 'setMoo1:': 'int' vs 'char'}}
22 …: // expected-warning {{conflicting return type in implementation of 'cMoo:': 'void' vs 'float'}}
23 …// expected-warning {{conflicting parameter types in implementation of 'cMoo:': 'int' vs 'float'}}
33 … // expected-warning {{conflicting return type in implementation of 'setCat:': 'void' vs 'float'}}
34 … expected-warning {{conflicting parameter types in implementation of 'setCat:': 'int' vs 'float'}}
35 …0; } // expected-warning {{conflicting return type in implementation of 'cCat:': 'void' vs 'int'}}
48 …ected-warning {{conflicting return type in implementation of 'returnCGFloat': 'float' vs 'double'}}
Dqualified-protocol-method-conflicts.m18 …{ } // expected-warning {{conflicting parameter types in declaration of 'setX:': 'float' vs 'int'}}
19 …return 0; } // expected-warning {{conflicting return type in declaration of 'C': 'float' vs 'int'}}
26 …{ } // expected-warning {{conflicting parameter types in declaration of 'setX:': 'int' vs 'float'}}
27 …turn 0.0; } // expected-warning {{conflicting return type in declaration of 'C': 'int' vs 'float'}}
37 …{ } // expected-warning {{conflicting parameter types in declaration of 'setX:': 'float' vs 'int'}}
38 …{return 0;} // expected-warning {{conflicting return type in declaration of 'C': 'float' vs 'int'}}
Dmethod-conflict-1.m21 …ning {{conflicting parameter types in implementation of 'myMethod1:': 'NSObject *' vs 'NSArray *'}}
35 …g {{conflicting parameter types in implementation of 'myMethod:': 'id<MyProtocol>' vs 'MyClass *'}}
37 …icting parameter types in implementation of 'myMethod1:': 'id<MyProtocol>' vs 'MyClass<MyProtocol>…
52 … {} // broken-warning {{conflicting parameter types in implementation of 'test1:': 'A *' vs 'B *'}}
62 …t {} // broken-warning {{conflicting parameter types in implementation of 'test1:': 'id' vs 'A *'}}
73 …urn 0; } // broken-warning {{conflicting return type in implementation of 'test2': 'B *' vs 'A *'}}
Did.m20 typedef int id; // expected-error {{typedef redefinition with different types ('int' vs 'id')}}
23 typedef double id; // expected-error {{typedef redefinition with different types ('double' vs 'id'…
25 typedef char *id; // expected-error {{typedef redefinition with different types ('char *' vs 'id')}}
27 …nt iu; } *id; // expected-error {{typedef redefinition with different types ('union U *' vs 'id')}}
Dclass-protocol-method-match.m27 …/ expected-warning 2 {{conflicting return type in declaration of 'baz': 'unsigned char' vs 'void'}}
28 …ning {{conflicting parameter types in declaration of 'bar:': 'unsigned char' vs 'unsigned char *'}}
30 …expected-warning {{conflicting return type in declaration of 'also_ok': 'unsigned char' vs 'void'}}
47 - (void) bak {} // expected-warning {{conflicting return type in declaration of 'bak': 'char' vs 'v…
Dmethod-conflict-2.m12 …} // expected-warning {{conflicting parameter types in implementation of 'test1:': 'A *' vs 'B *'}}
22 …{} // expected-warning {{conflicting parameter types in implementation of 'test1:': 'id' vs 'A *'}}
33 …n 0; } // expected-warning {{conflicting return type in implementation of 'test2': 'B *' vs 'A *'}}
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
DOGGLoader.java70 protected final VorbisStream vs; field in OGGLoader.JOggInputStream
72 public JOggInputStream(VorbisStream vs){ in JOggInputStream() argument
73 this.vs = vs; in JOggInputStream()
95 if ((cnt = vs.readPcm(buf, offset + bytesRead,length - bytesRead)) <= 0) { in read()
120 vs.close(); in close()
130 … public SeekableJOggInputStream(VorbisStream vs, LogicalOggStream los, float duration){ in SeekableJOggInputStream() argument
131 super(vs); in SeekableJOggInputStream()
142 … System.out.println("new granule2 : "+(time*vs.getIdentificationHeader().getSampleRate())); in setTime()
147 … los.setTime((long)(time*vs.getIdentificationHeader().getSampleRate())); in setTime()
/external/llvm/test/CodeGen/SI/
Dsanity.ll11 %3 = call i32 @llvm.SI.vs.load.buffer.index()
12 %4 = call <4 x float> @llvm.SI.vs.load.input(<4 x i32> %2, i32 0, i32 %3)
20 %12 = call i32 @llvm.SI.vs.load.buffer.index()
21 %13 = call <4 x float> @llvm.SI.vs.load.input(<4 x i32> %11, i32 0, i32 %12)
33 declare i32 @llvm.SI.vs.load.buffer.index() readnone
35 declare <4 x float> @llvm.SI.vs.load.input(<4 x i32>, i32, i32)
/external/clang/test/Modules/
Dmodule-private.cpp29 VisibleStruct vs; in test_broken() local
30 vs.field = 0; // expected-error{{no member named 'field' in 'VisibleStruct'}} in test_broken()
31 vs.setField(1); // expected-error{{no member named 'setField' in 'VisibleStruct'}} in test_broken()
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td53 "specifiers (%1 vs %3) has unspecified value">;
132 "translation units (%1 vs. %2)">;
139 "translation units (%1 vs. %2)">;
160 "translation units (%1 vs. %2)">;
165 "translation units (%1 vs. %2)">;
172 "different translation units (%2 vs. %3)">;
175 "different translation units (%2 vs. %3)">;
178 "in different translation units (%2 vs. %3)">;
186 "translation units (%1 vs. %2)">;
194 "units (%1 vs. %2)">;
[all …]
/external/valgrind/main/exp-sgcheck/tests/
Dstackerr.stderr.exp-glibc28-amd646 Address 0x........ expected vs actual:
13 Address 0x........ expected vs actual:
22 Address 0x........ expected vs actual:
Dstackerr.stderr.exp-glibc27-x866 Address 0x........ expected vs actual:
13 Address 0x........ expected vs actual:
22 Address 0x........ expected vs actual:
/external/clang/test/ASTMerge/
Dcategory.m5 …e method 'method2' has incompatible result types in different translation units ('float' vs. 'int')
7 …e method 'method3' has incompatible result types in different translation units ('float' vs. 'int')
9 …ance method 'blah' has incompatible result types in different translation units ('int' vs. 'float')
Dinterface.m5 …ariable 'ivar2' declared with incompatible types in different translation units ('float' vs. 'int')
10 …class method 'foo' has incompatible result types in different translation units ('float' vs. 'int')
12 …od 'bar:' has a parameter with a different types in different translation units ('float' vs. 'int')
16 …'bar:' has a parameter with a different types in different translation units ('double' vs. 'float')
Dproperty.m5 …roperty 'Prop1' declared with incompatible types in different translation units ('int' vs. 'float')
7 …nce method 'Prop1' has incompatible result types in different translation units ('int' vs. 'float')
9 …erty 'Prop2' is synthesized to different ivars in different translation units ('ivar3' vs. 'ivar2')
/external/clang/test/SemaCXX/
Dcxx0x-class.cpp3 int vs = 0; variable
14 …static const int nci = vs; // expected-error {{in-class initializer for static data member is not …
/external/libyuv/files/include/libyuv/
Dformat_conversion.h51 #define BayerRGBToI420(b, bs, f, y, ys, u, us, v, vs, w, h) \ argument
52 BayerToI420(b, bs, y, ys, u, us, v, vs, w, h, f)
92 #define I420ToBayerRGB(y, ys, u, us, v, vs, b, bs, f, w, h) \ argument
93 I420ToBayer(y, ys, u, us, v, vs, b, bs, w, h, f)

1234567891011