HomeSort by relevance Sort by last modified time
    Searched refs:vs (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/qemu/
vnc-android.c 213 static inline uint32_t vnc_has_feature(VncState *vs, int feature) {
214 return (vs->features & (1 << 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)
273 struct VncSurface *s = &vs->guest;
298 VncState *vs = vd->clients; local
299 while (vs != NULL) {
300 vnc_update(vs, x, y, w, h)
389 VncState *vs = vd->clients; local
675 VncState *vs, *vn; local
712 VncState *vs = opaque; local
824 VncState *vs = opaque; local
849 VncState *vs = opaque; local
1049 VncState *vs = opaque; local
1133 VncState *vs = opaque; local
2066 VncState *vs = qemu_mallocz(sizeof(VncState)); local
2100 VncDisplay *vs = opaque; local
2113 VncDisplay *vs = qemu_mallocz(sizeof(*vs)); local
2143 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2165 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2181 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2188 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
    [all...]
vnc.c 207 static inline uint32_t vnc_has_feature(VncState *vs, int feature) {
208 return (vs->features & (1 << 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)
267 struct VncSurface *s = &vs->guest;
292 VncState *vs = vd->clients; local
293 while (vs != NULL) {
294 vnc_update(vs, x, y, w, h)
383 VncState *vs = vd->clients; local
669 VncState *vs, *vn; local
706 VncState *vs = opaque; local
818 VncState *vs = opaque; local
843 VncState *vs = opaque; local
1043 VncState *vs = opaque; local
1127 VncState *vs = opaque; local
2060 VncState *vs = qemu_mallocz(sizeof(VncState)); local
2094 VncDisplay *vs = opaque; local
2109 VncDisplay *vs = qemu_mallocz(sizeof(*vs)); local
2139 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2161 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2177 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
2184 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; local
    [all...]
vnc-tls.h 66 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);
vnchextile.h 10 static void CONCAT(send_hextile_tile_, NAME)(VncState *vs,
16 uint8_t *row = vs->server.ds->data + y * ds_get_linesize(vs->ds) + x * ds_get_bytes_per_pixel(vs->ds);
27 uint8_t data[(vs->clientds.pf.bytes_per_pixel + 2) * 16 * 16];
60 irow += ds_get_linesize(vs->ds) / sizeof(pixel_t);
108 irow += ds_get_linesize(vs->ds) / sizeof(pixel_t);
134 vnc_convert_pixel(vs, data + n_data, color);
135 n_data += vs->clientds.pf.bytes_per_pixel;
154 vnc_convert_pixel(vs, data + n_data, color)
    [all...]
vnc.h 61 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...]
  /external/libvpx/vpx_ports/
x86_cpuid.c 40 unsigned int vs[3]; local
44 cpuid(0, reg_eax, vs[0], vs[2], vs[1]);
48 if (strncmp ((const char *)vs, cpuid_vendor_list[i].vendor_string, 12) == 0)
  /frameworks/base/libs/rs/
rsScript.cpp 44 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot)
46 Script *s = static_cast<Script *>(vs);
50 void rsi_ScriptSetClearColor(Context * rsc, RsScript vs, float r, float g, float b, float a)
52 Script *s = static_cast<Script *>(vs);
59 void rsi_ScriptSetTimeZone(Context * rsc, RsScript vs, const char * timeZone, uint32_t length)
61 Script *s = static_cast<Script *>(vs);
65 void rsi_ScriptSetClearDepth(Context * rsc, RsScript vs, float v)
67 Script *s = static_cast<Script *>(vs);
71 void rsi_ScriptSetClearStencil(Context * rsc, RsScript vs, uint32_t v)
73 Script *s = static_cast<Script *>(vs);
    [all...]
  /bootable/bootloader/legacy/arch_msm7k/
mddi.c 239 mddi_video_stream *vs = &(mlist[n].u.v); local
241 vs->length = sizeof(mddi_video_stream) - 2 + (pixels * 2);
242 vs->type = TYPE_VIDEO_STREAM;
243 vs->client_id = 0;
244 vs->format = 0x5565; // FORMAT_16BPP;
245 vs->pixattr = PIXATTR_BOTH_EYES | PIXATTR_TO_ALL;
247 vs->left = 0;
248 vs->right = fb_width - 1;
249 vs->top = y;
250 vs->bottom = y + 7
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizerTest.java 302 ValueSanitizer vs = new IllegalCharacterValueSanitizer(ALL_OK); local
303 uqs.registerParameter(NAME, vs);
309 uqs.registerParameters(register, vs);
315 uqs.setUnregisteredParameterValueSanitizer(vs);
316 assertEquals(vs, uqs.getUnregisteredParameterValueSanitizer());
318 vs = UrlQuerySanitizer.getAllIllegal();
319 assertEquals("Joe_User", vs.sanitize("Joe<User"));
320 vs = UrlQuerySanitizer.getAllButNulAndAngleBracketsLegal();
321 assertEquals("Joe User", vs.sanitize("Joe<>\0User"));
322 vs = UrlQuerySanitizer.getAllButNulLegal()
    [all...]
  /system/core/toolbox/
setconsole.c 109 struct vt_stat vs; local
111 res = ioctl(fd, VT_GETSTATE, &vs);
113 fprintf(stderr, "ioctl(vcfd, VT_GETSTATE, &vs) failed, %d\n", res);
115 printf("%d\n", vs.v_active);
  /external/bluetooth/bluez/test/
hstest.c 164 uint16_t sco_handle, sco_mtu, vs; local
195 hci_read_voice_setting(dd, &vs, 1000);
196 vs = htobs(vs);
197 fprintf(stderr, "Voice setting: 0x%04x\n", vs);
199 if (vs != 0x0060) {
  /external/v8/benchmarks/
regexp.js 145 var str7 = ';;jvaqbj.IjPurpxZbhfrCbfvgvbaNQ_VQ=shapgvba(r){vs(!r)ine r=jvaqbj.rirag;ine c=-1;vs(d1)c=d1.EbyybssCnary;ine bo=IjTrgBow("IjCnayNQ_VQ_"+c);vs(bo&&bo.fglyr.ivfvovyvgl=="ivfvoyr"){ine fns=IjFns?8:0;ine pheK=r.pyvragK+IjBOFpe("U")+fns,pheL=r.pyvragL+IjBOFpe("I")+fns;ine y=IjBOEC(NQ_VQ,bo,"Y"),g=IjBOEC(NQ_VQ,bo,"G");ine e=y+d1.Cnaryf[c].Jvqgu,o=g+d1.Cnaryf[c].Urvtug;vs((pheK<y)||(pheK>e)||(pheL<g)||(pheL>o)){vs(jvaqbj.IjBaEbyybssNQ_VQ)IjBaEbyybssNQ_VQ(c);ryfr IjPybfrNq(NQ_VQ,c,gehr,"");}ryfr erghea;}IjPnapryZbhfrYvfgrareNQ_VQ();};;jvaqbj.IjFrgEbyybssCnaryNQ_VQ=shapgvba(c){ine z="zbhfrzbir",q=qbphzrag,s=IjPurpxZbhfrCbfvgvbaNQ_VQ;c=IjTc(NQ_VQ,c);vs(d1&&d1.EbyybssCnary>-1)IjPnapryZbhfrYvfgrareNQ_VQ();vs(d1)d1.EbyybssCnary=c;gel{vs(q.nqqRiragYvfgrare)q.nqqRiragYvfgrare(z,s,snyfr);ryfr vs(q.nggnpuRirag)q.nggnpuRirag("ba"+z,s);}pngpu(r){}};;jvaqbj.IjPnapryZbhfrYvfgrareNQ_VQ=shapgvba(){ine z="zbhfrzbir",q=qbphzrag,s=IjPurpxZbhfrCbfvgvbaNQ_VQ;vs(d1)d1.EbyybssCnary=-1;gel{vs(q.erzbirRiragYvfgrare)q.erzbirRiragYvfgrare(z,s,snyfr);ryfr vs(q.qrgn (…)
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-regexp.js 141 var str7 = ';;jvaqbj.IjPurpxZbhfrCbfvgvbaNQ_VQ=shapgvba(r){vs(!r)ine r=jvaqbj.rirag;ine c=-1;vs(d1)c=d1.EbyybssCnary;ine bo=IjTrgBow("IjCnayNQ_VQ_"+c);vs(bo&&bo.fglyr.ivfvovyvgl=="ivfvoyr"){ine fns=IjFns?8:0;ine pheK=r.pyvragK+IjBOFpe("U")+fns,pheL=r.pyvragL+IjBOFpe("I")+fns;ine y=IjBOEC(NQ_VQ,bo,"Y"),g=IjBOEC(NQ_VQ,bo,"G");ine e=y+d1.Cnaryf[c].Jvqgu,o=g+d1.Cnaryf[c].Urvtug;vs((pheK<y)||(pheK>e)||(pheL<g)||(pheL>o)){vs(jvaqbj.IjBaEbyybssNQ_VQ)IjBaEbyybssNQ_VQ(c);ryfr IjPybfrNq(NQ_VQ,c,gehr,"");}ryfr erghea;}IjPnapryZbhfrYvfgrareNQ_VQ();};;jvaqbj.IjFrgEbyybssCnaryNQ_VQ=shapgvba(c){ine z="zbhfrzbir",q=qbphzrag,s=IjPurpxZbhfrCbfvgvbaNQ_VQ;c=IjTc(NQ_VQ,c);vs(d1&&d1.EbyybssCnary>-1)IjPnapryZbhfrYvfgrareNQ_VQ();vs(d1)d1.EbyybssCnary=c;gel{vs(q.nqqRiragYvfgrare)q.nqqRiragYvfgrare(z,s,snyfr);ryfr vs(q.nggnpuRirag)q.nggnpuRirag("ba"+z,s);}pngpu(r){}};;jvaqbj.IjPnapryZbhfrYvfgrareNQ_VQ=shapgvba(){ine z="zbhfrzbir",q=qbphzrag,s=IjPurpxZbhfrCbfvgvbaNQ_VQ;vs(d1)d1.EbyybssCnary=-1;gel{vs(q.erzbirRiragYvfgrare)q.erzbirRiragYvfgrare(z,s,snyfr);ryfr vs(q.qrgn (…)
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 477 int vs = v.size();
479 int ms = vs+fs;
494 if (vs<16) {
506 } else if (GGL_BETWEEN(vs, 24, 31)) {
522 vshift = vs - 15;
527 vshift = vs - 15;
539 LOGE_IF(ms>=32, "mul_factor overflow vs=%d, fs=%d", vs, fs);
572 int vs = v.size();
575 int ms = vs+fs
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Program.java 59 public void bindSampler(Sampler vs, int slot)
66 mRS.nProgramBindSampler(mID, slot, vs.mID);
  /frameworks/base/tools/localize/
Values.cpp 8 const string& i, int ix, XMLNode* v, const int ve, const string& vs,
17 versionString(vs),
  /frameworks/base/include/media/
IMediaRecorder.h 36 virtual status_t setVideoSource(int vs) = 0;
MediaRecorderBase.h 33 virtual status_t setVideoSource(video_source vs) = 0;
PVMediaRecorder.h 37 virtual status_t setVideoSource(video_source vs);
  /frameworks/base/media/libmediaplayerservice/
MediaRecorderClient.h 33 virtual status_t setVideoSource(int vs);
  /libcore/luni/src/main/java/org/apache/xpath/
VariableStack.java 73 VariableStack vs = (VariableStack) super.clone(); local
76 vs._stackFrames = (XObject[]) _stackFrames.clone();
77 vs._links = (int[]) _links.clone();
79 return vs;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ax25.h 106 unsigned int vs, vr, va, vs_max; member in struct:ax25_info_struct
  /external/e2fsprogs/lib/blkid/
probe.c 442 struct vfat_super_block *vs = (struct vfat_super_block *) buf; local
470 fat_length = blkid_le32(vs->vs_fat32_length);
487 root_dir_entries = vs->vs_dir_entries[0] +
488 (vs->vs_dir_entries[1] << 8);
504 buf_size = vs->vs_cluster_size * sector_size;
507 next = blkid_le32(vs->vs_root_cluster);
513 next_sect_off = (next - 2) * vs->vs_cluster_size;
540 vol_label = vs->vs_label;
541 vol_serno = vs->vs_serno;
569 struct vfat_super_block *vs; local
    [all...]
  /dalvik/vm/mterp/armv4t/
OP_AGET_WIDE.S 22 @ branch prediction (if any) handles conditional forward branches vs.
OP_APUT_WIDE.S 21 @ branch prediction (if any) handles conditional forward branches vs.

Completed in 3531 milliseconds

1 2 3 4