/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A 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, 5 in s390x_ed448_mul() 146 s390x_ed25519_mul(unsigned char x_dst[32], unsigned char y_dst[32], const unsigned char x_src[32], const unsigned char y_src[32], const unsigned char d_src[32]) s390x_ed25519_mul() argument 180 s390x_ed448_mul(unsigned char x_dst[57], unsigned char y_dst[57], const unsigned char x_src[57], const unsigned char y_src[57], const unsigned char d_src[57]) s390x_ed448_mul() argument [all...] |
/third_party/openssl/crypto/ec/ |
H A 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, 5 in s390x_ed448_mul() 146 s390x_ed25519_mul(unsigned char x_dst[32], unsigned char y_dst[32], const unsigned char x_src[32], const unsigned char y_src[32], const unsigned char d_src[32]) s390x_ed25519_mul() argument 180 s390x_ed448_mul(unsigned char x_dst[57], unsigned char y_dst[57], const unsigned char x_src[57], const unsigned char y_src[57], const unsigned char d_src[57]) s390x_ed448_mul() argument [all...] |
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A 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() 208 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16; DoFilter() local [all...] |
H A 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/ |
H A 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/ |
H A D | s390x_arch.h | 43 unsigned char y_dst[32], 48 unsigned char y_dst[57],
|
/third_party/openssl/crypto/ |
H A D | s390x_arch.h | 43 unsigned char y_dst[32], 48 unsigned char y_dst[57],
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_compute_variance.cpp | 366 int y_dst = y + offset_y; in compute_pixel_region_variance() local 387 int out_index = z_dst * zdt + y_dst * ydt + x_dst; in compute_pixel_region_variance() 398 int y_dst = y + offset_y; in compute_pixel_region_variance() local 415 int out_index = y_dst * ydt + x_dst; in compute_pixel_region_variance()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.c | 2071 uint8_t *y_dst = dst[0]; in idct_mb() local 2078 s->vp8dsp.vp8_idct_dc_add(y_dst + 4 * x, in idct_mb() 2082 s->vp8dsp.vp8_idct_add(y_dst + 4 * x, in idct_mb() 2090 s->vp8dsp.vp8_idct_dc_add4y(y_dst, td->block[y], s->linesize); in idct_mb() 2093 y_dst += 4 * s->linesize; in idct_mb()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |