Home
last modified time | relevance | path

Searched refs:has_v2 (Results 1 – 10 of 10) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/core/tools/
H A Dtool_enter_datum.cpp225 if (has_v1 && has_v2) { in begin()
228 else if (has_v1 && !has_v2) { in begin()
233 else if (!has_v1 && has_v2) { in begin()
237 else if (!has_v1 && !has_v2) { in begin()
283 bool has_v2 = in begin() local
289 if (has_v1 && has_v2) { in begin()
300 else if (!has_v1 && !has_v2) { in begin()
364 if (has_v1 && has_v2) { in begin()
367 else if (has_v1 && !has_v2) { in begin()
374 else if (!has_v1 && has_v2) { in begin()
[all …]
/dports/audio/rioutil/rioutil-1.5.0/librioutil/
H A Did3.c393 int has_v2 = 0;
402 has_v2 = 1;
429 if (has_v2)
/dports/audio/cmus/cmus-2.9.1/
H A Did3.h66 unsigned int has_v2 : 1; member
H A Did3.c698 id3->has_v2 = 1; in add_v2()
1146 const struct id3tag t = { .has_v1 = 0, .has_v2 = 0 }; in id3_init()
1250 if (id3->has_v2) { in id3_get_comment()
/dports/astro/py-metpy/MetPy-1.1.0/tests/io/
H A Dtest_nexrad.py89 def test_conditional_radconst(fname, has_v2): argument
92 assert hasattr(f.sweeps[0][0][3], 'calib_dbz0_v') == has_v2
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kvm/vgic/
H A Dvgic-v3.c632 bool has_v2; in vgic_v3_probe() local
635 has_v2 = ich_vtr_el2 >> 63; in vgic_v3_probe()
659 } else if (!has_v2) { in vgic_v3_probe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kvm/vgic/
H A Dvgic-v3.c632 bool has_v2; in vgic_v3_probe() local
635 has_v2 = ich_vtr_el2 >> 63; in vgic_v3_probe()
659 } else if (!has_v2) { in vgic_v3_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kvm/vgic/
H A Dvgic-v3.c632 bool has_v2; in vgic_v3_probe() local
635 has_v2 = ich_vtr_el2 >> 63; in vgic_v3_probe()
659 } else if (!has_v2) { in vgic_v3_probe()
/dports/audio/p5-MP3-Info/MP3-Info-1.24/
H A DInfo.pm494 my $has_v2 = 0;
547 $has_v2 = _get_v2tag($fh, $ver, $raw, \%info);
550 if (!$has_v1 && !$has_v2 && !$has_ape) {
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dtorrentimpl.cpp114 …ize_t numEndpoints = nativeEntry.endpoints.size() * ((hashes.has_v1() && hashes.has_v2()) ? 2 : 1); in fromNativeAnnouncerEntry()