Home
last modified time | relevance | path

Searched refs:ct_max (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dclock_time.rs493 let ct_max = ClockTime::from_nseconds(std::u64::MAX); in checked_ops() localVariable
497 assert!(ct_max.checked_add(ct_1).is_none()); in checked_ops()
510 let ct_max = ClockTime::from_nseconds(std::u64::MAX); in saturating_ops() localVariable
514 assert_eq!(ct_max.saturating_add(ct_1), ct_max); in saturating_ops()
527 let ct_max = ClockTime::from_nseconds(std::u64::MAX); in wrapping_ops() localVariable
531 assert_eq!(ct_max.wrapping_add(ct_1), ClockTime::ZERO); in wrapping_ops()
535 assert_eq!(ct_1.wrapping_sub(ct_2), ct_max); in wrapping_ops()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dclock_time.rs493 let ct_max = ClockTime::from_nseconds(std::u64::MAX); in checked_ops() localVariable
497 assert!(ct_max.checked_add(ct_1).is_none()); in checked_ops()
510 let ct_max = ClockTime::from_nseconds(std::u64::MAX); in saturating_ops() localVariable
514 assert_eq!(ct_max.saturating_add(ct_1), ct_max); in saturating_ops()
527 let ct_max = ClockTime::from_nseconds(std::u64::MAX); in wrapping_ops() localVariable
531 assert_eq!(ct_max.wrapping_add(ct_1), ClockTime::ZERO); in wrapping_ops()
535 assert_eq!(ct_1.wrapping_sub(ct_2), ct_max); in wrapping_ops()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dclock_time.rs493 let ct_max = ClockTime::from_nseconds(std::u64::MAX); in checked_ops() localVariable
497 assert!(ct_max.checked_add(ct_1).is_none()); in checked_ops()
510 let ct_max = ClockTime::from_nseconds(std::u64::MAX); in saturating_ops() localVariable
514 assert_eq!(ct_max.saturating_add(ct_1), ct_max); in saturating_ops()
527 let ct_max = ClockTime::from_nseconds(std::u64::MAX); in wrapping_ops() localVariable
531 assert_eq!(ct_max.wrapping_add(ct_1), ClockTime::ZERO); in wrapping_ops()
535 assert_eq!(ct_1.wrapping_sub(ct_2), ct_max); in wrapping_ops()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DWin32Com.h86 #define ct_max(a,b) (((a) > (b)) ? (a): (b)) macro
88 #define ct_clamp(n,mi,ma) (ct_max(ct_min((n),(ma)),(mi)))
H A DWinJumpList.cpp461 dRect.X = ct_max(0,dRect.X); in CT_DrawImage()
462 dRect.Y = ct_max(0,dRect.Y); in CT_DrawImage()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DWin32Com.h190 #define ct_max(a,b) (((a) > (b)) ? (a): (b)) macro
192 #define ct_clamp(n,mi,ma) (ct_max(ct_min((n),(ma)),(mi)))
H A DWinJumpList.cpp640 dRect.X = ct_max(0,dRect.X); in CT_DrawImage()
641 dRect.Y = ct_max(0,dRect.Y); in CT_DrawImage()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DWin32Com.h190 #define ct_max(a,b) (((a) > (b)) ? (a): (b)) macro
192 #define ct_clamp(n,mi,ma) (ct_max(ct_min((n),(ma)),(mi)))
H A DWinJumpList.cpp640 dRect.X = ct_max(0,dRect.X); in CT_DrawImage()
641 dRect.Y = ct_max(0,dRect.Y); in CT_DrawImage()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dmenus.h39 ct_quitmenu, ct_ordermenu, ct_episodemenu, ct_max enumerator
H A Dmenus.cpp4090 ASSERT(ControlPanelType < ct_max); in MNU_SetupMenu()
/dports/games/jfsw/jfsw-c434002/src/
H A Dmenus.h38 ct_quitmenu, ct_ordermenu, ct_episodemenu, ct_max enumerator
H A Dmenus.c4123 ASSERT(ControlPanelType < ct_max); in MNU_SetupMenu()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/step/
H A DROL_CompositeStep.hpp984 int ct_max = 10; // maximum number of globalization tries in accept() local
1044 for (int ct=0; ct<ct_max; ct++) { in accept()
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.c6393 …_exclude, const Chrom_info* chrom_info_ptr, uint32_t chrom_idx, uint32_t ct_max, uint32_t bp_max, … in chrom_window_max() argument
6399 if (cur_window_max >= ct_max) { in chrom_window_max()
6400 return ct_max; in chrom_window_max()
6431 if (++cur_window_max == ct_max) { in chrom_window_max()
H A Dplink_common.h2512 …_exclude, const Chrom_info* chrom_info_ptr, uint32_t chrom_idx, uint32_t ct_max, uint32_t bp_max, …