Home
last modified time | relevance | path

Searched refs:inner_offset (Results 1 – 25 of 73) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dalloc.rs122 inner_offset: wgt::BufferAddress, in map()
125 let offset = inner_offset; in map()
140 inner_offset: wgt::BufferAddress, in write_bytes()
144 let offset = inner_offset; in write_bytes()
155 inner_offset: wgt::BufferAddress, in read_bytes()
159 let offset = inner_offset; in read_bytes()
169 inner_offset: wgt::BufferAddress, in segment()
173 offset: self.0.offset() + inner_offset, in segment()
181 inner_offset: wgt::BufferAddress, in flush_range()
184 let segment = self.segment(inner_offset, size); in flush_range()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dalloc.rs122 inner_offset: wgt::BufferAddress, in map()
125 let offset = inner_offset; in map()
140 inner_offset: wgt::BufferAddress, in write_bytes()
144 let offset = inner_offset; in write_bytes()
155 inner_offset: wgt::BufferAddress, in read_bytes()
159 let offset = inner_offset; in read_bytes()
169 inner_offset: wgt::BufferAddress, in segment()
173 offset: self.0.offset() + inner_offset, in segment()
181 inner_offset: wgt::BufferAddress, in flush_range()
184 let segment = self.segment(inner_offset, size); in flush_range()
[all …]
/dports/games/multimc/MultiMC5-0.6.11/api/logic/
H A DFileSystem.cpp153 auto inner_offset = PathCombine(offset, f); in operator ()() local
155 if(m_blacklist && m_blacklist->matches(inner_offset)) in operator ()()
159 if(!operator()(inner_offset)) in operator ()()
161 qWarning() << "Failed to copy" << inner_offset; in operator ()()
/dports/emulators/qemu5/qemu-5.2.0/tests/image-fuzzer/qcow2/
H A Dlayout.py232 inner_offset = self.ext_offset + ext_header_len
241 feature_tables += [['B', inner_offset,
243 ['B', inner_offset + 1, feat_bit,
245 [feat_fmt, inner_offset + 2,
248 inner_offset += fnt_entry_size
257 self.ext_offset = inner_offset
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/image-fuzzer/qcow2/
H A Dlayout.py232 inner_offset = self.ext_offset + ext_header_len
241 feature_tables += [['B', inner_offset,
243 ['B', inner_offset + 1, feat_bit,
245 [feat_fmt, inner_offset + 2,
248 inner_offset += fnt_entry_size
257 self.ext_offset = inner_offset
/dports/emulators/qemu42/qemu-4.2.1/tests/image-fuzzer/qcow2/
H A Dlayout.py232 inner_offset = self.ext_offset + ext_header_len
241 feature_tables += [['B', inner_offset,
243 ['B', inner_offset + 1, feat_bit,
245 [feat_fmt, inner_offset + 2,
248 inner_offset += fnt_entry_size
257 self.ext_offset = inner_offset
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/image-fuzzer/qcow2/
H A Dlayout.py233 inner_offset = self.ext_offset + ext_header_len
242 feature_tables += [['B', inner_offset,
244 ['B', inner_offset + 1, feat_bit,
246 [feat_fmt, inner_offset + 2,
249 inner_offset += fnt_entry_size
258 self.ext_offset = inner_offset
/dports/emulators/qemu-utils/qemu-4.2.1/tests/image-fuzzer/qcow2/
H A Dlayout.py232 inner_offset = self.ext_offset + ext_header_len
241 feature_tables += [['B', inner_offset,
243 ['B', inner_offset + 1, feat_bit,
245 [feat_fmt, inner_offset + 2,
248 inner_offset += fnt_entry_size
257 self.ext_offset = inner_offset
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/image-fuzzer/qcow2/
H A Dlayout.py232 inner_offset = self.ext_offset + ext_header_len
241 feature_tables += [['B', inner_offset,
243 ['B', inner_offset + 1, feat_bit,
245 [feat_fmt, inner_offset + 2,
248 inner_offset += fnt_entry_size
257 self.ext_offset = inner_offset
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/image-fuzzer/qcow2/
H A Dlayout.py232 inner_offset = self.ext_offset + ext_header_len
241 feature_tables += [['B', inner_offset,
243 ['B', inner_offset + 1, feat_bit,
245 [feat_fmt, inner_offset + 2,
248 inner_offset += fnt_entry_size
257 self.ext_offset = inner_offset
/dports/emulators/qemu/qemu-6.2.0/tests/image-fuzzer/qcow2/
H A Dlayout.py232 inner_offset = self.ext_offset + ext_header_len
241 feature_tables += [['B', inner_offset,
243 ['B', inner_offset + 1, feat_bit,
245 [feat_fmt, inner_offset + 2,
248 inner_offset += fnt_entry_size
257 self.ext_offset = inner_offset
/dports/emulators/qemu60/qemu-6.0.0/tests/image-fuzzer/qcow2/
H A Dlayout.py232 inner_offset = self.ext_offset + ext_header_len
241 feature_tables += [['B', inner_offset,
243 ['B', inner_offset + 1, feat_bit,
245 [feat_fmt, inner_offset + 2,
248 inner_offset += fnt_entry_size
257 self.ext_offset = inner_offset
/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Dslider.cc112 auto inner_offset = (current_value / maximum) * getControlWidth(); in repaintEvent() local
113 auto button_x = button_offset + inner_offset - (button.width() / 2); in repaintEvent()
/dports/math/octave-forge-signal/signal-1.4.1/src/
H A Dmedfilt1.cc441 octave_idx_type x_offset = 0, inner_offset = 0; variable
453 if (++inner_offset == x_stride)
455 inner_offset = 0;
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/
H A Dicmp.c814 int inner_offset; in icmpv6_notify() local
825 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify()
827 if (inner_offset < 0) in icmpv6_notify()
830 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify()
834 if (!pskb_may_pull(skb, inner_offset+8)) in icmpv6_notify()
846 ipprot->err_handler(skb, NULL, type, code, inner_offset, info); in icmpv6_notify()
848 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/
H A Dicmp.c814 int inner_offset; in icmpv6_notify() local
825 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify()
827 if (inner_offset < 0) in icmpv6_notify()
830 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify()
834 if (!pskb_may_pull(skb, inner_offset+8)) in icmpv6_notify()
846 ipprot->err_handler(skb, NULL, type, code, inner_offset, info); in icmpv6_notify()
848 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/
H A Dicmp.c814 int inner_offset; in icmpv6_notify() local
825 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify()
827 if (inner_offset < 0) in icmpv6_notify()
830 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify()
834 if (!pskb_may_pull(skb, inner_offset+8)) in icmpv6_notify()
846 ipprot->err_handler(skb, NULL, type, code, inner_offset, info); in icmpv6_notify()
848 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Drawv6.h15 u8 type, u8 code, int inner_offset, __be32);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Drawv6.h15 u8 type, u8 code, int inner_offset, __be32);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Drawv6.h15 u8 type, u8 code, int inner_offset, __be32);
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dnote-collision.cc487 Real inner_offset in automatic_shift() local
503 Real offset = inner_offset; in automatic_shift()
512 offset = inner_offset; in automatic_shift()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dnote-collision.cc484 Real inner_offset in automatic_shift() local
500 Real offset = inner_offset; in automatic_shift()
509 offset = inner_offset; in automatic_shift()
/dports/net/py-kafka-python/kafka-python-1.4.5/kafka/protocol/
H A Dlegacy.py223 for (inner_offset, _msg_size, inner_msg) in inner_messages:
224 yield kafka.structs.OffsetAndMessage(inner_offset, inner_msg)
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dwriter.cc255 const int32_t inner_offset = offsets_[rep_level][index]; in HandleNonNullList() local
256 const int32_t inner_length = offsets_[rep_level][index + 1] - inner_offset; in HandleNonNullList()
263 static_cast<int16_t>(rep_level + 1), inner_offset, in HandleNonNullList()
284 inner_offset + i + array_offsets_[recursion_level]))) { in HandleNonNullList()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/base/
H A Diter.rs29 let inner_offset = shape.0.value() * strides.0.value(); localVariable
35 inner_end: unsafe { ptr.offset(inner_offset as isize) },

123