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

1 2

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_shader.c 35 vmw_svga_winsys_shader_reference(struct vmw_svga_winsys_shader **pdst,
42 if(pdst == NULL || *pdst == src)
45 dst = *pdst;
64 *pdst = src;
vmw_shader.h 64 vmw_svga_winsys_shader_reference(struct vmw_svga_winsys_shader **pdst,
vmw_surface.c 193 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst,
200 if(pdst == NULL || *pdst == src)
203 dst = *pdst;
221 *pdst = src;
vmw_surface.h 87 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst,
vmw_screen_svga.c 104 struct pipe_fence_handle **pdst,
109 vmw_fence_reference(vws, pdst, src);
328 struct svga_winsys_surface **pDst,
331 struct vmw_svga_winsys_surface *d_vsurf = vmw_svga_winsys_surface(*pDst);
335 *pDst = svga_winsys_surface(d_vsurf);
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
macros_msa.h 54 #define SW(val, pdst) \
56 uint8_t* pdst_sw_m = (uint8_t*)(pdst); /* NOLINT */ \
64 #define SD(val, pdst) \
66 uint8_t* pdst_sd_m = (uint8_t*)(pdst); /* NOLINT */ \
73 #define SD(val, pdst) \
75 uint8_t* pdst_sd_m = (uint8_t*)(pdst); /* NOLINT */ \
119 #define SW(val, pdst) \
121 uint8_t* pdst_sw_m = (uint8_t*)(pdst); /* NOLINT */ \
128 #define SD(val, pdst) \
130 uint8_t* pdst_sd_m = (uint8_t*)(pdst); /* NOLINT */
    [all...]
  /external/libyuv/files/include/libyuv/
macros_msa.h 54 #define SW(val, pdst) \
56 uint8_t* pdst_sw_m = (uint8_t*)(pdst); /* NOLINT */ \
64 #define SD(val, pdst) \
66 uint8_t* pdst_sd_m = (uint8_t*)(pdst); /* NOLINT */ \
73 #define SD(val, pdst) \
75 uint8_t* pdst_sd_m = (uint8_t*)(pdst); /* NOLINT */ \
119 #define SW(val, pdst) \
121 uint8_t* pdst_sw_m = (uint8_t*)(pdst); /* NOLINT */ \
128 #define SD(val, pdst) \
130 uint8_t* pdst_sd_m = (uint8_t*)(pdst); /* NOLINT */
    [all...]
  /external/webp/src/dsp/
lossless_msa.c 24 #define CONVERT16_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \
29 ST_UB2(dst0, dst1, pdst, 16); \
30 ST_UB(dst2, pdst + 32); \
33 #define CONVERT12_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \
39 ST_UB2(dst0, dst1, pdst, 16); \
41 SW(pix_w, pdst + 32); \
44 #define CONVERT8_BGRA_XXX(psrc, pdst, m0, m1) do { \
49 ST_UB(dst0, pdst); \
51 SD(pix_d, pdst + 16); \
54 #define CONVERT4_BGRA_XXX(psrc, pdst, m) do {
    [all...]
msa_macro.h 60 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in
64 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in
68 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in
86 static inline void FUNC_NAME(TYPE val, void* const pdst) { \
87 uint8_t* const pdst_m = (uint8_t*)pdst; \
95 #define MSA_STORE(val, pdst, FUNC_NAME) FUNC_NAME(val, pdst)
    [all...]
alpha_processing_mips_dsp_r2.c 26 uint8_t* pdst = dst; local
34 "addiu %[pdst], %[pdst], 16 \n\t"
39 "sb %[temp0], -16(%[pdst]) \n\t"
40 "sb %[temp1], -12(%[pdst]) \n\t"
41 "sb %[temp2], -8(%[pdst]) \n\t"
42 "sb %[temp3], -4(%[pdst]) \n\t"
44 [temp3]"=&r"(temp3), [palpha]"+r"(palpha), [pdst]"+r"(pdst),
55 "sb %[temp0], 0(%[pdst]) \n\t
    [all...]
filters_mips_dsp_r2.c 38 uint8_t* pdst = (uint8_t*)(DST); \
98 [temp6]"=&r"(temp6), [dst]"+&r"(pdst), [src]"+&r"(psrc) \
112 uint8_t* pdst = (uint8_t*)(DST); \
162 [dst]"+&r"(pdst), [src]"+&r"(psrc) \
  /external/libpng/mips/
filter_msa_intrinsics.c 59 #define SH(val, pdst) \
61 uint8_t *pdst_sh_m = (uint8_t *) (pdst); \
72 #define SW(val, pdst) \
74 uint8_t *pdst_sw_m = (uint8_t *) (pdst); \
86 #define SD(val, pdst) \
88 uint8_t *pdst_sd_m = (uint8_t *) (pdst); \
99 #define SD(val, pdst) \
101 uint8_t *pdst_sd_m = (uint8_t *) (pdst); \
130 #define SH(val, pdst) \
132 uint8_t *pdst_sh_m = (uint8_t *) (pdst); \
    [all...]
  /external/libaom/libaom/aom_dsp/mips/
macros_msa.h 32 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
36 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
100 #define SH(val, pdst) \
102 uint8_t *pdst_m = (uint8_t *)(pdst); \
111 #define SW(val, pdst) \
113 uint8_t *pdst_m = (uint8_t *)(pdst); \
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
vpx_convolve_msa.h 95 #define PCKEV_XORI128_AVG_ST_UB(in0, in1, dst, pdst) \
101 ST_UB(tmp_m, (pdst)); \
104 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) \
110 ST_UB(tmp_m, (pdst)); \
113 #define PCKEV_AVG_ST8x4_UB(in0, in1, in2, in3, dst0, dst1, pdst, stride) \
116 uint8_t *pdst_m = (uint8_t *)(pdst); \
macros_msa.h 26 #define ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
69 #define SH(val, pdst) *(uint16_t *)(pdst) = (val);
70 #define SW(val, pdst) *(uint32_t *)(pdst) = (val);
71 #define SD(val, pdst) *(uint64_t *)(pdst) = (val);
130 #define SH(val, pdst) \
132 uint8_t *pdst_sh_m = (uint8_t *)(pdst); \
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
87 #define SH(val, pdst) \
89 uint8_t *pdst_m = (uint8_t *)(pdst); \
98 #define SW(val, pdst) \
100 uint8_t *pdst_m = (uint8_t *)(pdst); \
    [all...]
  /bionic/libc/arch-mips/string/
strcpy.c 138 char *pdst = (char *) dst; \
140 for (; (*pdst = *psrc) != '\0'; ++psrc, ++pdst); \
  /external/scapy/scapy/layers/
l2.py 78 res = srp1(Ether(dst=ETHER_BROADCAST)/ARP(op="who-has", pdst=ip),
287 SourceIPField("psrc","pdst"),
289 IPField("pdst", "0.0.0.0") ]
296 (self.psrc == other.pdst) ):
300 dst = self.pdst
310 return self.sprintf("ARP who has %pdst% says %psrc%")
312 return self.sprintf("ARP %op% %psrc% > %pdst%")
315 return getmacbyip(l3.pdst)
470 p = Ether(dst=tmac)/ARP(op="who-has", psrc=victim, pdst=target)
498 ans,unans = srp(Ether(dst="ff:ff:ff:ff:ff:ff")/ARP(pdst=net), verbose=verbose
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 474 struct pipe_fence_handle **pdst,
481 assert(pdst);
482 dst = *pdst;
490 screen->fence_reference(screen, pdst, src);
  /external/mesa3d/src/gallium/drivers/svga/
svga_winsys.h 572 struct svga_winsys_surface **pdst,
624 struct pipe_fence_handle **pdst,
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_screen.c 329 struct pipe_fence_handle **pdst,
334 screen->fence_reference(screen, pdst, src);
  /external/scapy/scapy/modules/krack/
automaton.py 368 pkt[ARP].op == 1 and pkt[ARP].pdst == self.dhcp_server.gw:
377 pdst=self.arp_target_ip,
805 pdst=self.arp_target_ip,
872 decoded_pkt[ARP].pdst == self.arp_source_ip:
  /external/webp/src/mux/
anim_encode.c 695 uint32_t* const pdst = dst->argb + j * dst->argb_stride; local
697 if (psrc[i] == pdst[i] && pdst[i] != TRANSPARENT_COLOR) {
698 pdst[i] = TRANSPARENT_COLOR;
733 uint32_t* const pdst = dst->argb + j * dst->argb_stride + i; local
739 PixelsAreSimilar(src_pixel, pdst[x + y * dst->argb_stride],
757 pdst[x + y * dst->argb_stride] = color;
    [all...]
  /bionic/libc/kernel/uapi/linux/
ethtool.h 250 __be16 pdst; member in struct:ethtool_tcpip4_spec
272 __be16 pdst; member in struct:ethtool_tcpip6_spec
  /external/kernel-headers/original/uapi/linux/
ethtool.h 714 * fields, e.g., ip4src, ip4dst, psrc, pdst, spi, etc. are expected to
723 * @pdst: Destination port
732 __be16 pdst; member in struct:ethtool_tcpip4_spec
777 * @pdst: Destination port
786 __be16 pdst; member in struct:ethtool_tcpip6_spec
    [all...]

Completed in 656 milliseconds

1 2