Home
last modified time | relevance | path

Searched refs:r_offset (Results 1 - 25 of 52) sorted by relevance

123

/third_party/curl/tests/http/clients/
H A Dws-data.c106 size_t r_offset, nread; in recv_binary() local
110 r_offset = 0; in recv_binary()
119 (long)r_offset, (long)sizeof(recvbuf), result, (long)nread); in recv_binary()
128 if(frame->offset != (curl_off_t)r_offset) { in recv_binary()
130 (long)r_offset, (long)frame->offset); in recv_binary()
133 if(frame->bytesleft != (curl_off_t)(exp_len - r_offset - nread)) { in recv_binary()
135 (long)(exp_len - r_offset - nread), (long)frame->bytesleft); in recv_binary()
138 if(r_offset + nread > exp_len) { in recv_binary()
140 (long)exp_len, (long)(r_offset + nread)); in recv_binary()
143 if(memcmp(exp_data + r_offset, recvbu in recv_binary()
[all...]
/third_party/elfio/elfio/
H A Delfio_relocation.hpp333 offset = convertor( pEntry->r_offset ); in generic_get_entry_rel()
353 offset = convertor( pEntry->r_offset ); in generic_get_entry_rela()
380 pEntry->r_offset = decltype( pEntry->r_offset )( offset ); in generic_set_entry_rel()
381 pEntry->r_offset = convertor( pEntry->r_offset ); in generic_set_entry_rel()
405 pEntry->r_offset = decltype( pEntry->r_offset )( offset ); in generic_set_entry_rela()
407 pEntry->r_offset = convertor( pEntry->r_offset ); in generic_set_entry_rela()
[all...]
/third_party/curl/lib/
H A Dbufq.c35 return chunk->r_offset >= chunk->w_offset; in chunk_is_empty()
45 return chunk->w_offset - chunk->r_offset; in chunk_len()
56 chunk->r_offset = chunk->w_offset = 0; in chunk_reset()
76 unsigned char *p = &chunk->x.data[chunk->r_offset]; in chunk_read()
77 size_t n = chunk->w_offset - chunk->r_offset; in chunk_read()
78 DEBUGASSERT(chunk->w_offset >= chunk->r_offset); in chunk_read()
84 chunk->r_offset = chunk->w_offset = 0; in chunk_read()
89 chunk->r_offset += len; in chunk_read()
120 DEBUGASSERT(chunk->w_offset >= chunk->r_offset); in chunk_peek()
121 *pbuf = &chunk->x.data[chunk->r_offset]; in chunk_peek()
[all...]
H A Dbufq.h38 size_t r_offset; /* first unread bytes */ member
/third_party/elfutils/libelf/
H A Dgelf_update_rel.c66 if (unlikely (src->r_offset > 0xffffffffull) in gelf_update_rel()
83 rel->r_offset = src->r_offset; in gelf_update_rel()
H A Dgelf_update_rela.c66 if (unlikely (src->r_offset > 0xffffffffull) in gelf_update_rela()
85 rel->r_offset = src->r_offset; in gelf_update_rela()
H A Dgelf_getrela.c75 dst->r_offset = src->r_offset; in gelf_getrela()
H A Dgelf_getrel.c75 dst->r_offset = src->r_offset; in gelf_getrel()
H A Dabstract.h138 TYPE_NAME (ElfW2(32, Ext##Addr), r_offset) \
143 TYPE_NAME (ElfW2(64, Ext##Addr), r_offset) \
149 TYPE_NAME (ElfW2(32, Ext##Addr), r_offset) \
155 TYPE_NAME (ElfW2(64, Ext##Addr), r_offset) \
/third_party/vixl/test/aarch32/
H A Dtest-utils-aarch32.cc49 const int r_offset = static_cast<int>(VIXL_OFFSET(dump_t, r_)); in Dump() local
68 __ Str(rt, MemOperand(dump_base, r_offset + (i * kRegSizeInBytes))); in Dump()
94 MemOperand(dump2_base, r_offset + (tmp.GetCode() * kRegSizeInBytes))); in Dump()
97 r_offset + (dump_base.GetCode() * kRegSizeInBytes))); in Dump()
98 __ Str(sp, MemOperand(dump2_base, r_offset + (kSPRegNum * kRegSizeInBytes))); in Dump()
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.h119 * Note: It is VERY important that the r_file, r_oflags, r_offset, and
137 int r_offset; member
148 int r_offset; member
169 int r_offset; /* file offset */ member
H A Ddoio.c1307 readp->r_offset); in format_rw()
1320 writep->r_offset, pattern); in format_rw()
1335 readap->r_offset); in format_rw()
1355 writeap->r_offset, pattern); in format_rw()
1417 * Initialize common fields - assumes r_oflags, r_file, r_offset, and in do_read()
1424 offset = req->r_data.read.r_offset; in do_read()
1622 offset = req->r_data.write.r_offset; in do_write()
2164 stride_bounds(lio->r_offset, in do_listio()
2172 lio->r_offset, lio->r_filestride, in do_listio()
2198 lio_req.li_offset = lio->r_offset; in do_listio()
[all...]
H A Diogen.c766 req->r_data.read.r_offset = offset; in form_iorequest()
780 req->r_data.write.r_offset = offset; in form_iorequest()
813 req->r_data.io.r_offset = offset; in form_iorequest()
832 req->r_data.io.r_offset = offset; in form_iorequest()
856 req->r_data.io.r_offset = offset; in form_iorequest()
912 req->r_data.listio.r_offset = offset; in form_iorequest()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp833 Elf32_Addr r_offset; member
839 Elf32_Addr r_offset; member
846 Elf64_Addr r_offset; member
852 Elf64_Addr r_offset; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFSection.h374 Rela.r_offset = Fixup.position(); in writeData()
377 Str.writeAddrOrOffset<IsELF64>(Rela.r_offset); in writeData()
382 Rel.r_offset = Fixup.position(); in writeData()
384 Str.writeAddrOrOffset<IsELF64>(Rel.r_offset); in writeData()
/third_party/elfutils/libdwfl/
H A Drelocate.c637 r->r_offset, NULL, in relocate_section()
668 r->r_offset, &r->r_addend, in relocate_section()
715 if (r->r_info != 0 || r->r_offset != 0) in relocate_section()
730 if (r->r_info != 0 || r->r_offset != 0 || r->r_addend != 0) in relocate_section()
/third_party/elfutils/src/
H A Dobjdump.c346 GElf_Addr r_offset, GElf_Xword r_info, GElf_Sxword r_addend) in show_relocs_x()
352 elfclass == ELFCLASS32 ? 8 : 16, r_offset, in show_relocs_x()
415 rel->r_offset, rel->r_info, 0); in show_relocs_rel()
436 rel->r_offset, rel->r_info, rel->r_addend); in show_relocs_rela()
344 show_relocs_x(Ebl *ebl, GElf_Shdr *shdr, Elf_Data *symdata, Elf_Data *xndxdata, size_t symstrndx, size_t shstrndx, GElf_Addr r_offset, GElf_Xword r_info, GElf_Sxword r_addend) show_relocs_x() argument
H A Dfindtextrel.c424 check_rel (nsegments, segments, rel->r_offset, elf, in process_file()
447 check_rel (nsegments, segments, rela->r_offset, elf, in process_file()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp324 Rela.r_offset = Entry; in decode_relrs()
336 Rela.r_offset = Offset; in decode_relrs()
412 R.r_offset = Offset; in android_relas()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h922 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) member
938 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) member
955 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). member
971 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1087 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) member
1103 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) member
1123 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). member
1139 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). member
/third_party/rust/crates/nix/src/
H A Dfcntl.rs758 let mut rqsr = libc::spacectl_range{r_offset: range.0, r_len: range.1}; in fspacectl()
766 Errno::result(res).map(|_| SpacectlRange(rqsr.r_offset, rqsr.r_len)) in fspacectl()
803 let mut rqsr = libc::spacectl_range{r_offset: offset, r_len: len}; in fspacectl_all()
/third_party/backends/backend/
H A Dgt68xx_high.c722 DBG (3, "afe 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x\n", afe->r_offset, in gt68xx_scanner_calibrate()
1418 &afe->r_offset, &afe->r_pga, in gt68xx_afe_ccd_auto()
1419 &old_afe.r_offset, in gt68xx_afe_ccd_auto()
1464 afe->r_offset = afe->b_offset = 0x20; in gt68xx_afe_ccd_auto()
1472 &afe->r_offset, in gt68xx_afe_ccd_auto()
1474 &old_afe.r_offset, in gt68xx_afe_ccd_auto()
1574 offset = &(afe->r_offset); in gt68xx_afe_cis_adjust_gain_offset()
1575 old_offset = &old_afe->r_offset; in gt68xx_afe_cis_adjust_gain_offset()
1883 old_afe.r_offset = old_afe.g_offset = old_afe.b_offset = 255; in gt68xx_afe_cis_auto()
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.c656 const char *orig_ptr = orig_base + rel->r_offset; in apply_relocs()
657 char *dst_ptr = dst_base + rel->r_offset; in apply_relocs()
658 uint64_t va = va_base + rel->r_offset; in apply_relocs()
/third_party/curl/tests/unit/
H A Dunit2601.c73 chunk->dlen, chunk->r_offset, chunk->w_offset); in dump_bufq()

Completed in 29 milliseconds

123