Home
last modified time | relevance | path

Searched refs:d_offs (Results 1 – 25 of 29) sorted by relevance

12

/dports/editors/beav/beav-140/
H A Drandom.c269 short d_offs; local
340 d_offs = curwp->w_doto;
359 curwp->w_doto = d_offs;
380 d_offs = curwp->w_doto;
396 curwp->w_doto = d_offs;
433 d_offs = curwp->w_doto;
463 curwp->w_doto = d_offs;
472 d_offs = curwp->w_doto;
538 curwp->w_doto = d_offs;
555 d_offs = curwp->w_doto;
[all …]
H A Dbasic.c240 A32 d_offs, w_start, bytes, align; local
249 d_offs = DOT_POS (wp);
253 if ((diff = (d_offs - w_start)) < 0) /* diff used later */
/dports/benchmarks/randomio/randomio-1.4/
H A Drandomio.c125 double d_offs = drand48(); in thrasher() local
134 offs = io_size * (off_t)(d_offs * nr_valid_offsets); in thrasher()
170 d_offs = drand48(); in thrasher()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/lewton-0.9.4/src/
H A Dimdct.rs339 let mut d_offs = n2 - 2; in inverse_mdct() localVariable
344 ($x:expr) => {buf2[d_offs + ($x as usize)]} in inverse_mdct()
358 d_offs -= 2; in inverse_mdct()
367 break_if_sub_overflows!(d_offs, 2); in inverse_mdct()
535 let mut d_offs = 0; in inverse_mdct() localVariable
542 ($x:expr) => {v[d_offs + ($x as usize)]} in inverse_mdct()
547 while d_offs < e_offs { in inverse_mdct()
577 d_offs += 4; in inverse_mdct()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/lewton-0.10.2/src/
H A Dimdct.rs339 let mut d_offs = n2 - 2; in inverse_mdct() localVariable
344 ($x:expr) => {buf2[d_offs + ($x as usize)]} in inverse_mdct()
358 d_offs -= 2; in inverse_mdct()
367 break_if_sub_overflows!(d_offs, 2); in inverse_mdct()
535 let mut d_offs = 0; in inverse_mdct() localVariable
542 ($x:expr) => {v[d_offs + ($x as usize)]} in inverse_mdct()
547 while d_offs < e_offs { in inverse_mdct()
577 d_offs += 4; in inverse_mdct()
/dports/audio/lewton/lewton-0.10.2/src/
H A Dimdct.rs339 let mut d_offs = n2 - 2; in inverse_mdct() localVariable
344 ($x:expr) => {buf2[d_offs + ($x as usize)]} in inverse_mdct()
358 d_offs -= 2; in inverse_mdct()
367 break_if_sub_overflows!(d_offs, 2); in inverse_mdct()
535 let mut d_offs = 0; in inverse_mdct() localVariable
542 ($x:expr) => {v[d_offs + ($x as usize)]} in inverse_mdct()
547 while d_offs < e_offs { in inverse_mdct()
577 d_offs += 4; in inverse_mdct()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/lewton-0.10.2/src/
H A Dimdct.rs339 let mut d_offs = n2 - 2; in inverse_mdct() localVariable
344 ($x:expr) => {buf2[d_offs + ($x as usize)]} in inverse_mdct()
358 d_offs -= 2; in inverse_mdct()
367 break_if_sub_overflows!(d_offs, 2); in inverse_mdct()
535 let mut d_offs = 0; in inverse_mdct() localVariable
542 ($x:expr) => {v[d_offs + ($x as usize)]} in inverse_mdct()
547 while d_offs < e_offs { in inverse_mdct()
577 d_offs += 4; in inverse_mdct()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/lewton-0.10.2/src/
H A Dimdct.rs339 let mut d_offs = n2 - 2; in inverse_mdct() localVariable
344 ($x:expr) => {buf2[d_offs + ($x as usize)]} in inverse_mdct()
358 d_offs -= 2; in inverse_mdct()
367 break_if_sub_overflows!(d_offs, 2); in inverse_mdct()
535 let mut d_offs = 0; in inverse_mdct() localVariable
542 ($x:expr) => {v[d_offs + ($x as usize)]} in inverse_mdct()
547 while d_offs < e_offs { in inverse_mdct()
577 d_offs += 4; in inverse_mdct()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/lewton-0.9.4/src/
H A Dimdct.rs339 let mut d_offs = n2 - 2;
344 ($x:expr) => {buf2[d_offs + ($x as usize)]}
358 d_offs -= 2;
367 break_if_sub_overflows!(d_offs, 2);
535 let mut d_offs = 0;
542 ($x:expr) => {v[d_offs + ($x as usize)]}
547 while d_offs < e_offs {
577 d_offs += 4;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp232 int d_offs = dest_offset_inttype->get_con(); in basictype2arraycopy() local
235 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0); in basictype2arraycopy()
236 if (s_offs >= d_offs) disjoint = true; in basictype2arraycopy()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp232 int d_offs = dest_offset_inttype->get_con(); in basictype2arraycopy() local
235 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0); in basictype2arraycopy()
236 if (s_offs >= d_offs) disjoint = true; in basictype2arraycopy()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp226 int d_offs = dest_offset_inttype->get_con(); in basictype2arraycopy() local
229 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0); in basictype2arraycopy()
230 if (s_offs >= d_offs) disjoint = true; in basictype2arraycopy()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp226 int d_offs = dest_offset_inttype->get_con(); in basictype2arraycopy() local
229 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0); in basictype2arraycopy()
230 if (s_offs >= d_offs) disjoint = true; in basictype2arraycopy()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp226 int d_offs = dest_offset_inttype->get_con(); in basictype2arraycopy() local
229 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0); in basictype2arraycopy()
230 if (s_offs >= d_offs) disjoint = true; in basictype2arraycopy()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp226 int d_offs = dest_offset_inttype->get_con(); in basictype2arraycopy() local
229 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0); in basictype2arraycopy()
230 if (s_offs >= d_offs) disjoint = true; in basictype2arraycopy()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp319 int d_offs = dest_offset_inttype->get_con(); in basictype2arraycopy() local
322 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0); in basictype2arraycopy()
323 if (s_offs >= d_offs) disjoint = true; in basictype2arraycopy()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DmacroArrayCopy.cpp325 int d_offs = dest_offset_inttype->get_con(); in basictype2arraycopy() local
328 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0); in basictype2arraycopy()
329 if (s_offs >= d_offs) disjoint = true; in basictype2arraycopy()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp874 int d_offs = dst_int->value(); in arraycopy_helper() local
882 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0)) { in arraycopy_helper()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp869 int d_offs = dst_int->value(); in arraycopy_helper() local
877 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0)) { in arraycopy_helper()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp874 int d_offs = dst_int->value(); in arraycopy_helper() local
882 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0)) { in arraycopy_helper()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp874 int d_offs = dst_int->value(); in arraycopy_helper() local
882 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0)) { in arraycopy_helper()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp871 int d_offs = dst_int->value(); in arraycopy_helper() local
879 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0)) { in arraycopy_helper()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp870 int d_offs = dst_int->value(); in arraycopy_helper() local
878 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0)) { in arraycopy_helper()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp874 int d_offs = dst_int->value(); in arraycopy_helper() local
882 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0)) { in arraycopy_helper()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp874 int d_offs = dst_int->value(); in arraycopy_helper() local
882 ((arrayOopDesc::base_offset_in_bytes(t) + d_offs * element_size) % HeapWordSize == 0)) { in arraycopy_helper()

12