/third_party/libunwind/libunwind/src/ia64/ |
H A 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/ |
H A D | memchr.S | 27 #define soff x9 define 64 ands soff, srcin, #31 75 sub tmp, soff, #32 84 /* Clear the soff*2 lower bits */ 85 lsl tmp, soff, #1 118 /* Clear the (32 - ((cntrem + soff) % 32)) * 2 upper bits */ 119 add tmp, cntrem, soff
|
/third_party/libunwind/libunwind/src/ |
H A 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 string_table() 63 soff = ehdr->e_shoff; in string_table() 65 str_soff = soff + (section * ehdr->e_shentsize); in string_table()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A 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 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() 357 unsigned soff = fd_resource_offset(src, info->src.level, sbox->z + i); in emit_blit() local 360 assert((soff + (sbox->height * spitch)) <= fd_bo_size(src->bo)); in emit_blit() 373 OUT_RELOC(ring, src->bo, soff, 0, 0); /* RB_2D_SRC_LO/HI */ in emit_blit()
|
/third_party/ffmpeg/libavcodec/ |
H A D | tiff.c | 1770 unsigned soff, ssize; in decode_frame() local 1994 soff = ff_tget(&stripdata, s->sot, le); in decode_frame() 1996 soff = s->stripoff; in decode_frame() 1998 if (soff > avpkt->size || ssize > avpkt->size - soff || ssize > remaining) { in decode_frame() 2004 if ((ret = tiff_unpack_strip(s, p, dst, stride, avpkt->data + soff, ssize, i, in decode_frame() 2021 soff = s->bpp >> 3; in decode_frame() 2023 soff = FFMAX(soff / s->bppcount, 1); in decode_frame() 2024 ssize = s->width * soff; in decode_frame() [all...] |
H A D | clearvideo.c | 231 int sstride, dstride, soff, doff; in copy_block() local 244 soff = sx + sy * sstride; in copy_block() 251 uint8_t *sptr = &sbuf[soff]; in copy_block() 255 soff += sstride; in copy_block() 269 int soff = sx + sy * sstride; in copyadd_block() local 284 uint8_t *sptr = &sbuf[soff]; in copyadd_block() 293 soff += sstride; in copyadd_block()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A 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 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/ltp/scripts/ |
H A D | checkpatch.pl | 1611 my $soff = $off; 1680 #warn "CSB: mark coff<$coff> soff<$soff> 1<$1>\n"; 1681 #warn "[" . substr($blk, $soff, $coff - $soff + 1) . "]\n"; 1692 if ($level == 0 && $coff < $soff) { 1729 my $statement = substr($blk, $soff, $off - $soff + 1); 1730 my $condition = substr($blk, $soff, $coff - $soff [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 3635 const MachineOperand *Soff = getNamedOperand(MI, AMDGPU::OpName::soff); 4274 MachineOperand *SOff = getNamedOperand(MI, AMDGPU::OpName::soff);
|