/third_party/skia/third_party/externals/icu/source/common/ |
H A D | filterednormalizer2.cpp | 36 FilteredNormalizer2::normalize(const UnicodeString &src, in normalize() argument 39 uprv_checkCanGetBuffer(src, errorCode); in normalize() 44 if(&dest==&src) { in normalize() 49 return normalize(src, dest, USET_SPAN_SIMPLE, errorCode); in normalize() 54 // span length at the start of src. 56 // USET_SPAN_SIMPLE should be passed in for the start of src 60 FilteredNormalizer2::normalize(const UnicodeString &src, in normalize() argument 65 for(int32_t prevSpanLimit=0; prevSpanLimit<src.length();) { in normalize() 66 int32_t spanLimit=set.span(src, prevSpanLimit, spanCondition); in normalize() 70 dest.append(src, prevSpanLimi in normalize() 91 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) const normalizeUTF8() argument 104 normalizeUTF8(uint32_t options, const char *src, int32_t length, ByteSink &sink, Edits *edits, USetSpanCondition spanCondition, UErrorCode &errorCode) const normalizeUTF8() argument [all...] |
H A D | ustrcase_locale.cpp | 46 const UChar *src, int32_t srcLength, in u_strToLower() 52 src, srcLength, in u_strToLower() 58 const UChar *src, int32_t srcLength, in u_strToUpper() 64 src, srcLength, in u_strToUpper() 72 const UChar *src, int32_t srcLength, in toLower() 78 src, srcLength, in toLower() 84 const UChar *src, int32_t srcLength, in toUpper() 90 src, srcLength, in toUpper() 45 u_strToLower(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToLower() argument 57 u_strToUpper(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToUpper() argument 70 toLower( const char *locale, uint32_t options, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toLower() argument 82 toUpper( const char *locale, uint32_t options, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toUpper() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 379 GLuint src, GLuint unit) in get_source() 384 switch (src) { in get_source() 397 ir_dereference_variable(p->src_texture[src - TEXENV_SRC_TEXTURE0]); in get_source() 437 ir_rvalue *src; in emit_combine_source() local 439 src = get_source(p, source, unit); in emit_combine_source() 443 return sub(new(p->mem_ctx) ir_constant(1.0f), src); in emit_combine_source() 446 return src->type->is_scalar() ? src : swizzle_w(src); in emit_combine_source() 449 ir_rvalue *const scalar = src in emit_combine_source() 378 get_source(texenv_fragment_program *p, GLuint src, GLuint unit) get_source() argument 519 ir_rvalue *src[MAX_COMBINER_TERMS]; emit_combine() local 841 load_texenv_source(texenv_fragment_program *p, GLuint src, GLuint unit) load_texenv_source() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_schedule_instructions.cpp | 163 * (since the last two src operands are in different register banks): in set_latency_gfx7() 167 * (since the last two src operands are in the same register bank): in set_latency_gfx7() 171 * (since the last two src operands are in different register banks): in set_latency_gfx7() 176 * (since the last two src operands are in the same register bank): in set_latency_gfx7() 189 * (since the last two src operands are in different register banks): in set_latency_gfx7() 193 * (since the last two src operands are in the same register bank): in set_latency_gfx7() 197 * (since the last two src operands are in different register banks): in set_latency_gfx7() 202 * (since the last two src operands are in the same register bank): in set_latency_gfx7() 763 is_src_duplicate(fs_inst *inst, int src) in is_src_duplicate() argument 765 for (int i = 0; i < src; in is_src_duplicate() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | psd.c | 57 uint64_t line_size;/* length of src data (even width) */ 461 const uint8_t *src[5] = { ptr_data }; in decode_frame() local 462 src[1] = src[0] + s->line_size * s->height; in decode_frame() 463 src[2] = src[1] + s->line_size * s->height; in decode_frame() 464 src[3] = src[2] + s->line_size * s->height; in decode_frame() 465 src[4] = src[ in decode_frame() [all...] |
H A D | qpeldsp.h | 32 void ff_put_pixels8x8_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride); 33 void ff_avg_pixels8x8_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride); 34 void ff_put_pixels16x16_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride); 35 void ff_avg_pixels16x16_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride); 43 const uint8_t *src /* align 1 */, \ 46 const uint8_t *src /* align 1 */, \ 49 const uint8_t *src /* align 1 */, \ 66 const uint8_t *src /* align 1 */,
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_gcm.c | 168 is_src_scalarizable(nir_src *src) in is_src_scalarizable() argument 170 assert(src->is_ssa); in is_src_scalarizable() 172 nir_instr *src_instr = src->ssa->parent_instr; in is_src_scalarizable() 203 nir_deref_instr *deref = nir_src_as_deref(src_intrin->src[0]); in is_src_scalarizable() 232 is_binding_uniform(nir_src src) in is_binding_uniform() argument 234 nir_binding binding = nir_chase_binding(src); in is_binding_uniform() 272 nir_deref_mode_may_be(nir_src_as_deref(intrin->src[0]), in pin_intrinsic() 274 if (!is_binding_uniform(intrin->src[0])) in pin_intrinsic() 277 if (!nir_src_is_always_uniform(intrin->src[0])) in pin_intrinsic() 280 nir_deref_mode_is(nir_src_as_deref(intrin->src[ in pin_intrinsic() 348 nir_tex_src *src = &tex->src[i]; gcm_pin_instructions() local 428 gcm_schedule_early_src(nir_src *src, void *void_state) gcm_schedule_early_src() argument [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureTestUtil.hpp | 171 void fetchTexture (const tcu::SurfaceAccess& dst, const tcu::ConstPixelBufferAccess& src, const float* texCoord, const tcu::Vec4& colorScale, const tcu::Vec4& colorBias); 173 void sampleTexture (const tcu::PixelBufferAccess& dst, const tcu::Texture2DView& src, const float* texCoord, const ReferenceParams& params); 175 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::Texture2DView& src, const float* texCoord, const ReferenceParams& params); 176 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceParams& params); 177 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::Texture2DArrayView& src, const float* texCoord, const ReferenceParams& params); 178 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::Texture3DView& src, const float* texCoord, const ReferenceParams& params); 179 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const float* texCoord, const ReferenceParams& params); 180 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::Texture1DView& src, const float* texCoord, const ReferenceParams& params); 181 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::Texture1DArrayView& src, const float* texCoord, const ReferenceParams& params); 211 const tcu::Texture1DView& src, [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/ni_device_routes/ |
H A D | pci-6602.c | 36 .src = (int[]){ 43 .src = (int[]){ 50 .src = (int[]){ 57 .src = (int[]){ 64 .src = (int[]){ 71 .src = (int[]){ 100 .src = (int[]){ 129 .src = (int[]){ 137 .src = (int[]){ 145 .src [all...] |
/kernel/linux/linux-6.6/drivers/comedi/drivers/ni_routing/ni_device_routes/ |
H A D | pci-6602.c | 35 .src = (int[]){ 42 .src = (int[]){ 49 .src = (int[]){ 56 .src = (int[]){ 63 .src = (int[]){ 70 .src = (int[]){ 99 .src = (int[]){ 128 .src = (int[]){ 136 .src = (int[]){ 144 .src [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | example.c | 404 struct storage_hash *src; in find_pseudo_storage() local 406 src = find_storage_hash(pseudo, state->internal); in find_pseudo_storage() 407 if (!src) { in find_pseudo_storage() 408 src = find_storage_hash(pseudo, state->inputs); in find_pseudo_storage() 409 if (!src) { in find_pseudo_storage() 410 src = find_storage_hash(pseudo, state->outputs); in find_pseudo_storage() 412 if (!src) in find_pseudo_storage() 419 if (src->storage->type != REG_STACK) in find_pseudo_storage() 430 if (src->storage->type == REG_UDEF) { in find_pseudo_storage() 432 src in find_pseudo_storage() 586 struct storage_hash *src; fill_reg() local 652 move_reg(struct bb_state *state, struct hardreg *src, struct hardreg *dst) move_reg() argument 657 copy_reg(struct bb_state *state, struct hardreg *src, pseudo_t target) copy_reg() argument 737 struct storage *src; get_generic_operand() local 881 target_copy_reg(struct bb_state *state, struct hardreg *src, pseudo_t target) target_copy_reg() argument 890 struct operand *src = get_register_operand(state, val1, insn->target); do_binop() local 960 struct storage_hash *src; mark_pseudo_dead() local 1020 struct hardreg *src = getreg(state, insn->src, insn->target); generate_copy() local 1027 struct hardreg *src = getreg(state, insn->src, insn->target); generate_cast() local 1175 const char *src = *src_p; replace_asm_percent() local 1193 const char *src = *src_p; replace_asm_named() local 1343 struct hardreg *src; generate_compare() local 1507 write_val_to_storage(struct bb_state *state, pseudo_t src, struct storage *storage) write_val_to_storage() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_surface.c | 154 struct nv50_miptree *src, unsigned src_level, in nv50_2d_texture_do_copy() 159 const enum pipe_format sfmt = src->base.base.format; in nv50_2d_texture_do_copy() 170 ret = nv50_2d_texture_set(push, 0, src, src_level, sz, sfmt, eqfmt); in nv50_2d_texture_do_copy() 188 PUSH_DATA (push, sx << src->ms_x); in nv50_2d_texture_do_copy() 190 PUSH_DATA (push, sy << src->ms_y); in nv50_2d_texture_do_copy() 199 struct pipe_resource *src, unsigned src_level, in nv50_resource_copy_region() 207 if (dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) { in nv50_resource_copy_region() 210 nv04_resource(src), src_box->x, src_box->width); in nv50_resource_copy_region() 215 assert((src->nr_samples | 1) == (dst->nr_samples | 1)); in nv50_resource_copy_region() 217 m2mf = (src in nv50_resource_copy_region() 151 nv50_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) nv50_2d_texture_do_copy() argument 196 nv50_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) nv50_resource_copy_region() argument 1375 struct pipe_resource *src = info->src.resource; nv50_blit_3d() local 1525 struct nv50_miptree *src = nv50_miptree(info->src.resource); nv50_blit_eng2d() local [all...] |
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | Makefile | 26 $(obj)/__divdi3.o: $(src)/idiv64.S FORCE 29 $(obj)/__udivdi3.o: $(src)/idiv64.S FORCE 32 $(obj)/__moddi3.o: $(src)/idiv64.S FORCE 35 $(obj)/__umoddi3.o: $(src)/idiv64.S FORCE 38 $(obj)/__divsi3.o: $(src)/idiv32.S FORCE 41 $(obj)/__udivsi3.o: $(src)/idiv32.S FORCE 44 $(obj)/__modsi3.o: $(src)/idiv32.S FORCE 47 $(obj)/__umodsi3.o: $(src)/idiv32.S FORCE
|
/kernel/linux/linux-5.10/crypto/ |
H A D | aegis.h | 28 const union aegis_block *src) in crypto_aegis_block_xor() 30 dst->words64[0] ^= src->words64[0]; in crypto_aegis_block_xor() 31 dst->words64[1] ^= src->words64[1]; in crypto_aegis_block_xor() 35 const union aegis_block *src) in crypto_aegis_block_and() 37 dst->words64[0] &= src->words64[0]; in crypto_aegis_block_and() 38 dst->words64[1] &= src->words64[1]; in crypto_aegis_block_and() 42 const union aegis_block *src, in crypto_aegis_aesenc() 45 const u8 *s = src->bytes; in crypto_aegis_aesenc() 27 crypto_aegis_block_xor(union aegis_block *dst, const union aegis_block *src) crypto_aegis_block_xor() argument 34 crypto_aegis_block_and(union aegis_block *dst, const union aegis_block *src) crypto_aegis_block_and() argument 41 crypto_aegis_aesenc(union aegis_block *dst, const union aegis_block *src, const union aegis_block *key) crypto_aegis_aesenc() argument
|
/kernel/linux/linux-5.10/arch/csky/lib/ |
H A D | usercopy.c | 27 #define __do_strncpy_from_user(dst, src, count, res) \ 54 "=r"(src), "=r"(tmp), "=r"(faultres) \ 56 "2"(dst), "3"(src) \ 65 * @src: Source address, in user space. 81 long __strncpy_from_user(char *dst, const char *src, long count) in __strncpy_from_user() argument 85 __do_strncpy_from_user(dst, src, count, res); in __strncpy_from_user() 94 * @src: Source address, in user space. 108 long strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() argument 112 if (access_ok(src, 1)) in strncpy_from_user() 113 __do_strncpy_from_user(dst, src, coun in strncpy_from_user() [all...] |
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | Makefile | 26 $(obj)/__divdi3.o: $(src)/idiv64.S FORCE 29 $(obj)/__udivdi3.o: $(src)/idiv64.S FORCE 32 $(obj)/__moddi3.o: $(src)/idiv64.S FORCE 35 $(obj)/__umoddi3.o: $(src)/idiv64.S FORCE 38 $(obj)/__divsi3.o: $(src)/idiv32.S FORCE 41 $(obj)/__udivsi3.o: $(src)/idiv32.S FORCE 44 $(obj)/__modsi3.o: $(src)/idiv32.S FORCE 47 $(obj)/__umodsi3.o: $(src)/idiv32.S FORCE
|
/test/xts/acts/kernel_lite/io_posix/src/ |
H A D | IoTestStrings.cpp | 83 char src[] = "abcdef123456abcdef"; in HWTEST_F() local 84 char *ret = index(src, '1'); in HWTEST_F() 87 ret = index(src, 'f'); in HWTEST_F() 90 ret = index(src, ' '); in HWTEST_F() 105 char src[] = "abcdef123456abcdef"; in HWTEST_F() local 106 char *ret = rindex(src, '1'); in HWTEST_F() 109 ret = rindex(src, 'f'); in HWTEST_F() 112 ret = rindex(src, ' '); in HWTEST_F()
|
/third_party/icu/icu4c/source/common/ |
H A D | ustrcase_locale.cpp | 46 const UChar *src, int32_t srcLength, in u_strToLower() 52 src, srcLength, in u_strToLower() 58 const UChar *src, int32_t srcLength, in u_strToUpper() 64 src, srcLength, in u_strToUpper() 72 const UChar *src, int32_t srcLength, in toLower() 78 src, srcLength, in toLower() 84 const UChar *src, int32_t srcLength, in toUpper() 90 src, srcLength, in toUpper() 45 u_strToLower(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToLower() argument 57 u_strToUpper(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToUpper() argument 70 toLower( const char *locale, uint32_t options, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toLower() argument 82 toUpper( const char *locale, uint32_t options, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toUpper() argument
|
/third_party/lzma/CPP/Common/ |
H A D | UTFConvert.h | 11 // Byte MaxByte; // in original src stream
75 void Check_Buf(const char *src, size_t size) throw();
88 bool Check_UTF8_Buf(const char *src, size_t size, bool allowReduced) throw();
175 // zero char is not allowed in (src) buf
176 bool Convert_UTF8_Buf_To_Unicode(const char *src, size_t srcSize, UString &dest, unsigned flags = 0);
178 bool ConvertUTF8ToUnicode_Flags(const AString &src, UString &dest, unsigned flags = 0);
179 bool ConvertUTF8ToUnicode(const AString &src, UString &dest);
248 void ConvertUnicodeToUTF8_Flags(const UString &src, AString &dest, unsigned flags = 0);
249 void ConvertUnicodeToUTF8(const UString &src, AString &dest);
251 void Convert_Unicode_To_UTF8_Buf(const UString &src, CByteBuffe [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ustrcase_locale.cpp | 46 const char16_t *src, int32_t srcLength, in u_strToLower() 52 src, srcLength, in u_strToLower() 58 const char16_t *src, int32_t srcLength, in u_strToUpper() 64 src, srcLength, in u_strToUpper() 72 const char16_t *src, int32_t srcLength, in toLower() 78 src, srcLength, in toLower() 84 const char16_t *src, int32_t srcLength, in toUpper() 90 src, srcLength, in toUpper() 45 u_strToLower(char16_t *dest, int32_t destCapacity, const char16_t *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToLower() argument 57 u_strToUpper(char16_t *dest, int32_t destCapacity, const char16_t *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToUpper() argument 70 toLower( const char *locale, uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toLower() argument 82 toUpper( const char *locale, uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toUpper() argument
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/ |
H A D | lima_nir_split_load_input.c | 44 if (!alu->src[0].src.is_ssa) in lima_nir_split_load_input_instr() 47 nir_ssa_def *ssa = alu->src[0].src.ssa; in lima_nir_split_load_input_instr() 55 uint8_t swizzle = alu->src[0].swizzle[0]; in lima_nir_split_load_input_instr() 59 if (alu->src[0].swizzle[i] != (swizzle + i)) in lima_nir_split_load_input_instr() 88 nir_src_copy(&new_intrin->src[0], &intrin->src[0]); in lima_nir_split_load_input_instr()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | update_chrome_angle.py | 75 def copy_file(src, dst): 76 print(' - ' + src + ' --> ' + dst) 77 shutil.copyfile(src, dst) 81 src = os.path.join(source_folder, filename) 82 if os.path.exists(src): 86 copy_file(src, dst) 89 copy_file(src + '.pdb', dst + '.pdb') 92 print(' - COULD NOT FIND "' + src + '"')
|
/third_party/skia/tests/ |
H A D | ColorTest.cpp | 13 #include "src/core/SkMathPriv.h" 50 SkPMColor src = SkPreMultiplyColor(colorSrc); in DEF_TEST() local 54 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a0) == dst); in DEF_TEST() 55 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a255) == src); in DEF_TEST() 68 SkPMColor src = SkPreMultiplyColor(colorSrc); in DEF_TEST() local 71 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a0) == dst); in DEF_TEST() 72 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a255) == src); in DEF_TEST()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Utils.java | 61 static void copyBytes(byte[] dst, int target, byte[] src, int start, int end) { in copyBytes() argument 62 System.arraycopy(src, start, dst, target, end - start); in copyBytes() 69 static int readInput(InputStream src, byte[] dst, int offset, int length) { in readInput() argument 71 return src.read(dst, offset, length); in readInput() 77 static void closeInput(InputStream src) throws IOException { in closeInput() argument 78 src.close(); in closeInput() 81 static byte[] toUsAsciiBytes(String src) { in toUsAsciiBytes() argument 85 return src.getBytes("US-ASCII"); in toUsAsciiBytes()
|
/third_party/typescript/tests/baselines/reference/tsbuild/transitiveReferences/ |
H A D | builds-correctly-when-the-referenced-project-uses-different-module-resolution.js | 17 //// [/src/a.ts]
21 //// [/src/b.ts]
25 //// [/src/c.ts]
31 //// [/src/refs/a.d.ts]
36 //// [/src/tsconfig.a.json]
40 //// [/src/tsconfig.b.json]
43 //// [/src/tsconfig.c.json]
59 /lib/tsc --b /src/tsconfig.c.json --listFiles 61 /src/a.ts
63 /src/ [all...] |