Home
last modified time | relevance | path

Searched refs:soff (Results 1 – 13 of 13) sorted by relevance

/external/libunwind/src/ia64/
DGfind_unwind_table.c38 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()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c250 unsigned soff, doff, w, p; in emit_blit_buffer() local
252 soff = (sbox->x + off) & ~0x3f; in emit_blit_buffer()
258 debug_assert((soff + w) <= fd_bo_size(src->bo)); in emit_blit_buffer()
271 OUT_RELOC(ring, src->bo, soff, 0, 0); /* RB_2D_SRC_LO/HI */ in emit_blit_buffer()
386 unsigned soff = fd_resource_offset(src, info->src.level, sbox->z + i); in emit_blit() local
389 debug_assert((soff + (sbox->height * spitch)) <= fd_bo_size(src->bo)); in emit_blit()
402 OUT_RELOC(ring, src->bo, soff, 0, 0); /* RB_2D_SRC_LO/HI */ in emit_blit()
/external/libunwind/src/
Delfxx.c278 Elf_W(Off) soff = ehdr->e_shoff; in Elf_W()
279 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->u.mapped.size) { in Elf_W()
281 (unsigned long) (soff + ehdr->e_shnum * ehdr->e_shentsize), in Elf_W()
286 return (Elf_W(Shdr) *) ((char *) ei->u.mapped.image + soff); in Elf_W()
/external/u-boot/arch/m68k/include/asm/coldfire/
Dedma.h59 u16 soff; /* 0x06 Signed Source Address Offset */ member
/external/llvm/lib/Target/AMDGPU/
DVIInstrFormats.td111 bits<20> soff;
112 let Inst{51-32} = soff;
DSIInstrFormats.td261 bits<8> soff;
262 let Inst{7-0} = soff;
DSIInstrInfo.td1073 let sbase = 0, soff = 0, sdst = sdst_ in {
1097 let soff = 0;
1108 let soff = 0;
1128 (ins baseClass:$sbase, SReg_32:$soff),
1129 opName#" $sdst, $sbase, $soff", []
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSMInstructions.td123 (ins baseClass:$sbase, SReg_32:$soff, i1imm:$glc),
144 (ins srcClass:$sdata, baseClass:$sbase, SReg_32:$soff, i1imm:$glc),
488 // FIXME: The operand name $offset is inconsistent with $soff used
556 // FIXME: The operand name $offset is inconsistent with $soff used
DSIInstrInfo.cpp2940 const MachineOperand *Soff = getNamedOperand(MI, AMDGPU::OpName::soff); in verifyInstruction()
3909 const MachineOperand *VAddr = getNamedOperand(Inst, AMDGPU::OpName::soff); in moveToVALU()
/external/u-boot/scripts/
Dcheckpatch.pl1310 my $soff = $off;
1391 if ($level == 0 && $coff < $soff) {
1428 my $statement = substr($blk, $soff, $off - $soff + 1);
1429 my $condition = substr($blk, $soff, $coff - $soff + 1);
/external/iproute2/ip/
Dipaddress.c2125 int soff; in ipaddr_list_flush_or_save() local
2128 soff = strlen(*argv) - strlen("_slave"); in ipaddr_list_flush_or_save()
2129 if (!strcmp(*argv + soff, "_slave")) { in ipaddr_list_flush_or_save()
2130 (*argv)[soff] = '\0'; in ipaddr_list_flush_or_save()
/external/syzkaller/sys/linux/
Dkvm.txt435 soff int32
/external/virglrenderer/src/
Dvrend_renderer.c8315 uint32_t soff = h * res->base.width0 * blsize; in vrend_renderer_get_cursor_contents() local
8317 memcpy(data2 + doff, data + soff, res->base.width0 * blsize); in vrend_renderer_get_cursor_contents()