Home
last modified time | relevance | path

Searched refs:to_offset (Results 26 – 50 of 1275) sorted by relevance

12345678910>>...51

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzForwardingEntry.hpp62 ZForwardingEntry(size_t from_index, size_t to_offset) : in ZForwardingEntry() argument
64 field_to_offset::encode(to_offset) | in ZForwardingEntry()
71 size_t to_offset() const { in to_offset() function in ZForwardingEntry
H A DzForwarding.inline.hpp137 inline uintptr_t ZForwarding::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingCursor* … in insert() argument
138 const ZForwardingEntry new_entry(from_index, to_offset); in insert()
145 return to_offset; in insert()
153 return entry.to_offset(); in insert()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/
H A DzForwardingTableEntry.hpp63 ZForwardingTableEntry(size_t from_index, size_t to_offset) : in ZForwardingTableEntry() argument
65 field_to_offset::encode(to_offset)) {} in ZForwardingTableEntry()
71 size_t to_offset() const { in to_offset() function in ZForwardingTableEntry
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzForwardingEntry.hpp62 ZForwardingEntry(size_t from_index, size_t to_offset) : in ZForwardingEntry() argument
64 field_to_offset::encode(to_offset) | in ZForwardingEntry()
71 size_t to_offset() const { in to_offset() function in ZForwardingEntry
H A DzForwarding.inline.hpp137 inline uintptr_t ZForwarding::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingCursor* … in insert() argument
138 const ZForwardingEntry new_entry(from_index, to_offset); in insert()
145 return to_offset; in insert()
153 return entry.to_offset(); in insert()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzForwardingEntry.hpp62 ZForwardingEntry(size_t from_index, size_t to_offset) : in ZForwardingEntry() argument
64 field_to_offset::encode(to_offset) | in ZForwardingEntry()
71 size_t to_offset() const { in to_offset() function in ZForwardingEntry
H A DzForwarding.inline.hpp137 inline uintptr_t ZForwarding::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingCursor* … in insert() argument
138 const ZForwardingEntry new_entry(from_index, to_offset); in insert()
145 return to_offset; in insert()
153 return entry.to_offset(); in insert()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-array-bounds.cc569 eltsize = wi::to_offset (refsize); in check_mem_ref()
622 size = wi::to_offset (fldsize); in check_mem_ref()
628 arrbounds[1] = (wi::to_offset (bnds[1]) - wi::to_offset (bnds[0]) in check_mem_ref()
638 eltsize = wi::to_offset (TYPE_SIZE_UNIT (eltype)); in check_mem_ref()
649 arrbounds[1] = wi::to_offset (size); in check_mem_ref()
678 axssize = wi::to_offset (access_size); in check_mem_ref()
697 offrange[0] = offrange[0] / wi::to_offset (size); in check_mem_ref()
698 offrange[1] = offrange[1] / wi::to_offset (size); in check_mem_ref()
855 idx = wi::sdiv_trunc (idx, wi::to_offset (el_sz)); in check_addr_expr()
869 else if (idx > (wi::to_offset (up_bound) in check_addr_expr()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-array-bounds.cc569 eltsize = wi::to_offset (refsize); in check_mem_ref()
622 size = wi::to_offset (fldsize); in check_mem_ref()
628 arrbounds[1] = (wi::to_offset (bnds[1]) - wi::to_offset (bnds[0]) in check_mem_ref()
638 eltsize = wi::to_offset (TYPE_SIZE_UNIT (eltype)); in check_mem_ref()
649 arrbounds[1] = wi::to_offset (size); in check_mem_ref()
678 axssize = wi::to_offset (access_size); in check_mem_ref()
697 offrange[0] = offrange[0] / wi::to_offset (size); in check_mem_ref()
698 offrange[1] = offrange[1] / wi::to_offset (size); in check_mem_ref()
855 idx = wi::sdiv_trunc (idx, wi::to_offset (el_sz)); in check_addr_expr()
869 else if (idx > (wi::to_offset (up_bound) in check_addr_expr()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-array-bounds.cc569 eltsize = wi::to_offset (refsize);
622 size = wi::to_offset (fldsize);
628 arrbounds[1] = (wi::to_offset (bnds[1]) - wi::to_offset (bnds[0])
638 eltsize = wi::to_offset (TYPE_SIZE_UNIT (eltype));
649 arrbounds[1] = wi::to_offset (size);
678 axssize = wi::to_offset (access_size);
697 offrange[0] = offrange[0] / wi::to_offset (size);
698 offrange[1] = offrange[1] / wi::to_offset (size);
855 idx = wi::sdiv_trunc (idx, wi::to_offset (el_sz));
869 else if (idx > (wi::to_offset (up_bound)
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/include/libaegisub/
H A Dline_wrap.h65 int to_offset = 1; in unbalance() local
67 std::swap(from_offset, to_offset); in unbalance()
72 while (line_widths[i + from_offset] < line_widths[i + to_offset]) { in unbalance()
78 line_widths[i + to_offset] -= shift_word_width; in unbalance()
79 ret[i] += to_offset + -from_offset; in unbalance()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzForwardingEntry.hpp63 ZForwardingEntry(size_t from_index, size_t to_offset) : in ZForwardingEntry() argument
65 field_to_offset::encode(to_offset) | in ZForwardingEntry()
72 size_t to_offset() const { in to_offset() function in ZForwardingEntry
H A DzForwarding.inline.hpp133 inline uintptr_t ZForwarding::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingCursor* … in insert() argument
134 const ZForwardingEntry new_entry(from_index, to_offset); in insert()
141 return to_offset; in insert()
149 return entry.to_offset(); in insert()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzForwardingEntry.hpp64 ZForwardingEntry(size_t from_index, size_t to_offset) : in ZForwardingEntry() argument
66 field_to_offset::encode(to_offset) | in ZForwardingEntry()
73 size_t to_offset() const { in to_offset() function in ZForwardingEntry
H A DzForwarding.inline.hpp135 inline uintptr_t ZForwarding::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingCursor* … in insert() argument
136 const ZForwardingEntry new_entry(from_index, to_offset); in insert()
143 return to_offset; in insert()
151 return entry.to_offset(); in insert()
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/rpc/
H A Drpc_device_api.cc66 size_t to_offset, in CopyDataFromTo() argument
81 static_cast<const RemoteSpace*>(to)->data, to_offset, in CopyDataFromTo()
87 to, to_offset, size, ctx_from, type_hint); in CopyDataFromTo()
92 static_cast<const RemoteSpace*>(to)->data, to_offset, in CopyDataFromTo()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/rpc/
H A Drpc_device_api.cc66 size_t to_offset, in CopyDataFromTo() argument
81 static_cast<const RemoteSpace*>(to)->data, to_offset, in CopyDataFromTo()
87 to, to_offset, size, ctx_from, type_hint); in CopyDataFromTo()
92 static_cast<const RemoteSpace*>(to)->data, to_offset, in CopyDataFromTo()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/time-0.2.16/src/
H A Doffset_date_time.rs1059 .to_offset(offset!(-1)) in to_offset()
1115 .to_offset(offset!(+1)) in offset()
1127 .to_offset(offset!(+1)) in timestamp()
1151 .to_offset(offset!(-1)) in date()
1168 .to_offset(offset!(-1)) in time()
1182 .to_offset(offset!(+1)) in year()
1197 .to_offset(offset!(+1)) in month()
1211 .to_offset(offset!(+1)) in day()
1228 .to_offset(offset!(+1)) in month_day()
1398 .to_offset(offset!(-1)); in partial_ord()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/web/emcc/
H A Dwebgpu_runtime.cc85 void CopyDataFromTo(const void* from, size_t from_offset, void* to, size_t to_offset, size_t size, in CopyDataFromTo() argument
91 copy_within_gpu_(const_cast<void*>(from), from_offset, to, to_offset, size); in CopyDataFromTo()
94 void* to_ptr = static_cast<uint8_t*>(to) + to_offset; in CopyDataFromTo()
99 copy_to_gpu_(from_ptr, to, to_offset, size); in CopyDataFromTo()
144 TypedPackedFunc<void(void* from, void* to, int64_t to_offset, int64_t nbytes)> copy_to_gpu_;
146 TypedPackedFunc<void(void* from, int64_t from_offset, void* to, int64_t to_offset,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_32.cpp59 void InterpreterRuntime::SignatureHandlerGenerator::move(int from_offset, int to_offset) { in move() argument
61 __ movl(Address(to(), to_offset * wordSize), temp()); in move()
65 void InterpreterRuntime::SignatureHandlerGenerator::box(int from_offset, int to_offset) { in box() argument
72 __ movptr(Address(to(), to_offset * wordSize), temp()); in box()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_32.cpp59 void InterpreterRuntime::SignatureHandlerGenerator::move(int from_offset, int to_offset) { in move() argument
61 __ movl(Address(to(), to_offset * wordSize), temp()); in move()
65 void InterpreterRuntime::SignatureHandlerGenerator::box(int from_offset, int to_offset) { in box() argument
72 __ movptr(Address(to(), to_offset * wordSize), temp()); in box()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-offset.cpp466 …double to_offset = Inkscape::Util::Quantity::convert(offset, unit.get_abbreviation(), "px") / this… in doEffect_path() local
501 if (to_offset < 0) { in doEffect_path()
504 (*bbox).expandBy(to_offset / 2.0); in doEffect_path()
535 if (to_offset > 0) { in doEffect_path()
538 …i, to_offset, (attempt_force_join ? std::numeric_limits<double>::max() : miter_limit), join, toler… in doEffect_path()
541 if (pbbox && (*pbbox).minExtent() > to_offset) { in doEffect_path()
545 Geom::Path tmp_b = half_outline(i.reversed(), to_offset, in doEffect_path()
563 } else if (to_offset < 0) { in doEffect_path()
566 half_outline(i.reversed(), std::abs(to_offset), in doEffect_path()
574 Geom::Path tmp_b = half_outline(i, std::abs(to_offset), in doEffect_path()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Ddeg_builder_relations_drivers.cc215 for (int to_offset = 1; to_offset < num_drivers; ++to_offset) { in build_driver_relations() local
216 const int to_index = (from_index + to_offset) % num_drivers; in build_driver_relations()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/rpc/
H A Drpc_local_session.cc90 void LocalSession::CopyToRemote(void* from, size_t from_offset, void* to, size_t to_offset, in CopyToRemote() argument
95 this->GetDeviceAPI(ctx_to)->CopyDataFromTo(from, from_offset, to, to_offset, nbytes, cpu_ctx, in CopyToRemote()
102 void LocalSession::CopyFromRemote(void* from, size_t from_offset, void* to, size_t to_offset, in CopyFromRemote() argument
108 this->GetDeviceAPI(ctx_from)->CopyDataFromTo(from, from_offset, to, to_offset, nbytes, ctx_from, in CopyFromRemote()
/dports/print/qpdf/qpdf-10.5.0/qpdf/
H A Dfix-qdf.cc117 offset += QIntC::to_offset(line.length()); in processLines()
318 offset -= QIntC::to_offset(line.length()); in processLines()
319 offset += QIntC::to_offset(new_length.length()); in processLines()
376 xref.push_back(QPDFXRefEntry(1, QIntC::to_offset(last_offset), 0)); in checkObjId()
395 iter -= QIntC::to_offset(first); in writeOstream()
400 auto offset_adjust = QIntC::to_offset(offsets.size()); in writeOstream()
412 offset_adjust += QIntC::to_offset(dict_data.length()); in writeOstream()
423 offset -= QIntC::to_offset(o.length()); in writeOstream()

12345678910>>...51