/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_errata_lod.c | 56 nir_src_copy(&l->src[0], &idx); in nir_lod_errata_instr() 68 if (tex->src[i].src_type != nir_tex_src_lod) in nir_lod_errata_instr() 71 nir_ssa_def *lod = nir_ssa_for_src(b, tex->src[i].src, 1); in nir_lod_errata_instr() 77 nir_instr_rewrite_src(&tex->instr, &tex->src[i].src, in nir_lod_errata_instr()
|
/third_party/skia/src/core/ |
H A D | SkStringUtils.cpp | 9 #include "src/core/SkStringUtils.h" 10 #include "src/utils/SkUTF.h" 56 SkString SkStringFromUTF16(const uint16_t* src, size_t count) { in SkStringFromUTF16() argument 58 const uint16_t* stop = src + count; in SkStringFromUTF16() 60 SkASSERT(src); in SkStringFromUTF16() 62 const uint16_t* end = src + count; in SkStringFromUTF16() 63 for (const uint16_t* ptr = src; ptr < end;) { in SkStringFromUTF16() 75 for (const uint16_t* ptr = src; ptr < end;) { in SkStringFromUTF16()
|
H A D | SkColorSpaceXformSteps.cpp | 9 #include "src/core/SkColorSpacePriv.h" 10 #include "src/core/SkColorSpaceXformSteps.h" 11 #include "src/core/SkRasterPipeline.h" 12 #include "src/core/SkVM.h" 16 SkColorSpaceXformSteps::SkColorSpaceXformSteps(const SkColorSpace* src, SkAlphaType srcAT, in SkColorSpaceXformSteps() argument 24 // We have some options about what to do with null src or dst here. in SkColorSpaceXformSteps() 26 if (!src) { src = sk_srgb_singleton(); } in SkColorSpaceXformSteps() 27 if (!dst) { dst = src; } in SkColorSpaceXformSteps() 29 if (src in SkColorSpaceXformSteps() [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | alpha_processing_sse41.c | 14 #include "src/dsp/dsp.h" 33 // 'src[4 * width - 4]', because we don't know if alpha is the first or the in ExtractAlpha_SSE41() 45 const __m128i* src = (const __m128i*)argb; in ExtractAlpha_SSE41() local 48 const __m128i a0 = _mm_loadu_si128(src + 0); in ExtractAlpha_SSE41() 49 const __m128i a1 = _mm_loadu_si128(src + 1); in ExtractAlpha_SSE41() 50 const __m128i a2 = _mm_loadu_si128(src + 2); in ExtractAlpha_SSE41() 51 const __m128i a3 = _mm_loadu_si128(src + 3); in ExtractAlpha_SSE41() 63 src += 4; in ExtractAlpha_SSE41()
|
/third_party/unity/examples/example_2/ |
H A D | makefile | 49 $(UNITY_ROOT)/src/unity.c \ 50 $(UNITY_ROOT)/extras/fixture/src/unity_fixture.c \ 51 src/ProductionCode.c \ 52 src/ProductionCode2.c \ 58 INC_DIRS=-Isrc -I$(UNITY_ROOT)/src -I$(UNITY_ROOT)/extras/fixture/src
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | os_support.h | 93 /** Copy n elements from src to dst. The 0* term provides compile-time type checking */ 95 #define SPEEX_COPY(dst, src, n) (memcpy((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) )) 98 /** Copy n elements from src to dst, allowing overlapping regions. The 0* term 101 #define SPEEX_MOVE(dst, src, n) (memmove((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) ))
|
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | baseline-sectioned-sourcemaps.js | 17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
62 //// [/src/second/second_part1.ts]
76 //// [/src/second/second_part2.ts]
84 //// [/src/second/tsconfig.json]
102 //// [/src/third/third_part1.ts]
107 //// [/src/third/tsconfig.json]
133 /lib/tsc --b /src/thir [all...] |
H A D | shebang-in-all-projects.js | 17 //// [/src/first/first_PART1.ts]
32 //// [/src/first/first_part2.ts]
37 //// [/src/first/first_part3.ts]
42 //// [/src/first/tsconfig.json]
64 //// [/src/second/second_part1.ts]
79 //// [/src/second/second_part2.ts]
87 //// [/src/second/tsconfig.json]
105 //// [/src/third/third_part1.ts]
111 //// [/src/third/tsconfig.json]
137 /lib/tsc --b /src/thir [all...] |
H A D | strict-in-one-dependency.js | 17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
62 //// [/src/second/second_part1.ts]
76 //// [/src/second/second_part2.ts]
84 //// [/src/second/tsconfig.json]
102 //// [/src/third/third_part1.ts]
107 //// [/src/third/tsconfig.json]
133 /lib/tsc --b /src/thir [all...] |
H A D | strict-in-all-projects.js | 17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
62 //// [/src/second/second_part1.ts]
76 //// [/src/second/second_part2.ts]
84 //// [/src/second/tsconfig.json]
102 //// [/src/third/third_part1.ts]
107 //// [/src/third/tsconfig.json]
133 /lib/tsc --b /src/thir [all...] |
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng2-x.c | 1087 uch *src; in rpng2_x_load_bg_image() local 1311 src = bg_data + row*bg_rowbytes; in rpng2_x_load_bg_image() 1315 red = *src++; in rpng2_x_load_bg_image() 1316 green = *src++; in rpng2_x_load_bg_image() 1317 blue = *src++; in rpng2_x_load_bg_image() 1329 red = *src++; in rpng2_x_load_bg_image() 1330 green = *src++; in rpng2_x_load_bg_image() 1331 blue = *src++; in rpng2_x_load_bg_image() 1349 src = bg_data + row*bg_rowbytes; in rpng2_x_load_bg_image() 1352 red = ((ush)(*src) << in rpng2_x_load_bg_image() 1386 uch *src, *src2=NULL; rpng2_x_display_row() local 1627 uch *src, *src2=NULL; rpng2_x_redisplay_image() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8l_dec.c | 17 #include "src/dec/alphai_dec.h" 18 #include "src/dec/vp8li_dec.h" 19 #include "src/dsp/dsp.h" 20 #include "src/dsp/lossless.h" 21 #include "src/dsp/lossless_common.h" 22 #include "src/dsp/yuv.h" 23 #include "src/utils/endian_inl_utils.h" 24 #include "src/utils/huffman_utils.h" 25 #include "src/utils/utils.h" 583 uint32_t* const src in Export() local 642 ConvertToYUVA(const uint32_t* const src, int width, int y_pos, const WebPDecBuffer* const output) ConvertToYUVA() argument 670 uint32_t* const src = (uint32_t*)rescaler->dst; ExportYUVA() local 904 CopySmallPattern8b(const uint8_t* src, uint8_t* dst, int length, uint32_t pattern) CopySmallPattern8b() argument 925 const uint8_t* src = dst - dist; CopyBlock8b() local 973 CopySmallPattern32b(const uint32_t* src, uint32_t* dst, int length, uint64_t pattern) CopySmallPattern32b() argument 993 const uint32_t* const src = dst - dist; CopyBlock32b() local 1125 uint32_t* src = data + dec->last_pixel_; DecodeImageData() local 1563 const uint32_t* const src = dec->argb_cache_; ExtractAlphaRows() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h263dsp_msa.c | 29 static void h263_h_loop_filter_msa(uint8_t *src, int32_t stride, int32_t qscale) in h263_h_loop_filter_msa() argument 37 src -= 2; in h263_h_loop_filter_msa() 38 LD_UB8(src, stride, in0, in1, in2, in3, in4, in5, in6, in7); in h263_h_loop_filter_msa() 89 ST_W8(in0, in3, 0, 1, 2, 3, 0, 1, 2, 3, src, stride); in h263_h_loop_filter_msa() 92 static void h263_v_loop_filter_msa(uint8_t *src, int32_t stride, int32_t qscale) in h263_v_loop_filter_msa() argument 100 src -= 2 * stride; in h263_v_loop_filter_msa() 101 LD_UB4(src, stride, in0, in3, in2, in1); in h263_v_loop_filter_msa() 150 SD4(res0, res1, res2, res3, src, stride); in h263_v_loop_filter_msa() 153 void ff_h263_h_loop_filter_msa(uint8_t *src, int32_t stride, int32_t q_scale) in ff_h263_h_loop_filter_msa() argument 155 h263_h_loop_filter_msa(src, strid in ff_h263_h_loop_filter_msa() 158 ff_h263_v_loop_filter_msa(uint8_t *src, int32_t stride, int32_t q_scale) ff_h263_v_loop_filter_msa() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | bprint.c | 263 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars, in av_bprint_escape() argument 266 const char *src0 = src; in av_bprint_escape() 275 for (; *src; src++) { in av_bprint_escape() 276 if (*src == '\'') in av_bprint_escape() 279 av_bprint_chars(dstbuf, *src, 1); in av_bprint_escape() 290 for (; *src; src++) { in av_bprint_escape() 291 switch (*src) { in av_bprint_escape() 308 default: av_bprint_chars(dstbuf, *src, in av_bprint_escape() [all...] |
/third_party/alsa-utils/topology/nhlt/intel/dmic/ |
H A D | dmic-debug.c | 17 void dmic_print_bytes_as_hex(uint8_t *src, size_t size) in dmic_print_bytes_as_hex() argument 27 fprintf(stdout, "0x%02x,", *src); in dmic_print_bytes_as_hex() 28 src++; in dmic_print_bytes_as_hex() 33 fprintf(stdout, "0x%02x,", *src); in dmic_print_bytes_as_hex() 34 src++; in dmic_print_bytes_as_hex() 41 void dmic_print_integers_as_hex(uint32_t *src, size_t size) in dmic_print_integers_as_hex() argument 51 fprintf(stdout, "0x%08x,", *src); in dmic_print_integers_as_hex() 52 src++; in dmic_print_integers_as_hex() 57 fprintf(stdout, "0x%08x,", *src); in dmic_print_integers_as_hex() 58 src in dmic_print_integers_as_hex() [all...] |
/third_party/alsa-lib/test/ |
H A D | mixtest.c | 89 const s16 *src, in mix_areas_srv() 93 src_step /= sizeof(*src); in mix_areas_srv() 96 atomic_add(sum, *src); in mix_areas_srv() 97 src += src_step; in mix_areas_srv() 122 volatile s16 *dst, s16 *src, in mix_areas0() 129 src_step /= sizeof(*src); in mix_areas0() 132 s32 sample = *dst + *src; in mix_areas0() 140 src += src_step; in mix_areas0() 152 #include "../src/pcm/pcm_dmix_i386.h" 158 volatile s16 *dst, const s16 *src, in mix_areas2() 88 mix_areas_srv(unsigned int size, const s16 *src, volatile s32 *sum, unsigned int src_step, unsigned int sum_step) mix_areas_srv() argument 121 mix_areas0(unsigned int size, volatile s16 *dst, s16 *src, volatile s32 *sum, unsigned int dst_step, unsigned int src_step, unsigned int sum_step) mix_areas0() argument 157 mix_areas2(unsigned int size, volatile s16 *dst, const s16 *src, volatile s32 *sum, unsigned int dst_step, unsigned int src_step) mix_areas2() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_split_64bit_vec3_and_vec4.c | 59 if (nir_src_bit_size(intr->src[1]) != 64) in nir_split_64bit_vec3_and_vec4_filter() 64 return nir_src_num_components(intr->src[1]) >= 3; in nir_split_64bit_vec3_and_vec4_filter() 210 nir_ssa_def *src_xy = nir_channels(b, intr->src[1].ssa, 3); in split_store_deref() 216 nir_ssa_def *src_zw = nir_channels(b, intr->src[1].ssa, write_mask_zw); in split_store_deref() 243 nir_foreach_phi_src(src, phi) { in split_phi() 246 nir_instr *pred_last_instr = nir_block_last_instr(src->pred); in split_phi() 251 b->cursor = nir_after_block(src->pred); in split_phi() 253 nir_ssa_def *new_src = nir_channels(b, src->src.ssa, in split_phi() 256 nir_phi_instr_add_src(new_phi[i], src in split_phi() [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_nir_lower_io.c | 57 vc4_nir_unpack_8i(nir_builder *b, nir_ssa_def *src, unsigned chan) in vc4_nir_unpack_8i() argument 60 src, in vc4_nir_unpack_8i() 67 vc4_nir_unpack_16i(nir_builder *b, nir_ssa_def *src, unsigned chan) in vc4_nir_unpack_16i() argument 70 src, in vc4_nir_unpack_16i() 77 vc4_nir_unpack_16u(nir_builder *b, nir_ssa_def *src, unsigned chan) in vc4_nir_unpack_16u() argument 80 return nir_iand(b, src, nir_imm_int(b, 0xffff)); in vc4_nir_unpack_16u() 82 return nir_ushr(b, src, nir_imm_int(b, 16)); in vc4_nir_unpack_16u() 87 vc4_nir_unpack_8f(nir_builder *b, nir_ssa_def *src, unsigned chan) in vc4_nir_unpack_8f() argument 89 return nir_channel(b, nir_unpack_unorm_4x8(b, src), chan); in vc4_nir_unpack_8f() 184 assert(nir_src_as_uint(intr->src[ in vc4_nir_lower_vertex_attr() [all...] |
/third_party/node/lib/ |
H A D | _http_incoming.js | 116 const src = this.rawHeaders; 120 this._addHeaderLine(src[n + 0], src[n + 1], dst); 136 const src = this.rawHeaders; 140 this._addHeaderLineDistinct(src[n + 0], src[n + 1], dst); 156 const src = this.rawTrailers; 160 this._addHeaderLine(src[n + 0], src[n + 1], dst); 176 const src [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_blend_aos.c | 70 LLVMValueRef src; member 98 LLVMValueRef src_alpha = bld->src_alpha ? bld->src_alpha : bld->src; in lp_build_blend_factor_unswizzled() 108 return bld->src; in lp_build_blend_factor_unswizzled() 156 bld->inv_src = lp_build_comp(&bld->base, bld->src); in lp_build_blend_factor_unswizzled() 291 * Performs blending of src and dst pixels 297 * @param src blend src 298 * @param src_alpha blend src alpha (if not included in src) 299 * @param src1 second blend src (fo 310 lp_build_blend_aos(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, enum pipe_format cbuf_format, struct lp_type type, unsigned rt, LLVMValueRef src, LLVMValueRef src_alpha, LLVMValueRef src1, LLVMValueRef src1_alpha, LLVMValueRef dst, LLVMValueRef mask, LLVMValueRef const_, LLVMValueRef const_alpha, const unsigned char swizzle[4], int nr_channels) lp_build_blend_aos() argument [all...] |
H A D | lp_bld_blend.c | 177 * @param src source rgba 179 * @param src_factor src factor computed value 181 * @param not_alpha_dependent same factors accross all channels of src/dst 196 LLVMValueRef src, in lp_build_blend() 205 /* If we are not alpha dependent we can mess with the src/dst factors */ in lp_build_blend() 210 return lp_build_lerp(bld, src_factor, dst, src, 0); in lp_build_blend() 212 return lp_build_lerp(bld, dst_factor, src, dst, 0); in lp_build_blend() 215 result = lp_build_add(bld, src, dst); in lp_build_blend() 222 return lp_build_sub(bld, src, result); in lp_build_blend() 225 result = lp_build_add(bld, src, ds in lp_build_blend() 192 lp_build_blend(struct lp_build_context *bld, enum pipe_blend_func func, enum pipe_blendfactor factor_src, enum pipe_blendfactor factor_dst, LLVMValueRef src, LLVMValueRef dst, LLVMValueRef src_factor, LLVMValueRef dst_factor, boolean not_alpha_dependent, boolean optimise_only) lp_build_blend() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_box.h | 223 const struct pipe_box *src, unsigned l) in u_box_minify_2d() 225 dst->x = src->x >> l; in u_box_minify_2d() 226 dst->y = src->y >> l; in u_box_minify_2d() 227 dst->width = MAX2(src->width >> l, 1); in u_box_minify_2d() 228 dst->height = MAX2(src->height >> l, 1); in u_box_minify_2d() 233 const struct pipe_box *src, unsigned l) in u_box_minify_3d() 235 dst->x = src->x >> l; in u_box_minify_3d() 236 dst->y = src->y >> l; in u_box_minify_3d() 237 dst->z = src->z >> l; in u_box_minify_3d() 238 dst->width = MAX2(src in u_box_minify_3d() 222 u_box_minify_2d(struct pipe_box *dst, const struct pipe_box *src, unsigned l) u_box_minify_2d() argument 232 u_box_minify_3d(struct pipe_box *dst, const struct pipe_box *src, unsigned l) u_box_minify_3d() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-iter.cc | 120 const int src[10] = {}; in main() local 124 array_iter_t<const int> s (src); /* Implicit conversion from static array. */ in main() 130 some_array_t<const int> a (src); in main() 134 hb_iter (src); in main() 135 hb_iter (src, 2); in main() 186 + hb_iter (src) in main() 197 + hb_iter (src) in main() 201 + hb_iter (src) in main() 205 + hb_iter (src) in main() 232 + hb_iter (src) in main() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 225 def list_files(src_base, src, dst_base, suffixes): 226 """Enumerate the files that are under `src` and end with one of the 229 src = path.join(src_base, src) 230 for base_dir, dirnames, filenames in os.walk(src): 249 for src, dst in list_files(LLVM_OBJS, subdir, dst_base, suffixes): 250 log('{} -> {}'.format(src, dst), 2) 252 shutil.copyfile(src, dst) 255 def copy_platform_file(platform, src, dst): 274 with open(src, ' [all...] |
/third_party/toybox/toys/pending/ |
H A D | crontab.c | 45 static int getindex(char *src, int size) in getindex() argument 57 if (!strncasecmp(src, &field[i], 3)) in getindex() 72 static int validate_component(int min, int max, char *src) in validate_component() argument 77 if (!src) return 1; in validate_component() 78 if ((ptr = strchr(src, '/'))) { in validate_component() 83 if (*src == '-' || *src == ',') return 1; in validate_component() 84 if (*src == '*') { in validate_component() 85 if (*(src+1)) return 1; in validate_component() 89 char *ctoken = strsep(&src, ","), *dtoke in validate_component() 232 update_crontab(char *src, char *dest) update_crontab() argument [all...] |