/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ecx_s390x.c | 147 unsigned char y_dst[32], in s390x_ed25519_mul() 155 unsigned char y_dst[32]; in s390x_ed25519_mul() member 173 s390x_flip_endian32(y_dst, param.ed25519.y_dst); in s390x_ed25519_mul() 181 unsigned char y_dst[57], in s390x_ed448_mul() 189 unsigned char y_dst[64]; in s390x_ed448_mul() member 210 s390x_flip_endian64(param.ed448.y_dst, param.ed448.y_dst); in s390x_ed448_mul() 212 memcpy(y_dst, param.ed448.y_dst, 57); in s390x_ed448_mul()
|
/third_party/openssl/crypto/ec/ |
D | ecx_s390x.c | 147 unsigned char y_dst[32], in s390x_ed25519_mul() 155 unsigned char y_dst[32]; in s390x_ed25519_mul() member 173 s390x_flip_endian32(y_dst, param.ed25519.y_dst); in s390x_ed25519_mul() 181 unsigned char y_dst[57], in s390x_ed448_mul() 189 unsigned char y_dst[64]; in s390x_ed448_mul() member 210 s390x_flip_endian64(param.ed448.y_dst, param.ed448.y_dst); in s390x_ed448_mul() 212 memcpy(y_dst, param.ed448.y_dst, 57); in s390x_ed448_mul()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | frame_dec.c | 77 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF; in ReconstructRow() local 83 y_dst[j * BPS - 1] = 129; in ReconstructRow() 92 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129; in ReconstructRow() 96 memset(y_dst - BPS - 1, 127, 16 + 4 + 1); in ReconstructRow() 109 Copy32b(&y_dst[j * BPS - 4], &y_dst[j * BPS + 12]); in ReconstructRow() 124 memcpy(y_dst - BPS, top_yuv[0].y, 16); in ReconstructRow() 131 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16); in ReconstructRow() 145 uint8_t* const dst = y_dst + kScan[n]; in ReconstructRow() 151 VP8PredLuma16[pred_func](y_dst); in ReconstructRow() 154 DoTransform(bits, coeffs + n * 16, y_dst + kScan[n]); in ReconstructRow() [all …]
|
D | io_dec.c | 28 uint8_t* const y_dst = buf->y + (size_t)io->mb_y * buf->y_stride; in EmitYUV() local 35 WebPCopyPlane(io->y, io->y_stride, y_dst, buf->y_stride, mb_w, mb_h); in EmitYUV()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | filter_enc.c | 90 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF_ENC; in DoFilter() local 95 memcpy(y_dst, it->yuv_out_, YUV_SIZE_ENC * sizeof(uint8_t)); in DoFilter() 98 VP8SimpleHFilter16i(y_dst, BPS, limit); in DoFilter() 99 VP8SimpleVFilter16i(y_dst, BPS, limit); in DoFilter() 102 VP8HFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter() 104 VP8VFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | s390x_arch.h | 43 unsigned char y_dst[32], 48 unsigned char y_dst[57],
|
/third_party/openssl/crypto/ |
D | s390x_arch.h | 43 unsigned char y_dst[32], 48 unsigned char y_dst[57],
|
/third_party/astc-encoder/Source/ |
D | astcenc_compute_variance.cpp | 374 int y_dst = y + offset_y; in compute_pixel_region_variance() local 395 int out_index = z_dst * zdt + y_dst * ydt + x_dst; in compute_pixel_region_variance() 406 int y_dst = y + offset_y; in compute_pixel_region_variance() local 423 int out_index = y_dst * ydt + x_dst; in compute_pixel_region_variance()
|
/third_party/ffmpeg/libavcodec/ |
D | vp8.c | 2067 uint8_t *y_dst = dst[0]; in idct_mb() local 2074 s->vp8dsp.vp8_idct_dc_add(y_dst + 4 * x, in idct_mb() 2078 s->vp8dsp.vp8_idct_add(y_dst + 4 * x, in idct_mb() 2086 s->vp8dsp.vp8_idct_dc_add4y(y_dst, td->block[y], s->linesize); in idct_mb() 2089 y_dst += 4 * s->linesize; in idct_mb()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 111270 int y_dst, 111280 int y_dst,
|