Home
last modified time | relevance | path

Searched refs:orig_offset (Results 1 – 25 of 698) sorted by relevance

12345678910>>...28

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dinput_pair.rs8 pub orig_offset: usize, // offset into the original slice of data field
19 super::interface::SliceOffset(self.orig_offset, self.data.len() as u32) in freeze()
25 pub orig_offset: usize, // offset into the original slice of data field
42 orig_offset:0, in default()
50 orig_offset: val.orig_offset, in from()
59 orig_offset: val.orig_offset, in from()
114 orig_offset:self.1.orig_offset}), in split_at()
117orig_offset:offset_from_self_1 + self.1.orig_offset, in split_at()
124 orig_offset:self.0.orig_offset}, in split_at()
127 orig_offset:self.0.orig_offset + loc}, in split_at()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/src/enc/
H A Dinput_pair.rs8 pub orig_offset: usize, // offset into the original slice of data field
19 super::interface::SliceOffset(self.orig_offset, self.data.len() as u32) in freeze()
25 pub orig_offset: usize, // offset into the original slice of data field
42 orig_offset:0, in default()
50 orig_offset: val.orig_offset, in from()
59 orig_offset: val.orig_offset, in from()
114 orig_offset:self.1.orig_offset}), in split_at()
117orig_offset:offset_from_self_1 + self.1.orig_offset, in split_at()
124 orig_offset:self.0.orig_offset}, in split_at()
127 orig_offset:self.0.orig_offset + loc}, in split_at()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dinput_pair.rs8 pub orig_offset: usize, // offset into the original slice of data field
19 super::interface::SliceOffset(self.orig_offset, self.data.len() as u32) in freeze()
25 pub orig_offset: usize, // offset into the original slice of data field
42 orig_offset:0, in default()
50 orig_offset: val.orig_offset, in from()
59 orig_offset: val.orig_offset, in from()
114 orig_offset:self.1.orig_offset}), in split_at()
117orig_offset:offset_from_self_1 + self.1.orig_offset, in split_at()
124 orig_offset:self.0.orig_offset}, in split_at()
127 orig_offset:self.0.orig_offset + loc}, in split_at()
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/typerep/dataloop/
H A Dsegment.c158 cur_elmp->orig_offset = 0; in segment_seek()
182 cur_elmp->curoffset = cur_elmp->orig_offset + in segment_seek()
229 cur_elmp->curoffset = cur_elmp->orig_offset + in segment_seek()
277 cur_elmp->curoffset = cur_elmp->orig_offset + in segment_seek()
333 cur_elmp->curoffset = cur_elmp->orig_offset + in segment_seek()
392 cur_elmp->curoffset = cur_elmp->orig_offset + in segment_seek()
879 next_elmp->orig_offset = cur_elmp->orig_offset + in MPII_Segment_manipulate()
884 next_elmp->orig_offset = cur_elmp->orig_offset + in MPII_Segment_manipulate()
889 next_elmp->orig_offset = cur_elmp->orig_offset + in MPII_Segment_manipulate()
894 next_elmp->orig_offset = cur_elmp->orig_offset + in MPII_Segment_manipulate()
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Ddeh_htext.c771 int orig_offset, repl_len; in DEH_TextStart() local
774 if (sscanf(line, "Text %i %i", &orig_offset, &repl_len) != 2) in DEH_TextStart()
796 if (StringIsUnsupported(orig_offset)) in DEH_TextStart()
798 DEH_Warning(context, "Unsupported string replacement: %i", orig_offset); in DEH_TextStart()
803 else if (!GetStringByOffset(orig_offset, &orig_text)) in DEH_TextStart()
805 SuggestOtherVersions(orig_offset); in DEH_TextStart()
806 DEH_Error(context, "Unknown string offset: %i", orig_offset); in DEH_TextStart()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Ddeh_htext.c771 int orig_offset, repl_len; in DEH_TextStart() local
774 if (sscanf(line, "Text %i %i", &orig_offset, &repl_len) != 2) in DEH_TextStart()
796 if (StringIsUnsupported(orig_offset)) in DEH_TextStart()
798 DEH_Warning(context, "Unsupported string replacement: %i", orig_offset); in DEH_TextStart()
803 else if (!GetStringByOffset(orig_offset, &orig_text)) in DEH_TextStart()
805 SuggestOtherVersions(orig_offset); in DEH_TextStart()
806 DEH_Error(context, "Unknown string offset: %i", orig_offset); in DEH_TextStart()
/dports/net/mpich2/mpich2-1.5/src/mpid/common/datatype/dataloop/
H A Dsegment.c177 elmp->orig_offset = 0; in PREPEND_PREFIX()
649 cur_elmp->curoffset = cur_elmp->orig_offset + in PREPEND_PREFIX()
682 cur_elmp->curoffset = cur_elmp->orig_offset + in PREPEND_PREFIX()
789 next_elmp->orig_offset = cur_elmp->curoffset + in PREPEND_PREFIX()
794 next_elmp->orig_offset = cur_elmp->orig_offset + in PREPEND_PREFIX()
799 next_elmp->orig_offset = cur_elmp->orig_offset + in PREPEND_PREFIX()
805 next_elmp->orig_offset = cur_elmp->orig_offset + in PREPEND_PREFIX()
810 next_elmp->orig_offset = cur_elmp->orig_offset + in PREPEND_PREFIX()
823 next_elmp->orig_offset, in PREPEND_PREFIX()
824 next_elmp->orig_offset); in PREPEND_PREFIX()
[all …]
/dports/misc/patchutils/patchutils-0.4.2/scripts/
H A Drecountdiff.in40 $orig_offset=0;
68 ($orig_offset,$new_offset,$misc) = ($1,$3,$5);
69 $orig_offset++ if defined($2) and $2 == 0;
101 $orig_offset-- if ($orig == 0);
103 $line[$chunk_start] = "@@ -$orig_offset";
/dports/misc/patchutils/patchutils-0.4.2/src/
H A Drediff.c66 unsigned long orig_offset; member
166 fprintf (out, "@@ -%lu", orig_offset); in adjust_offsets_and_copy()
267 orig_offset = strtoul (p, &q, 10); in added_hunk()
308 new_offset = orig_offset + offset; in added_hunk()
313 fprintf (t, "@@ -%lu", orig_offset); in added_hunk()
340 unsigned long orig_offset, new_offset; in removed_hunk() local
372 if (oo != orig_offset) in removed_hunk()
373 no = new_offset + oo - orig_offset; in removed_hunk()
375 oo = orig_offset + no - new_offset; in removed_hunk()
587 orig_offset++; in show_modified_hunk()
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/
H A DArcanistLintPatcher.php74 $orig_offset = $this->getCharacterOffset($lint->getLine() - 1);
75 $orig_offset += $lint->getChar() - 1;
78 if ($dirty > $orig_offset) {
85 $working_offset = $orig_offset + $this->getCharacterDelta();
100 $this->setDirtyCharacterOffset($orig_offset + $old_len);
/dports/devel/arcanist/arcanist-b2e715f/src/lint/
H A DArcanistLintPatcher.php74 $orig_offset = $this->getCharacterOffset($lint->getLine() - 1);
75 $orig_offset += $lint->getChar() - 1;
78 if ($dirty > $orig_offset) {
85 $working_offset = $orig_offset + $this->getCharacterDelta();
100 $this->setDirtyCharacterOffset($orig_offset + $old_len);
/dports/sysutils/pv/pv-1.6.20/src/pv/
H A Dtransfer.c220 long orig_offset; in pv__transfer_read() local
364 orig_offset = lseek64(fd, 0, SEEK_CUR); in pv__transfer_read()
371 if (0 > orig_offset) { in pv__transfer_read()
396 skip_offset = orig_offset + amount_to_skip; in pv__transfer_read()
398 if (skip_offset > orig_offset) { in pv__transfer_read()
399 amount_to_skip = skip_offset - orig_offset; in pv__transfer_read()
409 skip_offset = lseek64(fd, orig_offset + amount_to_skip, SEEK_SET); in pv__transfer_read()
418 lseek64(fd, orig_offset + amount_to_skip, SEEK_SET); in pv__transfer_read()
441 amount_skipped = skip_offset - orig_offset; in pv__transfer_read()
457 orig_offset, in pv__transfer_read()
/dports/multimedia/libv4l/linux-5.13-rc2/net/strparser/
H A Dstrparser.c98 unsigned int orig_offset, size_t orig_len, in __strp_recv() argument
115 if (unlikely(orig_offset)) { in __strp_recv()
127 if (!pskb_pull(orig_skb, orig_offset)) { in __strp_recv()
134 orig_offset = 0; in __strp_recv()
196 stm->strp.offset = orig_offset + eaten; in __strp_recv()
326 unsigned int orig_offset, size_t orig_len, in strp_process() argument
333 return __strp_recv(&desc, orig_skb, orig_offset, orig_len, in strp_process()
339 unsigned int orig_offset, size_t orig_len) in strp_recv() argument
343 return __strp_recv(desc, orig_skb, orig_offset, orig_len, in strp_recv()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/strparser/
H A Dstrparser.c98 unsigned int orig_offset, size_t orig_len, in __strp_recv() argument
115 if (unlikely(orig_offset)) { in __strp_recv()
127 if (!pskb_pull(orig_skb, orig_offset)) { in __strp_recv()
134 orig_offset = 0; in __strp_recv()
196 stm->strp.offset = orig_offset + eaten; in __strp_recv()
326 unsigned int orig_offset, size_t orig_len, in strp_process() argument
333 return __strp_recv(&desc, orig_skb, orig_offset, orig_len, in strp_process()
339 unsigned int orig_offset, size_t orig_len) in strp_recv() argument
343 return __strp_recv(desc, orig_skb, orig_offset, orig_len, in strp_recv()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/strparser/
H A Dstrparser.c98 unsigned int orig_offset, size_t orig_len, in __strp_recv() argument
115 if (unlikely(orig_offset)) { in __strp_recv()
127 if (!pskb_pull(orig_skb, orig_offset)) { in __strp_recv()
134 orig_offset = 0; in __strp_recv()
196 stm->strp.offset = orig_offset + eaten; in __strp_recv()
326 unsigned int orig_offset, size_t orig_len, in strp_process() argument
333 return __strp_recv(&desc, orig_skb, orig_offset, orig_len, in strp_process()
339 unsigned int orig_offset, size_t orig_len) in strp_recv() argument
343 return __strp_recv(desc, orig_skb, orig_offset, orig_len, in strp_recv()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Dyuvinactive.c64 void average_block(int go_h, int go_w, int horz, int plane, int *orig_offset, uint8_t *frame[]);
320 void average_block(int go_h, int go_w, int horz, int plane, int *orig_offset, uint8_t *frame[]) in average_block() argument
327 offset_pix = *orig_offset; in average_block()
342 offset_pix = *orig_offset; in average_block()
360 int orig_offset, sub_offset, plane; in average_area() local
363 orig_offset = (horz* inarea.voffset) + inarea.hoffset; in average_area()
376 average_block(go_h, go_w, horz, plane, &orig_offset, frame); in average_area()
380 orig_offset += go_w; in average_area()
395 orig_offset = orig_offset+ (horz -inarea.width) + (horz *(average_pixel -1)); in average_area()
/dports/games/openttd/openttd-12.1/src/
H A Dsprite.cpp30 …TileInfo *ti, const DrawTileSprites *dts, TransparencyOption to, int32 orig_offset, uint32 newgrf_… in DrawCommonTileSeq() argument
51 image += (HasBit(image, SPRITE_MODIFIER_CUSTOM_SPRITE) ? newgrf_offset : orig_offset); in DrawCommonTileSeq()
92 void DrawCommonTileSeqInGUI(int x, int y, const DrawTileSprites *dts, int32 orig_offset, uint32 new… in DrawCommonTileSeqInGUI() argument
113 image += (HasBit(image, SPRITE_MODIFIER_CUSTOM_SPRITE) ? newgrf_offset : orig_offset); in DrawCommonTileSeqInGUI()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-riemann.c268 guint len = 0, orig_offset = offset; in riemann_dissect_string() local
275 return offset - orig_offset; in riemann_dissect_string()
286 guint orig_offset = offset; in riemann_dissect_attribute() local
319 return offset - orig_offset; in riemann_dissect_attribute()
329 guint orig_offset = offset, len = 0; in riemann_dissect_query() local
359 return offset - orig_offset; in riemann_dissect_query()
366 guint orig_offset = offset, len = 0; in riemann_dissect_event() local
452 return offset - orig_offset; in riemann_dissect_event()
528 return offset - orig_offset; in riemann_dissect_state()
538 guint len, orig_offset = offset; in riemann_dissect_msg() local
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-riemann.c268 guint len = 0, orig_offset = offset; in riemann_dissect_string() local
275 return offset - orig_offset; in riemann_dissect_string()
286 guint orig_offset = offset; in riemann_dissect_attribute() local
319 return offset - orig_offset; in riemann_dissect_attribute()
329 guint orig_offset = offset, len = 0; in riemann_dissect_query() local
359 return offset - orig_offset; in riemann_dissect_query()
366 guint orig_offset = offset, len = 0; in riemann_dissect_event() local
452 return offset - orig_offset; in riemann_dissect_event()
528 return offset - orig_offset; in riemann_dissect_state()
538 guint len, orig_offset = offset; in riemann_dissect_msg() local
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-riemann.c268 guint len = 0, orig_offset = offset; in riemann_dissect_string() local
275 return offset - orig_offset; in riemann_dissect_string()
286 guint orig_offset = offset; in riemann_dissect_attribute() local
319 return offset - orig_offset; in riemann_dissect_attribute()
329 guint orig_offset = offset, len = 0; in riemann_dissect_query() local
359 return offset - orig_offset; in riemann_dissect_query()
366 guint orig_offset = offset, len = 0; in riemann_dissect_event() local
452 return offset - orig_offset; in riemann_dissect_event()
528 return offset - orig_offset; in riemann_dissect_state()
538 guint len, orig_offset = offset; in riemann_dissect_msg() local
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-riemann.c268 guint len = 0, orig_offset = offset;
275 return offset - orig_offset;
286 guint orig_offset = offset;
319 return offset - orig_offset;
329 guint orig_offset = offset, len = 0;
359 return offset - orig_offset;
366 guint orig_offset = offset, len = 0;
452 return offset - orig_offset;
528 return offset - orig_offset;
538 guint len, orig_offset = offset;
[all …]
/dports/net/chrony-lite/chrony-4.2/
H A Dmanual.c51 double orig_offset; /*+ Not modified by slew samples */ member
205 samples[n_samples].orig_offset = offset; in MNL_AcceptTimestamp()
294 report[i].orig_offset = samples[i].orig_offset; in MNL_ReportSamples()
/dports/net/chrony/chrony-4.2/
H A Dmanual.c51 double orig_offset; /*+ Not modified by slew samples */ member
205 samples[n_samples].orig_offset = offset; in MNL_AcceptTimestamp()
294 report[i].orig_offset = samples[i].orig_offset; in MNL_ReportSamples()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Daudio_timestamp_validator.cc92 base::TimeDelta orig_offset = audio_output_ts_helper_->base_timestamp(); in CheckForTimestampGap() local
96 audio_output_ts_helper_->SetBaseTimestamp(orig_offset + ts_delta); in CheckForTimestampGap()
101 << " offset was:" << orig_offset.InMicroseconds() << " now:" in CheckForTimestampGap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Daudio_timestamp_validator.cc92 base::TimeDelta orig_offset = audio_output_ts_helper_->base_timestamp(); in CheckForTimestampGap() local
96 audio_output_ts_helper_->SetBaseTimestamp(orig_offset + ts_delta); in CheckForTimestampGap()
101 << " offset was:" << orig_offset.InMicroseconds() << " now:" in CheckForTimestampGap()

12345678910>>...28