/external/qemu/ |
D | vnc-android.c | 213 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 …]
|
D | vnc.c | 207 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 …]
|
D | vnchextile.h | 10 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 …]
|
D | 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 …]
|
D | 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);
|
/external/libvpx/vpx_ports/ |
D | x86_cpuid.c | 40 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/bluetooth/bluez/test/ |
D | hstest.c | 164 uint16_t sco_handle, sco_mtu, vs; in main() local 195 hci_read_voice_setting(dd, &vs, 1000); in main() 196 vs = htobs(vs); in main() 197 fprintf(stderr, "Voice setting: 0x%04x\n", vs); in main() 199 if (vs != 0x0060) { in main()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 442 struct vfat_super_block *vs = (struct vfat_super_block *) buf; in probe_fat() local 470 fat_length = blkid_le32(vs->vs_fat32_length); in probe_fat() 487 root_dir_entries = vs->vs_dir_entries[0] + in probe_fat() 488 (vs->vs_dir_entries[1] << 8); in probe_fat() 504 buf_size = vs->vs_cluster_size * sector_size; in probe_fat() 507 next = blkid_le32(vs->vs_root_cluster); in probe_fat() 513 next_sect_off = (next - 2) * vs->vs_cluster_size; in probe_fat() 540 vol_label = vs->vs_label; in probe_fat() 541 vol_serno = vs->vs_serno; in probe_fat() 569 struct vfat_super_block *vs; in probe_fat_nomagic() local [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_blit_A.c | 700 #define VEC_MULTIPLY_ALPHA(vs, vd, valpha, mergePermute, v1_16, v8_16) do { \ argument 702 vector unsigned short vtemp1 = vec_mule(vs, valpha); \ 704 vector unsigned short vtemp2 = vec_mulo(vs, valpha); \ 1008 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); in Blit32to32SurfaceAlphaKeyAltivec() local 1018 vs = vec_perm(vs, voverflow, valigner); in Blit32to32SurfaceAlphaKeyAltivec() 1021 vsel = (vector unsigned char)vec_and((vector unsigned int)vs, vrgbmask); in Blit32to32SurfaceAlphaKeyAltivec() 1025 vs = vec_perm(vs, valpha, vsrcPermute); in Blit32to32SurfaceAlphaKeyAltivec() 1031 VEC_MULTIPLY_ALPHA(vs, vd, valpha, mergePermute, v1, v8); in Blit32to32SurfaceAlphaKeyAltivec() 1048 vs = voverflow; in Blit32to32SurfaceAlphaKeyAltivec() 1113 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); in Blit32to32PixelAlphaAltivec() local [all …]
|
D | SDL_blit_N.c | 621 vector unsigned int vs = vec_ld(0, srcp); in Blit32to32KeyAltivec() local 629 vs = vec_perm(vs, voverflow, valigner); in Blit32to32KeyAltivec() 631 vsel = (vector unsigned char)vec_and(vs, vrgbmask); in Blit32to32KeyAltivec() 632 vsel = (vector unsigned char)vec_cmpeq(vs, vckey); in Blit32to32KeyAltivec() 634 vs = vec_perm(vs, valpha, vpermute); in Blit32to32KeyAltivec() 638 … vd = (vector unsigned int)vec_sel((vector unsigned char)vs, (vector unsigned char)vd, vsel); in Blit32to32KeyAltivec() 644 vs = voverflow; in Blit32to32KeyAltivec()
|
/external/libvpx/vpx_scale/leapster/ |
D | vpxscale_lf.c | 544 int vs = si->VScale; in any_ratio_2d_scale() local 582 switch (vr * 10 / vs) in any_ratio_2d_scale() 693 int vs = scale_vars->VScale; in any_ratio_frame_scale() local 699 int sh = (scale_vars->expanded_frame_height * vr + vs - 1) / vs; in any_ratio_frame_scale() 711 eh = (sh + 2) / 3 * 3 * vs / vr; in any_ratio_frame_scale() 713 eh = (sh + 7) / 8 * 8 * vs / vr; in any_ratio_frame_scale()
|
/external/libvpx/vp8/decoder/x86/ |
D | onyxdxv.c | 111 int vs; member 217 int hs, hr, vs, vr; in onyx_blit() local 253 Scale2Ratio(common->vert_scale, &vr, &vs); in onyx_blit() 461 newh = vs * tab->this_buffer.y_height / vr; in onyx_blit() 465 if (tab->hs != hs || tab->hr != hr || tab->vs != vs || tab->vr != vr) in onyx_blit() 472 neww, newh, SCALE_TO_FIT, hs, hr, vs, vr); in onyx_blit() 477 ch = vs * common->Height / vr; in onyx_blit()
|
/external/bluetooth/bluez/tools/ |
D | hciconfig.c | 731 uint16_t vs = htobs(strtoul(opt, NULL, 16)); in cmd_voice() local 732 if (hci_write_voice_setting(s, vs, 2000) < 0) { in cmd_voice() 738 uint16_t vs; in cmd_voice() local 740 if (hci_read_voice_setting(s, &vs, 1000) < 0) { in cmd_voice() 745 vs = htobs(vs); in cmd_voice() 746 ic = (vs & 0x0300) >> 8; in cmd_voice() 748 printf("\tVoice setting: 0x%04x%s\n", vs, in cmd_voice() 749 ((vs & 0x03fc) == 0x0060) ? " (Default Condition)" : ""); in cmd_voice() 751 printf("\tInput Data Format: %s\n", idf[(vs & 0xc0) >> 6]); in cmd_voice() 753 printf("\tInput Sample Size: %s\n", iss[(vs & 0x20) >> 5]); in cmd_voice() [all …]
|
/external/libvpx/vpx_scale/generic/ |
D | vpxscale.c | 702 int vs = si->VScale; in any_ratio_2d_scale() local 752 switch (vr * 30 / vs) in any_ratio_2d_scale() 891 int vs = scale_vars->VScale; in any_ratio_frame_scale() local 897 int sh = (scale_vars->expanded_frame_height * vr + vs - 1) / vs; in any_ratio_frame_scale() 909 eh = (sh + 2) / 3 * 3 * vs / vr; in any_ratio_frame_scale() 911 eh = (sh + 7) / 8 * 8 * vs / vr; in any_ratio_frame_scale()
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | NumberFormatTestCases.txt | 77 # ISO codes that overlap display names (QQQ vs. Q) 84 # Display names with shared prefix (YDD vs. Y)
|
/external/icu4c/test/testdata/ |
D | NumberFormatTestCases.txt | 77 # ISO codes that overlap display names (QQQ vs. Q) 84 # Display names with shared prefix (YDD vs. Y)
|
/external/clearsilver/cs/ |
D | test_joo.cs.gold | 92 Testing ? and == '' - boolean vs. equality? um... boolean is a number, 107 Testing ? and != '' - boolean vs. in-equality? um...
|
D | test_joo.cs | 148 Testing ? and != '' - boolean vs. in-equality? um...
|
/external/openssl/crypto/x509/ |
D | x509_lu.c | 289 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name, in X509_STORE_get_by_subject() argument 292 X509_STORE *ctx=vs->ctx; in X509_STORE_get_by_subject() 303 for (i=vs->current_method; i<sk_X509_LOOKUP_num(ctx->get_cert_methods); i++) in X509_STORE_get_by_subject() 309 vs->current_method=j; in X509_STORE_get_by_subject() 318 vs->current_method=0; in X509_STORE_get_by_subject()
|
/external/openssl/crypto/des/ |
D | README | 44 gcc2 -O2) on the sparc 2 (1410 vs 1270) but is not so good on other machines 45 (on a sun3/260 168 vs 336). It is a function of CPU on chip cache size.
|
/external/zlib/contrib/dotzlib/DotZLib/ |
D | Inflater.cs | 22 private static extern int inflateInit_(ref ZStream sz, string vs, int size); in inflateInit_() argument
|
D | Deflater.cs | 22 private static extern int deflateInit_(ref ZStream sz, int level, string vs, int size); in deflateInit_() argument
|
/external/v8/test/cctest/ |
D | test-disasm-arm.cc | 149 COMPARE(add(r7, r8, Operand(ip, ASR, 31), SetCC, vs), in TEST() 233 COMPARE(bic(r0, lr, Operand(r1), LeaveCC, vs), in TEST()
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | hci_lib.h | 80 int hci_read_voice_setting(int dd, uint16_t *vs, int to); 81 int hci_write_voice_setting(int dd, uint16_t vs, int to);
|
/external/zlib/projects/ |
D | README.projects | 30 by different versions of an IDE (e.g. Visual C++ 6.0 vs. 7.0), the name
|