/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 392 std::ostringstream src; 393 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n" 399 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); 404 std::ostringstream src; 405 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n" 420 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); 425 std::ostringstream src; 426 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n" 443 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); 450 std::ostringstream src; [all...] |
/base/inputmethod/imf/common/src/ |
H A D | message.cpp | 43 MessageParcel *src = msg.msgContent_; in Message() local 44 if (src != nullptr) { in Message() 46 msgContent_->ParseFrom(src->GetData(), src->GetDataSize()); in Message()
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | NG2copy_to_user.S | 36 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 38 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_AIUS_4V
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/ |
H A D | zip_crypto.h | 64 const u8 *src, unsigned int slen, 67 const u8 *src, unsigned int slen, 74 const u8 *src, unsigned int slen, 77 const u8 *src, unsigned int slen,
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | string.h | 32 #define memcpy(dst, src, len) __memcpy(dst, src, len) 33 #define memmove(dst, src, len) __memmove(dst, src, len)
|
/kernel/linux/linux-6.6/arch/arm64/tools/ |
H A D | Makefile | 20 $(kapi)/cpucaps.h: $(src)/gen-cpucaps.awk $(src)/cpucaps FORCE 23 $(kapi)/sysreg-defs.h: $(src)/gen-sysreg.awk $(src)/sysreg FORCE
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | string.h | 28 #define memcpy(dst, src, len) __memcpy(dst, src, len) 29 #define memmove(dst, src, len) __memmove(dst, src, len)
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | string.h | 33 #define memcpy(dst, src, len) __memcpy(dst, src, len) 35 #define memmove(dst, src, len) __memmove(dst, src, len)
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | NG2copy_to_user.S | 36 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 38 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_AIUS_4V
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/zip/ |
H A D | zip_crypto.h | 64 const u8 *src, unsigned int slen, 67 const u8 *src, unsigned int slen, 74 const u8 *src, unsigned int slen, 77 const u8 *src, unsigned int slen,
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | fmtconvert_mips.c | 57 static void int32_to_float_fmul_scalar_mips(float *dst, const int *src, in int32_to_float_fmul_scalar_mips() argument 66 const int *src_end = src + len; in int32_to_float_fmul_scalar_mips() 72 "lw %[rpom11], 0(%[src]) \n\t" in int32_to_float_fmul_scalar_mips() 73 "lw %[rpom21], 4(%[src]) \n\t" in int32_to_float_fmul_scalar_mips() 74 "lw %[rpom1], 8(%[src]) \n\t" in int32_to_float_fmul_scalar_mips() 75 "lw %[rpom2], 12(%[src]) \n\t" in int32_to_float_fmul_scalar_mips() 81 "lw %[rpom13], 16(%[src]) \n\t" in int32_to_float_fmul_scalar_mips() 82 "lw %[rpom23], 20(%[src]) \n\t" in int32_to_float_fmul_scalar_mips() 83 "lw %[rpom12], 24(%[src]) \n\t" in int32_to_float_fmul_scalar_mips() 84 "lw %[rpom22], 28(%[src]) \ in int32_to_float_fmul_scalar_mips() [all...] |
/third_party/elfutils/tests/ |
H A D | run-reverse-sections.sh | 31 testrun ${abs_top_builddir}/src/elfcmp ${in_file} ${out_file} 32 testrun ${abs_top_builddir}/src/elflint --gnu ${out_file} 35 testrun ${abs_top_builddir}/src/elfcmp ${in_file} ${out_file} 36 testrun ${abs_top_builddir}/src/elflint --gnu ${out_file}
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | audiodsp_init.c | 30 void ff_vector_clip_int32_sse2(int32_t *dst, const int32_t *src, 32 void ff_vector_clip_int32_int_sse2(int32_t *dst, const int32_t *src, 34 void ff_vector_clip_int32_sse4(int32_t *dst, const int32_t *src, 36 void ff_vector_clipf_sse(float *dst, const float *src,
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_noise.h | 55 void (*line_noise)(uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift); 56 void (*line_noise_avg)(uint8_t *dst, const uint8_t *src, int len, const int8_t * const *shift); 59 void ff_line_noise_c(uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift); 60 void ff_line_noise_avg_c(uint8_t *dst, const uint8_t *src, int len, const int8_t * const *shift);
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | af_volume_init.c | 26 void ff_scale_samples_s16_sse2(uint8_t *dst, const uint8_t *src, int len, 29 void ff_scale_samples_s32_sse2(uint8_t *dst, const uint8_t *src, int len, 31 void ff_scale_samples_s32_ssse3_atom(uint8_t *dst, const uint8_t *src, int len, 33 void ff_scale_samples_s32_avx(uint8_t *dst, const uint8_t *src, int len,
|
H A D | vf_hflip_init.c | 26 void ff_hflip_byte_ssse3(const uint8_t *src, uint8_t *dst, int w); 27 void ff_hflip_byte_avx2(const uint8_t *src, uint8_t *dst, int w); 28 void ff_hflip_short_ssse3(const uint8_t *src, uint8_t *dst, int w); 29 void ff_hflip_short_avx2(const uint8_t *src, uint8_t *dst, int w);
|
H A D | vf_hqdn3d_init.c | 28 void ff_hqdn3d_row_8_x86(uint8_t *src, uint8_t *dst, uint16_t *line_ant, 31 void ff_hqdn3d_row_9_x86(uint8_t *src, uint8_t *dst, uint16_t *line_ant, 34 void ff_hqdn3d_row_10_x86(uint8_t *src, uint8_t *dst, uint16_t *line_ant, 37 void ff_hqdn3d_row_16_x86(uint8_t *src, uint8_t *dst, uint16_t *line_ant,
|
/third_party/backends/include/sane/ |
H A D | sanei_jinclude.h | 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size)) 68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size))
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_compiler.h | 82 #define va_copy(dest, src) __va_copy((dest), (src)) 84 #define va_copy(dest, src) (dest) = (src)
|
/third_party/musl/src/stdio/ |
H A D | vswscanf.c | 6 const wchar_t *src = f->cookie; in wstring_read() local 9 if (!src) return 0; in wstring_read() 11 k = wcsrtombs((void *)f->buf, &src, f->buf_size, 0); in wstring_read() 19 f->cookie = (void *)src; in wstring_read()
|
/third_party/musl/src/network/ |
H A D | dn_expand.c | 3 int __dn_expand(const unsigned char *base, const unsigned char *end, const unsigned char *src, char *dest, int space) in __dn_expand() argument 5 const unsigned char *p = src; in __dn_expand() 16 if (len < 0) len = p+2-src; in __dn_expand() 26 if (len < 0) len = p+1-src; in __dn_expand()
|
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_tiled_memcpy_sse41.c | 39 char *dst, const char *src, in _isl_memcpy_linear_to_tiled_sse41() 45 linear_to_tiled(xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, in _isl_memcpy_linear_to_tiled_sse41() 52 char *dst, const char *src, in _isl_memcpy_tiled_to_linear_sse41() 58 tiled_to_linear(xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, in _isl_memcpy_tiled_to_linear_sse41() 37 _isl_memcpy_linear_to_tiled_sse41(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, uint32_t dst_pitch, int32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_linear_to_tiled_sse41() argument 50 _isl_memcpy_tiled_to_linear_sse41(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, int32_t dst_pitch, uint32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_tiled_to_linear_sse41() argument
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_unpack_neon.c | 40 util_format_b8g8r8a8_unorm_unpack_rgba_8unorm_neon(uint8_t *restrict dst, const uint8_t *restrict src, unsigned width) in util_format_b8g8r8a8_unorm_unpack_rgba_8unorm_neon() argument 43 uint8x16x4_t load = vld4q_u8(src); in util_format_b8g8r8a8_unorm_unpack_rgba_8unorm_neon() 48 src += 16 * 4; in util_format_b8g8r8a8_unorm_unpack_rgba_8unorm_neon() 51 util_format_b8g8r8a8_unorm_unpack_rgba_8unorm(dst, src, width); in util_format_b8g8r8a8_unorm_unpack_rgba_8unorm_neon()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nfsprep.h | 45 * @param src 54 nfs4_prepare(const char* src, int32_t srcLength, 63 * @param src 70 nfs4_mixed_prepare( const char* src, int32_t srcLength, 78 * @param src 85 nfs4_cis_prepare( const char* src, int32_t srcLength, 93 * @param src 100 nfs4_cs_prepare( const char* src, int32_t srcLength,
|
/third_party/lwip/src/include/lwip/prot/ |
H A D | etharp.h | 71 #define IPADDR_WORDALIGNED_COPY_TO_IP4_ADDR_T(dest, src) SMEMCPY(dest, src, sizeof(ip4_addr_t)) 78 #define IPADDR_WORDALIGNED_COPY_FROM_IP4_ADDR_T(dest, src) SMEMCPY(dest, src, sizeof(ip4_addr_t))
|