/external/libyuv/files/include/libyuv/ |
D | macros_msa.h | 54 #define SW(val, pdst) \ argument 56 uint8_t* pdst_sw_m = (uint8_t*)(pdst); /* NOLINT */ \ 64 #define SD(val, pdst) \ argument 66 uint8_t* pdst_sd_m = (uint8_t*)(pdst); /* NOLINT */ \ 73 #define SD(val, pdst) \ argument 75 uint8_t* pdst_sd_m = (uint8_t*)(pdst); /* NOLINT */ \ 119 #define SW(val, pdst) \ argument 121 uint8_t* pdst_sw_m = (uint8_t*)(pdst); /* NOLINT */ \ 128 #define SD(val, pdst) \ argument 130 uint8_t* pdst_sd_m = (uint8_t*)(pdst); /* NOLINT */ \ [all …]
|
/external/webp/src/dsp/ |
D | lossless_msa.c | 24 #define CONVERT16_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument 29 ST_UB2(dst0, dst1, pdst, 16); \ 30 ST_UB(dst2, pdst + 32); \ 33 #define CONVERT12_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument 39 ST_UB2(dst0, dst1, pdst, 16); \ 41 SW(pix_w, pdst + 32); \ 44 #define CONVERT8_BGRA_XXX(psrc, pdst, m0, m1) do { \ argument 49 ST_UB(dst0, pdst); \ 51 SD(pix_d, pdst + 16); \ 54 #define CONVERT4_BGRA_XXX(psrc, pdst, m) do { \ argument [all …]
|
D | msa_macro.h | 58 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 62 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 66 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 84 static inline void FUNC_NAME(TYPE val, void* const pdst) { \ 85 uint8_t* const pdst_m = (uint8_t*)pdst; \ 93 #define MSA_STORE(val, pdst, FUNC_NAME) FUNC_NAME(val, pdst) argument 109 #define SH(val, pdst) MSA_STORE(val, pdst, msa_sh) argument 111 #define SW(val, pdst) MSA_STORE(val, pdst, msa_sw) argument 113 #define SD(val, pdst) MSA_STORE(val, pdst, msa_sd) argument 128 #define SH(val, pdst) MSA_STORE(val, pdst, msa_ush) argument [all …]
|
D | alpha_processing_mips_dsp_r2.c | 26 uint8_t* pdst = dst; in DispatchAlpha() local 44 [temp3]"=&r"(temp3), [palpha]"+r"(palpha), [pdst]"+r"(pdst), in DispatchAlpha() 58 : [temp0]"=&r"(temp0), [palpha]"+r"(palpha), [pdst]"+r"(pdst), in DispatchAlpha()
|
D | 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) \
|
D | dec_msa.c | 292 #define ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride) do { \ argument 295 SW(tmp0_w, pdst); \ 296 SH(tmp0_h, pdst + stride); \ 299 #define ST6x4_UB(in0, start_in0_idx, in1, start_in1_idx, pdst, stride) do { \ argument 300 uint8_t* ptmp1 = (uint8_t*)pdst; \
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_surface.c | 35 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst, in vmw_svga_winsys_surface_reference() argument 42 if(pdst == NULL || *pdst == src) in vmw_svga_winsys_surface_reference() 45 dst = *pdst; in vmw_svga_winsys_surface_reference() 60 *pdst = src; in vmw_svga_winsys_surface_reference()
|
D | vmw_surface.h | 76 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst,
|
D | vmw_screen_svga.c | 122 struct pipe_fence_handle **pdst, in vmw_svga_winsys_fence_reference() argument 127 vmw_fence_reference(vws, pdst, src); in vmw_svga_winsys_fence_reference()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 87 #define SH(val, pdst) \ argument 89 uint8_t *pdst_m = (uint8_t *)(pdst); \ 98 #define SW(val, pdst) \ argument 100 uint8_t *pdst_m = (uint8_t *)(pdst); \ 109 #define SD(val, pdst) \ argument 111 uint8_t *pdst_m = (uint8_t *)(pdst); \ 163 #define SH(val, pdst) \ argument [all …]
|
D | loopfilter_filters_msa.c | 198 #define VP8_ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride) \ argument 205 SW(tmp0_w, pdst); \ 206 SH(tmp0_h, pdst + stride); \
|
/external/libpng/mips/ |
D | filter_msa_intrinsics.c | 59 #define SH(val, pdst) \ argument 61 uint8_t *pdst_sh_m = (uint8_t *) (pdst); \ 72 #define SW(val, pdst) \ argument 74 uint8_t *pdst_sw_m = (uint8_t *) (pdst); \ 86 #define SD(val, pdst) \ argument 88 uint8_t *pdst_sd_m = (uint8_t *) (pdst); \ 99 #define SD(val, pdst) \ argument 101 uint8_t *pdst_sd_m = (uint8_t *) (pdst); \ 130 #define SH(val, pdst) \ argument 132 uint8_t *pdst_sh_m = (uint8_t *) (pdst); \ [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 30 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 34 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 37 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 98 #define SH(val, pdst) \ argument 100 uint8_t *pdst_m = (uint8_t *)(pdst); \ 109 #define SW(val, pdst) \ argument 111 uint8_t *pdst_m = (uint8_t *)(pdst); \ 120 #define SD(val, pdst) \ argument 122 uint8_t *pdst_m = (uint8_t *)(pdst); \ 188 #define SH(val, pdst) \ argument [all …]
|
D | vpx_convolve_msa.h | 95 #define PCKEV_XORI128_AVG_ST_UB(in0, in1, dst, pdst) \ argument 101 ST_UB(tmp_m, (pdst)); \ 104 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) \ argument 110 ST_UB(tmp_m, (pdst)); \ 113 #define PCKEV_AVG_ST8x4_UB(in1, dst0, in2, dst1, in3, dst2, in4, dst3, pdst, \ argument 121 ST8x4_UB(tmp0_m, tmp1_m, pdst, stride); \
|
/external/valgrind/callgrind/ |
D | events.c | 254 void CLG_(copy_cost_lz)(EventSet* es, ULong** pdst, ULong* src) in CLG_() 259 CLG_ASSERT(pdst != 0); in CLG_() 262 CLG_(zero_cost)(es, *pdst); in CLG_() 265 dst = *pdst; in CLG_() 267 dst = *pdst = CLG_(get_eventset_cost)(es); in CLG_() 284 void CLG_(add_cost_lz)(EventSet* es, ULong** pdst, ULong* src) in CLG_() 290 CLG_ASSERT(pdst != 0); in CLG_() 292 dst = *pdst; in CLG_() 294 dst = *pdst = CLG_(get_eventset_cost)(es); in CLG_() 377 Bool CLG_(add_diff_cost_lz)(EventSet* es, ULong** pdst, ULong* old, ULong* new_cost) in CLG_() [all …]
|
D | events.h | 94 void CLG_(copy_cost_lz)(EventSet*,ULong** pdst, ULong* src); 96 void CLG_(add_cost_lz)(EventSet*,ULong** pdst, ULong* src); 103 Bool CLG_(add_diff_cost_lz)(EventSet*,ULong** pdst, ULong* old, ULong* new_cost);
|
/external/libedit/src/ |
D | vis.c | 353 wchar_t *dst, *src, *pdst, *psrc, *start, *extra; in istrsenvisx() local 379 psrc = pdst = extra = NULL; in istrsenvisx() 384 if ((pdst = calloc((4 * mblength) + 1, sizeof(*pdst))) == NULL) in istrsenvisx() 386 dst = pdst; in istrsenvisx() 523 free(pdst); in istrsenvisx() 529 free(pdst); in istrsenvisx()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_winsys.h | 228 struct svga_winsys_surface **pdst, 268 struct pipe_fence_handle **pdst,
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_screen.c | 329 struct pipe_fence_handle **pdst, in trace_screen_fence_reference() argument 336 assert(pdst); in trace_screen_fence_reference() 337 dst = *pdst; in trace_screen_fence_reference() 345 screen->fence_reference(screen, pdst, src); in trace_screen_fence_reference()
|
/external/webp/src/mux/ |
D | anim_encode.c | 694 uint32_t* const pdst = dst->argb + j * dst->argb_stride; in IncreaseTransparency() local 696 if (psrc[i] == pdst[i] && pdst[i] != TRANSPARENT_COLOR) { in IncreaseTransparency() 697 pdst[i] = TRANSPARENT_COLOR; in IncreaseTransparency() 732 uint32_t* const pdst = dst->argb + j * dst->argb_stride + i; in FlattenSimilarBlocks() local 738 PixelsAreSimilar(src_pixel, pdst[x + y * dst->argb_stride], in FlattenSimilarBlocks() 756 pdst[x + y * dst->argb_stride] = color; in FlattenSimilarBlocks()
|
/external/kernel-headers/original/uapi/linux/ |
D | ethtool.h | 731 __be16 pdst; member 785 __be16 pdst; member
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 1032 Value *pdst; in checkPredicate() local 1036 pdst = new_LValue(func, FILE_PREDICATE); in checkPredicate() 1041 bld.mkCmp(OP_SET, CC_NEU, TYPE_U32, pdst, bld.mkImm(0), pred); in checkPredicate() 1043 insn->setPredicate(insn->cc, pdst); in checkPredicate()
|