Home
last modified time | relevance | path

Searched refs:remainder_hi (Results 1 – 25 of 42) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/strength_reduce-0.2.3/src/
H A Dlong_division.rs31 let remainder_hi = full_upper_numerator - product_hi; in divide_128_by_64_preshifted() localVariable
35 let full_lower_numerator = (remainder_hi << 32) | numerator_lo; in divide_128_by_64_preshifted()
36 let mut quotient_lo = core::cmp::min((remainder_hi as u64) / divisor_hi, U32_MAX); in divide_128_by_64_preshifted()
223 let remainder_hi = numerator_hi - quotient_hi * shifted_divisor; in divide_128_by_32_helper() localVariable
232 let final_numerator = (remainder_hi) << 32 | numerator_mid; in divide_128_by_32_helper()
318 let remainder_hi = core::u64::MAX - quotient_hi * divisor; in divide_128_max_by_64() localVariable
322 let numerator_mid = (remainder_hi << 32) | core::u32::MAX as u64; in divide_128_max_by_64()
332 …hi = if leading_zeros > 0 { (remainder_hi << leading_zeros) | (core::u64::MAX >> (64 - leading_zer… in divide_128_max_by_64()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/strength_reduce-0.2.3/src/
H A Dlong_division.rs31 let remainder_hi = full_upper_numerator - product_hi; in divide_128_by_64_preshifted() localVariable
35 let full_lower_numerator = (remainder_hi << 32) | numerator_lo; in divide_128_by_64_preshifted()
36 let mut quotient_lo = core::cmp::min((remainder_hi as u64) / divisor_hi, U32_MAX); in divide_128_by_64_preshifted()
223 let remainder_hi = numerator_hi - quotient_hi * shifted_divisor; in divide_128_by_32_helper() localVariable
232 let final_numerator = (remainder_hi) << 32 | numerator_mid; in divide_128_by_32_helper()
318 let remainder_hi = core::u64::MAX - quotient_hi * divisor; in divide_128_max_by_64() localVariable
322 let numerator_mid = (remainder_hi << 32) | core::u32::MAX as u64; in divide_128_max_by_64()
332 …hi = if leading_zeros > 0 { (remainder_hi << leading_zeros) | (core::u64::MAX >> (64 - leading_zer… in divide_128_max_by_64()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Ddri2.rs1175 pub remainder_hi: u32, field
1192 let remainder_hi_bytes = self.remainder_hi.serialize(); in serialize()
1252 let (remainder_hi, remaining) = u32::try_parse(remaining)?; in try_parse_request()
1261 remainder_hi, in try_parse_request()
1279 remainder_hi, in swap_buffers()
1421 pub remainder_hi: u32, field
1438 let remainder_hi_bytes = self.remainder_hi.serialize(); in serialize()
1498 let (remainder_hi, remaining) = u32::try_parse(remaining)?; in try_parse_request()
1507 remainder_hi, in try_parse_request()
1525 remainder_hi, in wait_msc()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Ddri2.rs1175 pub remainder_hi: u32, field
1192 let remainder_hi_bytes = self.remainder_hi.serialize(); in serialize()
1252 let (remainder_hi, remaining) = u32::try_parse(remaining)?; in try_parse_request()
1261 remainder_hi, in try_parse_request()
1279 remainder_hi, in swap_buffers()
1421 pub remainder_hi: u32, field
1438 let remainder_hi_bytes = self.remainder_hi.serialize(); in serialize()
1498 let (remainder_hi, remaining) = u32::try_parse(remaining)?; in try_parse_request()
1507 remainder_hi, in try_parse_request()
1525 remainder_hi, in wait_msc()
[all …]
/dports/x11/xorgproto/xorgproto-2021.5/include/X11/extensions/
H A Ddri2proto.h215 CARD32 remainder_hi; member
251 CARD32 remainder_hi; member
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Ddri2.py272 …self, drawable, target_msc_hi, target_msc_lo, divisor_hi, divisor_lo, remainder_hi, remainder_lo, … argument
274 …IIII", drawable, target_msc_hi, target_msc_lo, divisor_hi, divisor_lo, remainder_hi, remainder_lo))
280 …def WaitMSC(self, drawable, target_msc_hi, target_msc_lo, divisor_hi, divisor_lo, remainder_hi, re… argument
282 …IIII", drawable, target_msc_hi, target_msc_lo, divisor_hi, divisor_lo, remainder_hi, remainder_lo))
/dports/lang/clover/mesa-21.3.6/src/glx/
H A Ddri2_glx.c414 uint32_t remainder_hi, remainder_lo; in dri2WaitForMSC() local
418 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2WaitForMSC()
423 remainder_hi, remainder_lo); in dri2WaitForMSC()
739 uint32_t remainder_hi, remainder_lo; in dri2XcbSwapBuffers() local
745 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2XcbSwapBuffers()
751 remainder_hi, remainder_lo); in dri2XcbSwapBuffers()
/dports/graphics/libosmesa/mesa-21.3.6/src/glx/
H A Ddri2_glx.c414 uint32_t remainder_hi, remainder_lo; in dri2WaitForMSC() local
418 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2WaitForMSC()
423 remainder_hi, remainder_lo); in dri2WaitForMSC()
739 uint32_t remainder_hi, remainder_lo; in dri2XcbSwapBuffers() local
745 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2XcbSwapBuffers()
751 remainder_hi, remainder_lo); in dri2XcbSwapBuffers()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/glx/
H A Ddri2_glx.c414 uint32_t remainder_hi, remainder_lo; in dri2WaitForMSC() local
418 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2WaitForMSC()
423 remainder_hi, remainder_lo); in dri2WaitForMSC()
739 uint32_t remainder_hi, remainder_lo; in dri2XcbSwapBuffers() local
745 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2XcbSwapBuffers()
751 remainder_hi, remainder_lo); in dri2XcbSwapBuffers()
/dports/graphics/mesa-libs/mesa-21.3.6/src/glx/
H A Ddri2_glx.c414 uint32_t remainder_hi, remainder_lo; in dri2WaitForMSC() local
418 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2WaitForMSC()
423 remainder_hi, remainder_lo); in dri2WaitForMSC()
739 uint32_t remainder_hi, remainder_lo; in dri2XcbSwapBuffers() local
745 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2XcbSwapBuffers()
751 remainder_hi, remainder_lo); in dri2XcbSwapBuffers()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/glx/
H A Ddri2_glx.c414 uint32_t remainder_hi, remainder_lo; in dri2WaitForMSC() local
418 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2WaitForMSC()
423 remainder_hi, remainder_lo); in dri2WaitForMSC()
739 uint32_t remainder_hi, remainder_lo; in dri2XcbSwapBuffers() local
745 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2XcbSwapBuffers()
751 remainder_hi, remainder_lo); in dri2XcbSwapBuffers()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/glx/
H A Ddri2_glx.c414 uint32_t remainder_hi, remainder_lo; in dri2WaitForMSC() local
418 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2WaitForMSC()
423 remainder_hi, remainder_lo); in dri2WaitForMSC()
739 uint32_t remainder_hi, remainder_lo; in dri2XcbSwapBuffers() local
745 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2XcbSwapBuffers()
751 remainder_hi, remainder_lo); in dri2XcbSwapBuffers()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/glx/
H A Ddri2_glx.c414 uint32_t remainder_hi, remainder_lo; in dri2WaitForMSC() local
418 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2WaitForMSC()
423 remainder_hi, remainder_lo); in dri2WaitForMSC()
739 uint32_t remainder_hi, remainder_lo; in dri2XcbSwapBuffers() local
745 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2XcbSwapBuffers()
751 remainder_hi, remainder_lo); in dri2XcbSwapBuffers()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/glx/
H A Ddri2_glx.c475 uint32_t remainder_hi, remainder_lo; in dri2WaitForMSC() local
479 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2WaitForMSC()
484 remainder_hi, remainder_lo); in dri2WaitForMSC()
799 uint32_t remainder_hi, remainder_lo; in dri2XcbSwapBuffers() local
805 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2XcbSwapBuffers()
811 remainder_hi, remainder_lo); in dri2XcbSwapBuffers()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/glx/
H A Ddri2_glx.c414 uint32_t remainder_hi, remainder_lo; in dri2WaitForMSC() local
418 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2WaitForMSC()
423 remainder_hi, remainder_lo); in dri2WaitForMSC()
739 uint32_t remainder_hi, remainder_lo; in dri2XcbSwapBuffers() local
745 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2XcbSwapBuffers()
751 remainder_hi, remainder_lo); in dri2XcbSwapBuffers()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/glx/
H A Ddri2_glx.c421 uint32_t remainder_hi, remainder_lo; in dri2WaitForMSC() local
425 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2WaitForMSC()
430 remainder_hi, remainder_lo); in dri2WaitForMSC()
746 uint32_t remainder_hi, remainder_lo; in dri2XcbSwapBuffers() local
752 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2XcbSwapBuffers()
758 remainder_hi, remainder_lo); in dri2XcbSwapBuffers()
/dports/graphics/mesa-dri/mesa-21.3.6/src/glx/
H A Ddri2_glx.c414 uint32_t remainder_hi, remainder_lo; in dri2WaitForMSC() local
418 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2WaitForMSC()
423 remainder_hi, remainder_lo); in dri2WaitForMSC()
739 uint32_t remainder_hi, remainder_lo; in dri2XcbSwapBuffers() local
745 split_counter(remainder, &remainder_hi, &remainder_lo); in dri2XcbSwapBuffers()
751 remainder_hi, remainder_lo); in dri2XcbSwapBuffers()
/dports/multimedia/libva/libva-2.13.0/va/x11/
H A Dva_dri2str.h208 CARD32 remainder_hi B32;
/dports/multimedia/libva-glx/libva-2.13.0/va/x11/
H A Dva_dri2str.h208 CARD32 remainder_hi B32;
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/dri2/
H A Ddri2ext.c422 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2SwapBuffers()
495 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2WaitMSC()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/dri2/
H A Ddri2ext.c422 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2SwapBuffers()
495 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2WaitMSC()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/dri2/
H A Ddri2ext.c422 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2SwapBuffers()
495 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2WaitMSC()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/dri2/
H A Ddri2ext.c422 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2SwapBuffers()
495 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2WaitMSC()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/dri2/
H A Ddri2ext.c422 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2SwapBuffers()
495 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2WaitMSC()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/dri2/
H A Ddri2ext.c422 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2SwapBuffers()
495 remainder = vals_to_card64(stuff->remainder_lo, stuff->remainder_hi); in ProcDRI2WaitMSC()

12