Home
last modified time | relevance | path

Searched refs:src (Results 5676 - 5700 of 8080) sorted by relevance

1...<<221222223224225226227228229230>>...324

/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalebuilder.cpp409 void LocaleBuilder::copyExtensionsFrom(const Locale& src, UErrorCode& errorCode) in copyExtensionsFrom() argument
412 LocalPointer<icu::StringEnumeration> keywords(src.createKeywords(errorCode)); in copyExtensionsFrom()
424 _copyExtensions(src, keywords.getAlias(), *extensions_, false, errorCode); in copyExtensionsFrom()
/third_party/skia/third_party/externals/freetype/builds/amiga/
H A Dmakefile41 #include "FT:src/base/ftinit.c"
53 FTSRC = /FT/src
74 ftsystempure.ppc.o: src/base/ftsystem.c
81 ftdebugpure.ppc.o: src/base/ftdebug.c
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fComputeShaderBuiltinVarTests.cpp138 std::ostringstream src; in genBuiltinVarSource() local
140 src << "#version 310 es\n" in genBuiltinVarSource()
154 return src.str(); in genBuiltinVarSource()
H A Des31fShaderSharedVarTests.cpp120 std::ostringstream src; in init() local
122 src << "#version 310 es\n" in init()
157 m_program = new ShaderProgram(m_context.getRenderContext(), ProgramSources() << ComputeSource(src.str())); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferMemoryAliasing.cpp128 std::ostringstream src; in initPrograms() local
129 src << versionDecl << "\n" in initPrograms()
145 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
H A DvktSparseResourcesBufferSparseResidency.cpp103 std::ostringstream src; in initPrograms() local
105 src << versionDecl << "\n" in initPrograms()
125 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/framework/common/
H A DtcuFloat.hpp75 static Float convert (const Float<OtherStorageType, OtherExponentBits, OtherMantissaBits, OtherExponentBias, OtherFlags>& src, RoundingDirection rd = ROUND_TO_EVEN);
77 static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>& src, RoundingDirection = ROUND_TO_EVEN) { return src; } in convert() argument
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp128 virtual void blendFunc (deUint32 src, deUint32 dst) = DE_NULL;
205 virtual void texImage2D (deUint32 target, int level, deUint32 internalFormat, const tcu::Surface& src);
207 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src);
/third_party/zlib/
H A Dgzread.c564 unsigned char *src = state->out + state->x.have; in gzungetc() local
566 while (src > state->out){ in gzungetc()
567 *--dest = *--src; in gzungetc()
/third_party/python/Lib/test/
H A Dtest_exceptions.py141 def ckmsg(src, msg):
142 with self.subTest(src=src, msg=msg):
144 compile(src, '<fragment>', 'exec')
161 def ckmsg(src, msg, exception=SyntaxError):
163 compile(src, '<fragment>', 'exec')
201 def check(self, src, lineno, offset, end_lineno=None, end_offset=None, encoding='utf-8'):
202 with self.subTest(source=src, lineno=lineno, offset=offset):
204 compile(src, '<fragment>', 'exec')
213 if not isinstance(src, st
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs629 let src: Vec<_> = FromIterator::from_iter(0..src_len); in do_bench_from_slice()
633 b.iter(|| src.as_slice().to_vec()); in do_bench_from_slice()
657 let src: Vec<_> = FromIterator::from_iter(0..src_len); in do_bench_from_iter()
662 let dst: Vec<_> = FromIterator::from_iter(src.iter().cloned()); in do_bench_from_iter()
689 let src: Vec<_> = FromIterator::from_iter(dst_len..dst_len + src_len); in do_bench_extend()
695 dst.extend(src.clone()); in do_bench_extend()
737 let src: Vec<_> = FromIterator::from_iter(dst_len..dst_len + src_len); in do_bench_extend_from_slice()
743 dst.extend_from_slice(&src); in do_bench_extend_from_slice()
798 let src: Vec<usize> = FromIterator::from_iter(0..src_len); in do_bench_clone()
802 b.iter(|| src in do_bench_clone()
12206 let mut src = src.clone(); test_append_permutations() variables
44071 let mut src = VecDeque::new(); issue_53529() variables
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp63 ClientApplication(const ClientApplication &src) in ClientApplication()
64 : isShared_(src.isShared_), in ClientApplication()
66 callback_(src.callback_), in ClientApplication()
67 connection_(src.connection_), in ClientApplication()
68 discover_(*this, src.discover_.profile_) in ClientApplication()
71 ClientApplication &operator=(const ClientApplication &src) = delete; member
146 static void BuildService(GattCache::Service &src, Service &dest);
1245 void GattClientService::impl::BuildService(GattCache::Service &src, Service &dest) in BuildService() argument
1247 for (auto &isvc : src.includeServices_) { in BuildService()
1251 for (auto &ccc : src in BuildService()
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_idct_msa.c351 int16_t *src = coeffs; in hevc_idct_16x16_msa() local
360 LD_SH16(src, 16, in0, in1, in2, in3, in4, in5, in6, in7, in hevc_idct_16x16_msa()
375 src += 8; in hevc_idct_16x16_msa()
380 src = &buf[0]; in hevc_idct_16x16_msa()
385 LD_SH16(src, 8, in0, in8, in1, in9, in2, in10, in3, in11, in hevc_idct_16x16_msa()
403 src += 128; in hevc_idct_16x16_msa()
630 int16_t *src = coeffs; in hevc_idct_32x32_msa() local
652 src = (coeffs + 32 * 8 * row_cnt); in hevc_idct_32x32_msa()
654 hevc_idct_transpose_32x8_to_8x32(src, tmp_buf_ptr); in hevc_idct_32x32_msa()
656 hevc_idct_transpose_8x32_to_32x8(tmp_buf_ptr, src); in hevc_idct_32x32_msa()
[all...]
/third_party/ffmpeg/libavfilter/
H A Davfiltergraph.c217 if (!filt->inputs[j] || !filt->inputs[j]->src) { in graph_check_validity()
482 link->src->name, link->dst->name); in query_formats()
532 "'%s' and the filter '%s'\n", link->src->name, link->dst->name); in query_formats()
616 av_log(link->src,AV_LOG_DEBUG, "picking %s out of %d ref:%s alpha:%d\n", in pick_format()
629 av_log(link->src,AV_LOG_DEBUG, "picking %s out of %d ref:%s\n", in pick_format()
643 av_log(link->src, AV_LOG_ERROR, "Cannot select sample rate for" in pick_format()
644 " the link between filters %s and %s.\n", link->src->name, in pick_format()
652 av_log(link->src, AV_LOG_ERROR, "Cannot select channel layout for" in pick_format()
653 " the link between filters %s and %s.\n", link->src->name, in pick_format()
656 av_log(link->src, AV_LOG_ERRO in pick_format()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsanm.c605 static inline void codec37_mv(uint8_t *dst, const uint8_t *src, in codec37_mv() argument
616 dst[i] = src[i]; in codec37_mv()
619 src += stride; in codec37_mv()
1018 uint8_t *src = (uint8_t *)psrc; in copy_block() local
1023 copy_block4(dst, src, stride, stride, 2); in copy_block()
1026 copy_block8(dst, src, stride, stride, 4); in copy_block()
1029 copy_block16(dst, src, stride, stride, 8); in copy_block()
1371 const uint8_t *src = (uint8_t*) ctx->frm0; in copy_output() local
1382 memcpy(dst, src, srcpitch); in copy_output()
1383 src in copy_output()
[all...]
/third_party/backends/backend/
H A Du12.c658 * @param src - string, that should be investigated
661 static void decodeUsbIDs( char *src, char **dest ) in decodeUsbIDs() argument
667 if( isspace(src[len])) { in decodeUsbIDs()
668 strncpy( tmp, &src[len+1], (strlen(src)-(len+1))); in decodeUsbIDs()
669 tmp[(strlen(src)-(len+1))] = '\0'; in decodeUsbIDs()
710 * @param src - pointer to the source string to check
711 * @param opt - string that keeps the option name to check src for
718 static SANE_Bool decodeVal( char *src, char *opt, in decodeVal() argument
725 name = (const char*)&src[strle in decodeVal()
787 decodeDevName( char *src, char *dest ) decodeDevName() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.cpp1021 : src(s), dest(d), modifier(m), in CopyHelper()
1042 const uint32_t *srcCE32s = reinterpret_cast<uint32_t *>(src.ce32s.getBuffer()); in copyCE32()
1073 const int64_t *srcCEs = src.ce64s.getBuffer(); in copyCE32()
1103 ConditionalCE32 *cond = src.getConditionalCE32ForCE32(ce32); in copyCE32()
1109 cond = src.getConditionalCE32(cond->next); in copyCE32()
1129 const CollationDataBuilder &src; member in CopyHelper
1148 CollationDataBuilder::copyFrom(const CollationDataBuilder &src, const CEModifier &modifier, in copyFrom() argument
1155 CopyHelper helper(src, *this, modifier, errorCode); in copyFrom()
1156 utrie2_enum(src.trie, NULL, enumRangeForCopy, &helper); in copyFrom()
1161 modified |= src in copyFrom()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdatabuilder.cpp1021 : src(s), dest(d), modifier(m), in CopyHelper()
1042 const uint32_t *srcCE32s = reinterpret_cast<uint32_t *>(src.ce32s.getBuffer()); in copyCE32()
1073 const int64_t *srcCEs = src.ce64s.getBuffer(); in copyCE32()
1103 ConditionalCE32 *cond = src.getConditionalCE32ForCE32(ce32); in copyCE32()
1109 cond = src.getConditionalCE32(cond->next); in copyCE32()
1129 const CollationDataBuilder &src; member in CopyHelper
1148 CollationDataBuilder::copyFrom(const CollationDataBuilder &src, const CEModifier &modifier, in copyFrom() argument
1155 CopyHelper helper(src, *this, modifier, errorCode); in copyFrom()
1156 utrie2_enum(src.trie, nullptr, enumRangeForCopy, &helper); in copyFrom()
1161 modified |= src in copyFrom()
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp1991 "__kernel void main_test( __global char2 *src, __global uchar2 *dest )\n\ in TEST_F()
1994 dest[i] = convert_uchar2_sat( src[i] );\n\ in TEST_F()
2008 __kernel void main_test( const __global char *src, __global char *dst, __local char *localBuffer, int copiesPerWorkgroup, int copiesPerWorkItem ) in TEST_F()
2015 event = async_work_group_copy( (__local char*)localBuffer, (__global const char*)(src+copiesPerWorkgroup*get_group_id(0)), (size_t)copiesPerWorkgroup, 0 ); in TEST_F()
2152 __kernel void main_test(__global float *src, __global uint *dest) in TEST_F()
2154 *dest = printf("%s: %f", "Test", src[0]); in TEST_F()
2157 auto src = ShaderArg<float>({ 1.0f }, SHADER_ARG_INPUT); in TEST_F() local
2159 run_shader(kernel_source, 1, 1, 1, src, dest); in TEST_F()
2166 __kernel void main_test(__global half *src, __global float4 *dest) in TEST_F()
2169 dest[offset] = vload_half4(offset, src); in TEST_F()
2171 auto src = ShaderArg<uint16_t>({ 0x3c00, 0x4000, 0x4200, 0x4400, TEST_F() local
2190 auto src = ShaderArg<float>({ 1.0, 2.0, 3.0, 4.0, TEST_F() local
2212 auto src = ShaderArg<float>({ 1.0f }, SHADER_ARG_INPUT); TEST_F() local
2226 auto src = ShaderArg<int>({ 1, 2, 3, 4 }, SHADER_ARG_INPUT); TEST_F() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_sse2.c14 #include "src/dsp/dsp.h"
21 #include "src/dsp/common_sse2.h"
22 #include "src/enc/cost_enc.h"
23 #include "src/enc/vp8i_enc.h"
295 static void FTransform_SSE2(const uint8_t* src, const uint8_t* ref, in FTransform_SSE2() argument
298 // Load src. in FTransform_SSE2()
299 const __m128i src0 = _mm_loadl_epi64((const __m128i*)&src[0 * BPS]); in FTransform_SSE2()
300 const __m128i src1 = _mm_loadl_epi64((const __m128i*)&src[1 * BPS]); in FTransform_SSE2()
301 const __m128i src2 = _mm_loadl_epi64((const __m128i*)&src[2 * BPS]); in FTransform_SSE2()
302 const __m128i src3 = _mm_loadl_epi64((const __m128i*)&src[ in FTransform_SSE2()
339 FTransform2_SSE2(const uint8_t* src, const uint8_t* ref, int16_t* out) FTransform2_SSE2() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatabuilder.cpp907 : src(s), dest(d), modifier(m), in CopyHelper()
928 const uint32_t *srcCE32s = reinterpret_cast<uint32_t *>(src.ce32s.getBuffer()); in copyCE32()
959 const int64_t *srcCEs = src.ce64s.getBuffer(); in copyCE32()
989 ConditionalCE32 *cond = src.getConditionalCE32ForCE32(ce32); in copyCE32()
995 cond = src.getConditionalCE32(cond->next); in copyCE32()
1015 const CollationDataBuilder &src; member in CopyHelper
1034 CollationDataBuilder::copyFrom(const CollationDataBuilder &src, const CEModifier &modifier, in copyFrom() argument
1041 CopyHelper helper(src, *this, modifier, errorCode); in copyFrom()
1042 utrie2_enum(src.trie, NULL, enumRangeForCopy, &helper); in copyFrom()
1047 modified |= src in copyFrom()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius.c886 int radius_msg_copy_attr(struct radius_msg *dst, struct radius_msg *src, in radius_msg_copy_attr() argument
893 for (i = 0; i < src->attr_used; i++) { in radius_msg_copy_attr()
894 attr = radius_get_attr_hdr(src, i); in radius_msg_copy_attr()
1675 const struct radius_class_data *src) in radius_copy_class()
1679 if (src->attr == NULL) in radius_copy_class()
1682 dst->attr = os_calloc(src->count, sizeof(struct radius_attr_data)); in radius_copy_class()
1688 for (i = 0; i < src->count; i++) { in radius_copy_class()
1689 dst->attr[i].data = os_memdup(src->attr[i].data, in radius_copy_class()
1690 src->attr[i].len); in radius_copy_class()
1694 dst->attr[i].len = src in radius_copy_class()
1674 radius_copy_class(struct radius_class_data *dst, const struct radius_class_data *src) radius_copy_class() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.c886 int radius_msg_copy_attr(struct radius_msg *dst, struct radius_msg *src, in radius_msg_copy_attr() argument
893 for (i = 0; i < src->attr_used; i++) { in radius_msg_copy_attr()
894 attr = radius_get_attr_hdr(src, i); in radius_msg_copy_attr()
1675 const struct radius_class_data *src) in radius_copy_class()
1679 if (src->attr == NULL) in radius_copy_class()
1682 dst->attr = os_calloc(src->count, sizeof(struct radius_attr_data)); in radius_copy_class()
1688 for (i = 0; i < src->count; i++) { in radius_copy_class()
1689 dst->attr[i].data = os_memdup(src->attr[i].data, in radius_copy_class()
1690 src->attr[i].len); in radius_copy_class()
1694 dst->attr[i].len = src in radius_copy_class()
1674 radius_copy_class(struct radius_class_data *dst, const struct radius_class_data *src) radius_copy_class() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gpos-table.hh369 const SrcLookup *src,
803 const SrcLookup *src, in serialize()
815 src->get_value_format ().copy_values (c, newFormat, src, &_, layout_variation_idx_map); in serialize()
923 const SrcLookup *src, in serialize()
936 { src->get_value_format ().copy_values (c, newFormat, src, &_, layout_variation_idx_map); }) in serialize()
1015 const SrcLookup* src, in serialize()
1021 ValueFormat new_format = src->get_value_format (); in serialize()
1026 new_format = src in serialize()
1069 SinglePos_serialize(hb_serialize_context_t *c, const SrcLookup *src, Iterator it, const hb_map_t *layout_variation_idx_map) SinglePos_serialize() argument
2237 const LigatureAttach& src = (this + _.second); subset() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c2072 static void emit_vote(struct lp_build_nir_context *bld_base, LLVMValueRef src, in emit_vote() argument
2077 uint32_t bit_size = nir_src_bit_size(instr->src[0]); in emit_vote()
2093 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, src, in emit_vote()
2107 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, src, in emit_vote()
2139 static void emit_ballot(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) in emit_ballot() argument
2145 src = LLVMBuildAnd(builder, src, exec_mask, ""); in emit_ballot()
2149 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, src, in emit_ballot()
2200 static void emit_shuffle(struct lp_build_nir_context *bld_base, LLVMValueRef src, LLVMValueRef index, in emit_shuffle() argument
2207 uint32_t bit_size = nir_src_bit_size(instr->src[ in emit_shuffle()
2246 emit_reduce(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef result[4]) emit_reduce() argument
2466 emit_read_invocation(struct lp_build_nir_context *bld_base, LLVMValueRef src, unsigned bit_size, LLVMValueRef invoc, LLVMValueRef result[4]) emit_read_invocation() argument
[all...]

Completed in 66 milliseconds

1...<<221222223224225226227228229230>>...324