/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv.c | 129 int src_width, int do_store) { in WebPConvertARGBToUV_C() argument 143 if (do_store) { in WebPConvertARGBToUV_C() 159 if (do_store) { in WebPConvertARGBToUV_C() 248 int src_width, int do_store);
|
D | yuv_neon.c | 135 int src_width, int do_store) { in ConvertARGBToUV_NEON() argument 147 if (do_store) { in ConvertARGBToUV_NEON() 159 WebPConvertARGBToUV_C(argb + i, u, v, src_width - i, do_store); in ConvertARGBToUV_NEON()
|
D | dsp.h | 532 int src_width, int do_store); 544 int src_width, int do_store);
|
D | yuv_sse41.c | 506 int src_width, int do_store) { in ConvertARGBToUV_SSE41() argument 525 if (!do_store) { in ConvertARGBToUV_SSE41() 535 WebPConvertARGBToUV_C(argb + i, u, v, src_width - i, do_store); in ConvertARGBToUV_SSE41()
|
D | yuv_sse2.c | 660 int src_width, int do_store) { in ConvertARGBToUV_SSE2() argument 679 if (!do_store) { in ConvertARGBToUV_SSE2() 689 WebPConvertARGBToUV_C(argb + i, u, v, src_width - i, do_store); in ConvertARGBToUV_SSE2()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv.c | 129 int src_width, int do_store) { in WebPConvertARGBToUV_C() argument 143 if (do_store) { in WebPConvertARGBToUV_C() 159 if (do_store) { in WebPConvertARGBToUV_C() 248 int src_width, int do_store);
|
D | yuv_neon.c | 135 int src_width, int do_store) { in ConvertARGBToUV_NEON() argument 147 if (do_store) { in ConvertARGBToUV_NEON() 159 WebPConvertARGBToUV_C(argb + i, u, v, src_width - i, do_store); in ConvertARGBToUV_NEON()
|
D | dsp.h | 495 int src_width, int do_store); 507 int src_width, int do_store);
|
D | yuv_sse41.c | 506 int src_width, int do_store) { in ConvertARGBToUV_SSE41() argument 525 if (!do_store) { in ConvertARGBToUV_SSE41() 535 WebPConvertARGBToUV_C(argb + i, u, v, src_width - i, do_store); in ConvertARGBToUV_SSE41()
|
D | yuv_sse2.c | 660 int src_width, int do_store) { in ConvertARGBToUV_SSE2() argument 679 if (!do_store) { in ConvertARGBToUV_SSE2() 689 WebPConvertARGBToUV_C(argb + i, u, v, src_width - i, do_store); in ConvertARGBToUV_SSE2()
|
/third_party/e2fsprogs/tests/progs/ |
D | test_icount.h | 6 void do_store(int argc, char **argv, int sci_idx, void *infop);
|
D | test_icount_cmds.ct | 25 request do_store, "Store an icount entry",
|
D | test_icount.c | 180 void do_store(int argc, char **argv, int sci_idx EXT2FS_ATTR((unused)), in do_store() function
|
/third_party/openssl/ssl/ |
D | ssl_conf.c | 467 static int do_store(SSL_CONF_CTX *cctx, in do_store() function 489 return do_store(cctx, NULL, value, 0); in cmd_ChainCAPath() 494 return do_store(cctx, value, NULL, 0); in cmd_ChainCAFile() 499 return do_store(cctx, NULL, value, 1); in cmd_VerifyCAPath() 504 return do_store(cctx, value, NULL, 1); in cmd_VerifyCAFile()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_storage_image.c | 565 nir_ssa_def *do_store = image_coord_is_in_bounds(b, deref, coord); in lower_image_store_instr() local 576 do_store = nir_iand(b, do_store, is_raw); in lower_image_store_instr() 578 nir_push_if(b, do_store); in lower_image_store_instr()
|
/third_party/libjpeg-turbo/simd/arm/ |
D | jsimd_neon.S | 1321 .macro do_store bpp, size macro 1442 do_store \bpp, 8 1460 do_store \bpp, 8 1541 do_store \bpp, 8 1560 do_store \bpp, 4 1564 do_store \bpp, 2 1568 do_store \bpp, 1 1607 .purgem do_store 1623 .macro do_store size macro 1852 do_store 8 [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jsimd_neon.S | 1321 .macro do_store bpp, size macro 1442 do_store \bpp, 8 1460 do_store \bpp, 8 1541 do_store \bpp, 8 1560 do_store \bpp, 4 1564 do_store \bpp, 2 1568 do_store \bpp, 1 1607 .purgem do_store 1623 .macro do_store size macro 1852 do_store 8 [all …]
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp9mc_neon.S | 471 .macro do_store qreg1, dreg1, qreg2, dreg2, qreg3, dreg3, qreg4, dreg4, tmp1, tmp2, tmp3, tmp4, type macro 563 do_store q1, d2, q2, d4, q3, d6, q4, d8, d3, d5, d7, d9, \type 571 do_store q1, d2, q2, d4, q3, d6, q8, d16, d3, d5, d7, d17, \type 579 do_store q1, d2, q2, d4, q3, d6, q12, d24, d3, d5, d7, d25, \type
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9mc_neon.S | 407 .macro do_store reg1, reg2, reg3, reg4, tmp1, tmp2, tmp3, tmp4, type macro 502 do_store v1, v2, v3, v4, v5, v6, v7, v28, \type 510 do_store v1, v2, v3, v4, v5, v6, v7, v28, \type 518 do_store v1, v2, v3, v4, v5, v6, v7, v28, \type
|
/third_party/libjpeg-turbo/simd/arm64/ |
D | jsimd_neon.S | 1645 .macro do_store bpp, size, fast_st3 macro 1821 do_store \bpp, 8, \fast_st3 1897 do_store \bpp, 8, \fast_st3 1916 do_store \bpp, 4, \fast_st3 1920 do_store \bpp, 2, \fast_st3 1924 do_store \bpp, 1, \fast_st3 1966 .purgem do_store 1982 .macro do_store size macro 2213 do_store 8 2228 do_store 4 [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/arm64/ |
D | jsimd_neon.S | 1480 .macro do_store bpp, size, fast_st3 macro 1656 do_store \bpp, 8, \fast_st3 1751 do_store \bpp, 8, \fast_st3 1770 do_store \bpp, 4, \fast_st3 1774 do_store \bpp, 2, \fast_st3 1778 do_store \bpp, 1, \fast_st3 1820 .purgem do_store 1836 .macro do_store size macro 2082 do_store 8 2097 do_store 4 [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir_soa.c | 1170 LLVMValueRef do_store = lp_build_const_int32(gallivm, -1); in emit_store_mem() local 1174 do_store = LLVMBuildAnd(builder, do_store, ssbo_oob_cmp, ""); in emit_store_mem() 1183 …store_cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, do_store, lp_build_const_int32(gallivm, 0)… in emit_store_mem()
|