/third_party/pixman/test/ |
D | alphamap.c | 176 run_test (int s, int d, int sa, int da, int soff, int doff) in run_test() argument 187 soff = origins[soff]; in run_test() 197 pixman_image_set_alpha_map (src, alpha, soff, soff); in run_test() 247 sa = get_alpha (src, k, j, soff, soff); in run_test() 265 soff, soff, in run_test() 278 sr = get_red (src, k, j, soff, soff); in run_test() 296 soff, soff, in run_test()
|
/third_party/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 38 Elf64_Off soff, str_soff; in find_gp() local 64 soff = ehdr->e_shoff; in find_gp() 65 str_soff = soff + (ehdr->e_shstrndx * ehdr->e_shentsize); in find_gp() 67 if (soff + ehdr->e_shnum * ehdr->e_shentsize > edi->ei.size) in find_gp() 70 soff + ehdr->e_shnum * ehdr->e_shentsize, in find_gp() 75 shdr = (Elf64_Shdr *) ((char *) edi->ei.image + soff); in find_gp()
|
/third_party/optimized-routines/string/aarch64/ |
D | memchr.S | 27 #define soff x9 macro 64 ands soff, srcin, #31 75 sub tmp, soff, #32 85 lsl tmp, soff, #1 119 add tmp, cntrem, soff
|
/third_party/libunwind/src/ |
D | elfxx.c | 41 Elf_W (Off) soff; in Elf_W() 43 soff = ehdr->e_shoff; in Elf_W() 44 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->size) in Elf_W() 47 (unsigned long) (soff + ehdr->e_shnum * ehdr->e_shentsize), in Elf_W() 52 return (Elf_W (Shdr) *) ((char *) ei->image + soff); in Elf_W() 59 Elf_W (Off) soff, str_soff; in elf_w() 63 soff = ehdr->e_shoff; in elf_w() 65 str_soff = soff + (section * ehdr->e_shentsize); in elf_w()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_blitter.c | 234 unsigned soff, doff, w, p; in emit_blit_buffer() local 236 soff = (sbox->x + off) & ~0x3f; in emit_blit_buffer() 242 debug_assert((soff + w) <= fd_bo_size(src->bo)); in emit_blit_buffer() 255 OUT_RELOC(ring, src->bo, soff, 0, 0); /* RB_2D_SRC_LO/HI */ in emit_blit_buffer() 368 unsigned soff = fd_resource_offset(src, info->src.level, sbox->z + i); in emit_blit() local 371 debug_assert((soff + (sbox->height * spitch)) <= fd_bo_size(src->bo)); in emit_blit() 384 OUT_RELOC(ring, src->bo, soff, 0, 0); /* RB_2D_SRC_LO/HI */ in emit_blit()
|
/third_party/ffmpeg/libavcodec/ |
D | clearvideo.c | 230 int sstride, dstride, soff, doff; in copy_block() local 243 soff = sx + sy * sstride; in copy_block() 250 uint8_t *sptr = &sbuf[soff]; in copy_block() 254 soff += sstride; in copy_block() 268 int soff = sx + sy * sstride; in copyadd_block() local 283 uint8_t *sptr = &sbuf[soff]; in copyadd_block() 292 soff += sstride; in copyadd_block()
|
D | tiff.c | 1783 unsigned soff, ssize; in decode_frame() local 2007 soff = ff_tget(&stripdata, s->sot, le); in decode_frame() 2009 soff = s->stripoff; in decode_frame() 2011 if (soff > avpkt->size || ssize > avpkt->size - soff || ssize > remaining) { in decode_frame() 2017 if ((ret = tiff_unpack_strip(s, p, dst, stride, avpkt->data + soff, ssize, i, in decode_frame() 2034 soff = s->bpp >> 3; in decode_frame() 2036 soff = FFMAX(soff / s->bppcount, 1); in decode_frame() 2037 ssize = s->width * soff; in decode_frame() 2045 for (j = soff; j < ssize; j += 2) in decode_frame() 2046 AV_WL16(dst + j, AV_RL16(dst + j) + AV_RL16(dst + j - soff)); in decode_frame() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_blitter.c | 352 unsigned soff, doff, w, p; in emit_blit_buffer() local 354 soff = (sbox->x + off) & ~0x3f; in emit_blit_buffer() 360 debug_assert((soff + w) <= fd_bo_size(src->bo)); in emit_blit_buffer() 373 OUT_RELOC(ring, src->bo, soff, 0, 0); /* SP_PS_2D_SRC_LO/HI */ in emit_blit_buffer() 581 unsigned soff = fd_resource_offset(src, info->src.level, layer); in emit_blit_src() local 608 OUT_RELOC(ring, src->bo, soff, 0, 0); /* SP_PS_2D_SRC_LO/HI */ in emit_blit_src()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SMInstructions.td | 125 (ins baseClass:$sbase, SReg_32:$soff, i1imm:$glc, i1imm:$dlc), 147 (ins srcClass:$sdata, baseClass:$sbase, SReg_32:$soff, i1imm:$glc, i1imm:$dlc), 441 // FIXME: The operand name $offset is inconsistent with $soff used 509 // FIXME: The operand name $offset is inconsistent with $soff used 873 // FIXME: The operand name $offset is inconsistent with $soff used
|
D | SIInstrInfo.cpp | 3635 const MachineOperand *Soff = getNamedOperand(MI, AMDGPU::OpName::soff); in verifyInstruction() 4274 MachineOperand *SOff = getNamedOperand(MI, AMDGPU::OpName::soff); in legalizeOperandsSMRD()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.c | 5194 gsize soff = pix * 4; in pack_GRAY10_LE32() local 5199 Y |= s[soff + 1] >> 6 << (10 * c); in pack_GRAY10_LE32() 5200 soff += 4; in pack_GRAY10_LE32() 5321 gsize soff = pix * 4; in pack_NV12_10LE32() local 5326 Y |= s[soff + 1] >> 6 << (10 * c); in pack_NV12_10LE32() 5331 UV = s[soff + 2] >> 6; in pack_NV12_10LE32() 5332 UV |= s[soff + 3] >> 6 << 10; in pack_NV12_10LE32() 5335 UV |= s[soff + 2] >> 6 << 20; in pack_NV12_10LE32() 5337 UV = s[soff + 3] >> 6; in pack_NV12_10LE32() 5340 UV |= s[soff + 2] >> 6 << 10; in pack_NV12_10LE32() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler.c | 1580 gint i, bpf, bytes, soff, doff, diff; in gst_audio_resampler_update() local 1586 soff = doff = resampler->samp_index * bpf; in gst_audio_resampler_update() 1594 soff += -diff * bpf; in gst_audio_resampler_update() 1605 memmove ((gint8 *) sbuf[i] + doff, (gint8 *) sbuf[i] + soff, bytes); in gst_audio_resampler_update()
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 1611 my $soff = $off; 1692 if ($level == 0 && $coff < $soff) { 1729 my $statement = substr($blk, $soff, $off - $soff + 1); 1730 my $condition = substr($blk, $soff, $coff - $soff + 1);
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 21978 The source offset (soff) was not incremented for each component and then
|