/external/qemu/ |
D | vnc-android.c | 213 static inline uint32_t vnc_has_feature(VncState *vs, int feature) { in vnc_has_feature() 271 static void vnc_update(VncState *vs, int x, int y, int w, int h) in vnc_update() 298 VncState *vs = vd->clients; in vnc_dpy_update() local 305 static void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update() 349 static void vnc_resize(VncState *vs) in vnc_resize() 389 VncState *vs = vd->clients; in vnc_dpy_resize() local 397 static void vnc_write_pixels_copy(VncState *vs, void *pixels, int size) in vnc_write_pixels_copy() 403 static void vnc_convert_pixel(VncState *vs, uint8_t *buf, uint32_t v) in vnc_convert_pixel() 446 static void vnc_write_pixels_generic(VncState *vs, void *pixels1, int size) in vnc_write_pixels_generic() 479 static void send_framebuffer_update_raw(VncState *vs, int x, int y, int w, int h) in send_framebuffer_update_raw() [all …]
|
D | vnc.c | 207 static inline uint32_t vnc_has_feature(VncState *vs, int feature) { in vnc_has_feature() 265 static void vnc_update(VncState *vs, int x, int y, int w, int h) in vnc_update() 292 VncState *vs = vd->clients; in vnc_dpy_update() local 299 static void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update() 343 static void vnc_resize(VncState *vs) in vnc_resize() 383 VncState *vs = vd->clients; in vnc_dpy_resize() local 391 static void vnc_write_pixels_copy(VncState *vs, void *pixels, int size) in vnc_write_pixels_copy() 397 static void vnc_convert_pixel(VncState *vs, uint8_t *buf, uint32_t v) in vnc_convert_pixel() 440 static void vnc_write_pixels_generic(VncState *vs, void *pixels1, int size) in vnc_write_pixels_generic() 473 static void send_framebuffer_update_raw(VncState *vs, int x, int y, int w, int h) in send_framebuffer_update_raw() [all …]
|
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/ |
D | OGGLoader.java | 70 protected final VorbisStream vs; field in OGGLoader.JOggInputStream 72 public JOggInputStream(VorbisStream vs){ in JOggInputStream() 130 … public SeekableJOggInputStream(VorbisStream vs, LogicalOggStream los, float duration){ in SeekableJOggInputStream()
|
/external/libvpx/vpx_ports/ |
D | x86_cpuid.c | 40 unsigned int vs[3]; in vpx_x86_vendor() local
|
/external/valgrind/main/memcheck/tests/ |
D | unit_oset.c | 80 Word* vs[NN]; in example1() local 215 Word vs[NN]; in example1b() local 369 Block* vs[NN]; in example2() local
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | Inflater.cs | 22 private static extern int inflateInit_(ref ZStream sz, string vs, int size); in inflateInit_()
|
D | Deflater.cs | 22 private static extern int deflateInit_(ref ZStream sz, int level, string vs, int size); in deflateInit_()
|
/external/clang/test/SemaCXX/ |
D | cxx0x-class.cpp | 3 int vs = 0; variable
|
D | altivec.cpp | 10 vector short vs; in test_vec_step() local
|
D | class.cpp | 29 static int vs; member in C
|
/external/valgrind/main/coregrind/m_demangle/ |
D | safe-ctype.c | 143 #define vs _sch_isvsp macro
|
/external/clang/test/Modules/ |
D | module-private.cpp | 29 VisibleStruct vs; in test_broken() local
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 8 vector short vs = { -1, 2, -3, 4, -5, 6, -7, 8 }; variable
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | VariableStack.java | 73 VariableStack vs = (VariableStack) super.clone(); in clone() local
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | MapTestSuiteBuilder.java | 323 final V[] vs = ((TestMapGenerator<K, V>) mapGenerator.getInnerGenerator()) in createArray() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_blit_A.c | 701 #define VEC_MULTIPLY_ALPHA(vs, vd, valpha, mergePermute, v1_16, v8_16) do { \ argument 1009 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); in Blit32to32SurfaceAlphaKeyAltivec() local 1114 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); in Blit32to32PixelAlphaAltivec() local 1215 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); in BlitRGBtoRGBPixelAlphaAltivec() local 1310 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); in Blit32to32SurfaceAlphaAltivec() local 1397 vector unsigned char vs = (vector unsigned char)vec_ld(0, srcp); in BlitRGBtoRGBSurfaceAlphaAltivec() local
|
/external/libvpx/vpx_scale/generic/ |
D | vpxscale.c | 702 int vs = si->VScale; in any_ratio_2d_scale() local 891 int vs = scale_vars->VScale; in any_ratio_frame_scale() local
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 234 uint64_t vs = b + rotate(a, 31) + c; in hash_33to64_bytes() local
|
/external/libmtp/src/ |
D | playlist-spl.c | 606 char vs[14]; // "VERSION 2.00\0" in spl_text_t_from_tracks() local
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | GrammarAST.java | 221 String vs = (String)value; in setOption() local
|
/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()
|
/external/libnfc-nxp/src/ |
D | phFriNfc_LlcpTransport.c | 833 uint8_t vs, in phFriNfc_LlcpTransport_SendFrameReject()
|
/external/v8/src/arm/ |
D | constants-arm.h | 128 vs = 6 << 28, // V set Overflow. enumerator
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 518 struct vfat_super_block *vs = (struct vfat_super_block *) buf; in probe_fat() local
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerImpl.java | 1643 VariableStack vs = xctxt.getVarStack(); in pushGlobalVars() local
|