/third_party/ffmpeg/tests/checkasm/ |
D | synth_filter.c | 64 int i, offset0 = 0, offset1 = 0, offset_b = 0; in checkasm_check_synth_filter() local 87 call_ref(&imdct, buf0, &offset0, buf2_0, window, in checkasm_check_synth_filter() 92 if (offset0 != offset1) { in checkasm_check_synth_filter() 94 fprintf(stderr, "offsets do not match: %d, %d", offset0, offset1); in checkasm_check_synth_filter()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_mc_biw_msa.c | 91 int32_t offset0, in hevc_biwgt_copy_4w_msa() argument 105 offset = (offset0 + offset1) << rnd_val; in hevc_biwgt_copy_4w_msa() 180 int32_t offset0, in hevc_biwgt_copy_6w_msa() argument 194 offset = (offset0 + offset1) << rnd_val; in hevc_biwgt_copy_6w_msa() 234 int32_t offset0, in hevc_biwgt_copy_8w_msa() argument 247 offset = (offset0 + offset1) << rnd_val; in hevc_biwgt_copy_8w_msa() 322 int32_t offset0, in hevc_biwgt_copy_12w_msa() argument 335 offset = (offset0 + offset1) << rnd_val; in hevc_biwgt_copy_12w_msa() 381 int32_t offset0, in hevc_biwgt_copy_16w_msa() argument 394 offset = (offset0 + offset1) << rnd_val; in hevc_biwgt_copy_16w_msa() [all …]
|
D | hevc_lpf_sao_msa.c | 1049 v16i8 dst0, offset0, offset1; in hevc_sao_band_filter_4width_msa() local 1057 offset0 = __msa_sld_b(offset1, zero, 28 - ((sao_left_class) & 31)); in hevc_sao_band_filter_4width_msa() 1064 SWAP(offset0, offset1); in hevc_sao_band_filter_4width_msa() 1074 offset = __msa_vshf_b(mask, offset1, offset0); in hevc_sao_band_filter_4width_msa() 1092 offset = __msa_vshf_b(mask, offset1, offset0); in hevc_sao_band_filter_4width_msa() 1111 v16i8 offset0, offset1, dst0, dst1; in hevc_sao_band_filter_8width_msa() local 1118 offset0 = __msa_sld_b(offset1, zero, 28 - ((sao_left_class) & 31)); in hevc_sao_band_filter_8width_msa() 1125 SWAP(offset0, offset1); in hevc_sao_band_filter_8width_msa() 1136 offset_mask0 = __msa_vshf_b(mask0, offset1, offset0); in hevc_sao_band_filter_8width_msa() 1137 offset_mask1 = __msa_vshf_b(mask1, offset1, offset0); in hevc_sao_band_filter_8width_msa() [all …]
|
D | hevcdsp_mips.h | 359 int offset0, \
|
/third_party/node/deps/brotli/c/enc/ |
D | backward_references.c | 30 size_t offset0 = distance_plus_3 - (size_t)dist_cache[0]; in ComputeDistanceCode() local 36 } else if (offset0 < 7) { in ComputeDistanceCode() 37 return (0x9750468 >> (4 * offset0)) & 0xF; in ComputeDistanceCode()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | backward_references.c | 30 size_t offset0 = distance_plus_3 - (size_t)dist_cache[0]; in ComputeDistanceCode() local 36 } else if (offset0 < 7) { in ComputeDistanceCode() 37 return (0x9750468 >> (4 * offset0)) & 0xF; in ComputeDistanceCode()
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/rockchip/ |
D | pinctrl-rockchip.h | 174 drv3, offset0, offset1, \ argument 187 { .drv_type = drv0, .offset = offset0 }, \ 197 drv3, offset0, offset1, \ argument 211 { .drv_type = drv0, .offset = offset0 }, \
|
/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 253 int offset0, offset1; in MakeTime() local 254 if (make_time(cs, 0, &t0, &offset0) && make_time(cs, 1, &t1, &offset1)) { in MakeTime() 263 std::swap(offset0, offset1); in MakeTime() 268 if (offset0 < offset1) { in MakeTime()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 259 int offset0, offset1; in MakeTime() local 260 if (make_time(cs, 0, &t0, &offset0) && make_time(cs, 1, &t1, &offset1)) { in MakeTime() 269 std::swap(offset0, offset1); in MakeTime() 274 if (offset0 < offset1) { in MakeTime()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | DSInstructions.td | 43 bits<1> has_offset = 1; // has "offset" that should be split to offset0,1 75 bits<8> offset0; 79 let offset0 = !if(ds.has_offset, offset{7-0}, ?); 140 offset0:$offset0, offset1:$offset1, gds:$gds), 141 "$addr, $data0, $data1$offset0$offset1$gds"> { 207 (ins VGPR_32:$addr, src:$data0, src:$data1, offset0:$offset0, offset1:$offset1, gds:$gds), 208 "$vdst, $addr, $data0, $data1$offset0$offset1$gds"> { 254 (ins VGPR_32:$addr, offset0:$offset0, offset1:$offset1, gds:$gds), 255 "$vdst, $addr$offset0$offset1$gds"> { 742 (v2i32 (frag (DS64Bit4ByteAligned i32:$ptr, i8:$offset0, i8:$offset1))), [all …]
|
D | SIInstrInfo.td | 1047 def offset0 : NamedOperandU8<"Offset0", NamedMatchClass<"Offset0">>;
|
D | SIInstrInfo.cpp | 290 getNamedOperand(LdSt, AMDGPU::OpName::offset0); in getMemOperandWithOffset()
|
/third_party/skia/src/utils/ |
D | SkPolyUtils.h | 62 bool SkComputeRadialSteps(const SkVector& offset0, const SkVector& offset1, SkScalar offset,
|
/third_party/flutter/skia/src/utils/ |
D | SkPolyUtils.h | 62 bool SkComputeRadialSteps(const SkVector& offset0, const SkVector& offset1, SkScalar offset,
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/rac/ |
D | writer.go | 256 offset0 := w.dataSize & (w.CPageSize - 1) 257 offset1WithPadding := (0 * offset0) + lenData 258 offset1SansPadding := (1 * offset0) + lenData
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | reduce_load_size_test.cpp | 445 OpMemberName %MaterialInstancing_Constants 0 "offset0" in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | reduce_load_size_test.cpp | 445 OpMemberName %MaterialInstancing_Constants 0 "offset0" in TEST_F()
|
/third_party/pixman/pixman/ |
D | pixman-access.c | 171 int offset0 = stride < 0 ? \ 175 offset0 + ((-stride) >> 1) * ((__bits_image->height) >> 1) : \ 176 offset0 + (offset0 >> 2) 192 ((uint8_t *) ((bits) + offset0 + \
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/brcmnand/ |
D | brcmnand.c | 1071 u16 offset0, offset10, reg_offs; in oob_reg_read() local 1073 offset0 = ctrl->reg_offsets[BRCMNAND_OOB_READ_BASE]; in oob_reg_read() 1082 reg_offs = offset0 + (offs & ~0x03); in oob_reg_read() 1090 u16 offset0, offset10, reg_offs; in oob_reg_write() local 1092 offset0 = ctrl->reg_offsets[BRCMNAND_OOB_WRITE_BASE]; in oob_reg_write() 1101 reg_offs = offset0 + (offs & ~0x03); in oob_reg_write()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 11291 int offset0 = (private_data_ptr == 0) ? STACK(0) : private_data_ptr; in compile_iterator_matchingpath() local 11421 OP1(SLJIT_MOV, base, offset0, STR_END, 0); in compile_iterator_matchingpath() 11456 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath() 11530 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath() 11552 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath() 11558 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath() 11565 OP2(SLJIT_ADD, STR_PTR, 0, base, offset0, SLJIT_IMM, IN_UCHARS(1)); in compile_iterator_matchingpath() 11566 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath() 11579 OP1(SLJIT_MOV, use_tmp ? TMP3 : base, use_tmp ? 0 : offset0, STR_PTR, 0); in compile_iterator_matchingpath() 11589 OP1(SLJIT_MOV, use_tmp ? TMP3 : base, use_tmp ? 0 : offset0, STR_PTR, 0); in compile_iterator_matchingpath() [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/ddr/hisilicon/default/ |
D | ddr_training_impl.c | 1850 unsigned int offset0, unsigned int offset1, in ddr_mpr_extract() argument 1857 data1 = ddr_read(base_dmc + offset0); /* [127:96] or [255:224] */ in ddr_mpr_extract() 1864 base_dmc + offset0, data1, base_dmc + offset1, data2, in ddr_mpr_extract()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 2098 const int offset0 = (int)(r.X + x) + (int)(r.Y + y) * w; in ImFontAtlasBuildRenderDefaultTexData() local 2099 const int offset1 = offset0 + FONT_ATLAS_DEFAULT_TEX_DATA_W_HALF + 1; in ImFontAtlasBuildRenderDefaultTexData() 2100 … atlas->TexPixelsAlpha8[offset0] = FONT_ATLAS_DEFAULT_TEX_DATA_PIXELS[n] == '.' ? 0xFF : 0x00; in ImFontAtlasBuildRenderDefaultTexData()
|
/third_party/ffmpeg/libavcodec/ |
D | hevcdec.c | 1621 int offset0 = EPEL_EXTRA_BEFORE * (srcstride + (1 << s->ps.sps->pixel_shift)); in chroma_mc_uni() local 1624 s->vdsp.emulated_edge_mc(lc->edge_emu_buffer, src0 - offset0, in chroma_mc_uni()
|