/dports/biology/py-pysam/pysam-0.18.0/samtools/ |
H A D | bam_cat.c | 64 sam_hdr_t *new_h = NULL, *old_h = NULL; in cram_cat_check_hdr() local 99 old_h = sam_hdr_read(in); in cram_cat_check_hdr() 100 if (!old_h) { in cram_cat_check_hdr() 107 new_h = sam_hdr_dup(old_h); in cram_cat_check_hdr() 113 sam_hdr_destroy(old_h); in cram_cat_check_hdr() 151 sam_hdr_destroy(old_h); in cram_cat_check_hdr() 164 if (old_h) sam_hdr_destroy(old_h); in cram_cat_check_hdr() 238 sam_hdr_t *old_h; in cram_cat() local 248 old_h = sam_hdr_read(in); in cram_cat() 249 if (!old_h) { in cram_cat() [all …]
|
H A D | bam_cat.c.pysam.c | 66 sam_hdr_t *new_h = NULL, *old_h = NULL; in cram_cat_check_hdr() local 101 old_h = sam_hdr_read(in); in cram_cat_check_hdr() 102 if (!old_h) { in cram_cat_check_hdr() 109 new_h = sam_hdr_dup(old_h); in cram_cat_check_hdr() 115 sam_hdr_destroy(old_h); in cram_cat_check_hdr() 153 sam_hdr_destroy(old_h); in cram_cat_check_hdr() 166 if (old_h) sam_hdr_destroy(old_h); in cram_cat_check_hdr() 240 sam_hdr_t *old_h; in cram_cat() local 250 old_h = sam_hdr_read(in); in cram_cat() 251 if (!old_h) { in cram_cat() [all …]
|
/dports/biology/samtools/samtools-1.14/ |
H A D | bam_cat.c | 64 sam_hdr_t *new_h = NULL, *old_h = NULL; in cram_cat_check_hdr() local 99 old_h = sam_hdr_read(in); in cram_cat_check_hdr() 100 if (!old_h) { in cram_cat_check_hdr() 107 new_h = sam_hdr_dup(old_h); in cram_cat_check_hdr() 113 sam_hdr_destroy(old_h); in cram_cat_check_hdr() 151 sam_hdr_destroy(old_h); in cram_cat_check_hdr() 164 if (old_h) sam_hdr_destroy(old_h); in cram_cat_check_hdr() 238 sam_hdr_t *old_h; in cram_cat() local 248 old_h = sam_hdr_read(in); in cram_cat() 249 if (!old_h) { in cram_cat() [all …]
|
/dports/games/widelands/widelands-build21/src/graphic/ |
H A D | graphic.cc | 169 int old_w, old_h; in change_resolution() local 170 SDL_GetWindowSize(sdl_window_, &old_w, &old_h); in change_resolution() 172 resolution_changed(old_w, old_h); in change_resolution() 176 void Graphic::resolution_changed(int old_w, int old_h) { in resolution_changed() argument 183 Notifications::publish(GraphicResolutionChanged{old_w, old_h, new_w, new_h}); in resolution_changed() 213 int old_w, old_h; in set_fullscreen() local 214 SDL_GetWindowSize(sdl_window_, &old_w, &old_h); in set_fullscreen() 233 resolution_changed(old_w, old_h); in set_fullscreen()
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Basic/ |
H A D | window_widget.cpp | 90 SI old_w, old_h; in refresh_size() local 91 win->get_size (old_w, old_h); in refresh_size() 92 SI def_w= old_w, def_h= old_h; in refresh_size() 93 SI min_w= old_w, min_h= old_h; in refresh_size() 94 SI max_w= old_w, max_h= old_h; in refresh_size() 100 SI new_h= min (max (old_h, min_h), max_h); in refresh_size() 102 if (new_w != old_w || new_h != old_h) { in refresh_size()
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/ |
H A D | CachingTargetTest.cpp | 408 Mesh::ElementHandle* old_h = patch_3d.get_element_handles_array(); in test_3d_target_subpatch() local 409 size_t old_idx = std::find( old_h, old_h + patch_3d.num_elements(), h ) - old_h; in test_3d_target_subpatch() 455 Mesh::ElementHandle* old_h = patch_2d.get_element_handles_array(); in test_2d_target_subpatch() local 456 size_t old_idx = std::find( old_h, old_h + patch_2d.num_elements(), h ) - old_h; in test_2d_target_subpatch() 502 Mesh::ElementHandle* old_h = patch_2d.get_element_handles_array(); in test_surface_target_subpatch() local 503 size_t old_idx = std::find( old_h, old_h + patch_2d.num_elements(), h ) - old_h; in test_surface_target_subpatch()
|
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/math/ |
H A D | utils.rs | 79 fn resize_bounds_correctly_height(old_h: u32, new_h: u32) -> bool { 80 if old_h == 0 || new_h == 0 { return true; } 81 let result = super::resize_dimensions(400, old_h, ::std::u32::MAX, new_h, false); 82 result.1 == new_h && result.0 == (400 as f64 * new_h as f64 / old_h as f64) as u32
|
/dports/misc/broot/broot-1.7.0/cargo-crates/image-0.23.14/src/math/ |
H A D | utils.rs | 79 fn resize_bounds_correctly_height(old_h: u32, new_h: u32) -> bool { 80 if old_h == 0 || new_h == 0 { return true; } 81 let result = super::resize_dimensions(400, old_h, ::std::u32::MAX, new_h, false); 82 result.1 == new_h && result.0 == (400 as f64 * new_h as f64 / old_h as f64) as u32
|
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/image-0.23.14/src/math/ |
H A D | utils.rs | 79 fn resize_bounds_correctly_height(old_h: u32, new_h: u32) -> bool { 80 if old_h == 0 || new_h == 0 { return true; } 81 let result = super::resize_dimensions(400, old_h, ::std::u32::MAX, new_h, false); 82 result.1 == new_h && result.0 == (400 as f64 * new_h as f64 / old_h as f64) as u32
|
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/math/ |
H A D | utils.rs | 79 fn resize_bounds_correctly_height(old_h: u32, new_h: u32) -> bool { 80 if old_h == 0 || new_h == 0 { return true; } 81 let result = super::resize_dimensions(400, old_h, ::std::u32::MAX, new_h, false); 82 result.1 == new_h && result.0 == (400 as f64 * new_h as f64 / old_h as f64) as u32
|
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/image-0.23.14/src/math/ |
H A D | utils.rs | 79 fn resize_bounds_correctly_height(old_h: u32, new_h: u32) -> bool { 80 if old_h == 0 || new_h == 0 { return true; } 81 let result = super::resize_dimensions(400, old_h, ::std::u32::MAX, new_h, false); 82 result.1 == new_h && result.0 == (400 as f64 * new_h as f64 / old_h as f64) as u32
|
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/image-0.23.14/src/math/ |
H A D | utils.rs | 79 fn resize_bounds_correctly_height(old_h: u32, new_h: u32) -> bool { 80 if old_h == 0 || new_h == 0 { return true; } 81 let result = super::resize_dimensions(400, old_h, ::std::u32::MAX, new_h, false); 82 result.1 == new_h && result.0 == (400 as f64 * new_h as f64 / old_h as f64) as u32
|
/dports/www/zola/zola-0.15.2/cargo-crates/image-0.23.14/src/math/ |
H A D | utils.rs | 79 fn resize_bounds_correctly_height(old_h: u32, new_h: u32) -> bool { 80 if old_h == 0 || new_h == 0 { return true; } 81 let result = super::resize_dimensions(400, old_h, ::std::u32::MAX, new_h, false); 82 result.1 == new_h && result.0 == (400 as f64 * new_h as f64 / old_h as f64) as u32
|
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/image-0.23.14/src/math/ |
H A D | utils.rs | 79 fn resize_bounds_correctly_height(old_h: u32, new_h: u32) -> bool { 80 if old_h == 0 || new_h == 0 { return true; } 81 let result = super::resize_dimensions(400, old_h, ::std::u32::MAX, new_h, false); 82 result.1 == new_h && result.0 == (400 as f64 * new_h as f64 / old_h as f64) as u32
|
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/math/ |
H A D | utils.rs | 78 fn resize_bounds_correctly_height(old_h: u32, new_h: u32) -> bool { 79 if old_h == 0 || new_h == 0 { return true; } 80 let result = super::resize_dimensions(400, old_h, ::std::u32::MAX, new_h, false); 81 result.1 == new_h && result.0 == (400 as f64 * new_h as f64 / old_h as f64) as u32
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/ |
H A D | AVLTree.h | 509 handle old_h = bal_h; in balance() local 512 set_gt(old_h, get_lt(bal_h)); in balance() 514 set_lt(bal_h, old_h); in balance() 520 set_bf(old_h, -1); in balance() 524 set_bf(old_h, 0); in balance() 528 set_bf(old_h, 0); in balance() 549 handle old_h = bal_h; in balance() local 553 set_gt(bal_h, old_h); in balance() 559 set_bf(old_h, 1); in balance() 563 set_bf(old_h, 0); in balance() [all …]
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ |
H A D | AVLTree.h | 508 handle old_h = bal_h; in balance() local 511 set_gt(old_h, get_lt(bal_h)); in balance() 513 set_lt(bal_h, old_h); in balance() 519 set_bf(old_h, -1); in balance() 523 set_bf(old_h, 0); in balance() 527 set_bf(old_h, 0); in balance() 548 handle old_h = bal_h; in balance() local 552 set_gt(bal_h, old_h); in balance() 558 set_bf(old_h, 1); in balance() 562 set_bf(old_h, 0); in balance() [all …]
|
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ |
H A D | AVLTree.h | 508 handle old_h = bal_h; in balance() local 511 set_gt(old_h, get_lt(bal_h)); in balance() 513 set_lt(bal_h, old_h); in balance() 519 set_bf(old_h, -1); in balance() 523 set_bf(old_h, 0); in balance() 527 set_bf(old_h, 0); in balance() 548 handle old_h = bal_h; in balance() local 552 set_gt(bal_h, old_h); in balance() 558 set_bf(old_h, 1); in balance() 562 set_bf(old_h, 0); in balance() [all …]
|
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/ |
H A D | AVLTree.h | 508 handle old_h = bal_h; in balance() local 511 set_gt(old_h, get_lt(bal_h)); in balance() 513 set_lt(bal_h, old_h); in balance() 519 set_bf(old_h, -1); in balance() 523 set_bf(old_h, 0); in balance() 527 set_bf(old_h, 0); in balance() 548 handle old_h = bal_h; in balance() local 552 set_gt(bal_h, old_h); in balance() 558 set_bf(old_h, 1); in balance() 562 set_bf(old_h, 0); in balance() [all …]
|
/dports/multimedia/transcode/transcode-1.1.7/libtcvideo/ |
H A D | zoom.c | 35 int old_w, old_h; /* Original width and height */ member 415 ZoomInfo *zoom_init(int old_w, int old_h, int new_w, int new_h, int Bpp, in zoom_init() argument 422 if (old_w <= 0 || old_h <= 0 || new_w <= 0 || new_h <= 0 || Bpp <= 0 in zoom_init() 433 zi->old_h = old_h; in zoom_init() 484 zi->tmpimage = tc_malloc(new_w * old_h * Bpp); in zoom_init() 492 if (old_h != new_h) { in zoom_init() 496 y_contrib = gen_contrib(old_h, new_h, stride, zi->filter, in zoom_init() 611 for (y = 0; y < zi->old_h; y++, from += from_stride, to += to_stride) { in zoom_process()
|
/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/ |
H A D | LogObject.cc | 319 return ink_atomic_cas(&dst->data, old_h.data, tmp_h.data); in write_pointer_version() 329 head_p old_h; in _checkout_write() local 357 INK_QUEUE_LD(old_h, m_log_buffer); in _checkout_write() 361 if (FREELIST_POINTER(old_h) != FREELIST_POINTER(h)) { in _checkout_write() 372 if (FREELIST_POINTER(old_h) == FREELIST_POINTER(h)) { in _checkout_write() 373 ink_atomic_increment(&buffer->m_references, FREELIST_VERSION(old_h) - 1); in _checkout_write() 401 head_p old_h; in _checkout_write() local 406 INK_QUEUE_LD(old_h, m_log_buffer); in _checkout_write() 407 if (FREELIST_POINTER(old_h) != FREELIST_POINTER(h)) { in _checkout_write() 412 …} while (!write_pointer_version(&m_log_buffer, old_h, FREELIST_POINTER(h), FREELIST_VERSION(old_h)… in _checkout_write() [all …]
|
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/ |
H A D | WorkSpaceRoot.C | 206 Dimension old_w, old_h; in showWorkSpace() local 213 XtVaGetValues (wsr, XmNwidth, &old_w, XmNheight, &old_h, NULL); in showWorkSpace() 215 if ((old_w < w) && (old_h < h)) in showWorkSpace() 216 XtVaSetValues (wsr, XmNwidth, old_w, XmNheight, old_h, NULL); in showWorkSpace() 219 else if (old_h < h) in showWorkSpace() 220 XtVaSetValues (wsr, XmNheight, old_h, NULL); in showWorkSpace()
|
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpulib/ |
H A D | vout_pl.c | 31 static int old_h; in check_mode_change() local 56 if (force || (gpu.status.reg ^ old_status) & ((7<<16)|(1<<21)) || h != old_h) in check_mode_change() 59 old_h = h; in check_mode_change()
|
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpulib/ |
H A D | vout_pl.c | 31 static int old_h; in check_mode_change() local 56 if (force || (gpu.status.reg ^ old_status) & ((7<<16)|(1<<21)) || h != old_h) in check_mode_change() 59 old_h = h; in check_mode_change()
|
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/text/ |
H A D | ensure.py | 58 old_path, old_ct, old_ht, old_h, old_sh = old_sig.args 63 assert old_h == handle 113 old_path, old_ct, old_ht, old_h, old_sh = old_sig.args 118 assert old_h == handle
|