Home
last modified time | relevance | path

Searched refs:is_part (Results 1 – 25 of 90) sorted by relevance

1234

/dports/math/fxt/fxt/demo/seq/
H A DA179009-demo.cc22 bool is_part(ulong p, ulong m) in is_part() function
39 if ( !is_part(i, m) && !is_part(j, m) ) in can_refine()
/dports/audio/faust/faust-2.37.3/tests/impulse-tests/tools/
H A DfilesCompare.cpp34 static bool compareFiles(istream* in1, istream* in2, double tolerance, bool is_part) in compareFiles() argument
122 if ((count1 != count2) && !is_part) { in compareFiles()
183 bool is_part = isopt(argv, "-part"); in main() local
190 compare = compareFiles(&test, &reference, tolerance, is_part); in main()
/dports/sysutils/linrename/util-linux-2.25.2/lib/
H A Dsysfs.c550 int is_part = 0; in sysfs_devno_to_wholedisk() local
555 is_part = sysfs_has_attribute(&cxt, "partition"); in sysfs_devno_to_wholedisk()
556 if (!is_part) { in sysfs_devno_to_wholedisk()
570 is_part = 1; in sysfs_devno_to_wholedisk()
573 if (is_part && in sysfs_devno_to_wholedisk()
580 is_part = 0; in sysfs_devno_to_wholedisk()
583 if (!is_part) { in sysfs_devno_to_wholedisk()
826 int i, is_part; in main() local
839 is_part = sysfs_devno_has_attribute(devno, "partition"); in main()
845 printf("PARTITION: %s\n", is_part ? "YES" : "NOT"); in main()
[all …]
/dports/devel/util-linux/util-linux-2.36/lib/
H A Dsysfs.c515 int is_part = 0; in sysfs_blkdev_get_wholedisk() local
521 if (!is_part) { in sysfs_blkdev_get_wholedisk()
537 is_part = 1; in sysfs_blkdev_get_wholedisk()
540 if (is_part && in sysfs_blkdev_get_wholedisk()
547 is_part = 0; in sysfs_blkdev_get_wholedisk()
550 if (!is_part) { in sysfs_blkdev_get_wholedisk()
1044 int i, is_part, rc = EXIT_SUCCESS; in main() local
1081 is_part = ul_path_access(pc, F_OK, "partition") == 0; in main()
1082 printf(" PARTITION: %s\n", is_part ? "YES" : "NOT"); in main()
1084 if (is_part && disk_devno) { in main()
[all …]
/dports/sysutils/fatback/fatback-1.3/
H A Dmbr.c44 static int is_part(struct ptable_entry *);
99 if (is_part(part) && !is_extended_part(part)) { in get_prange()
130 if (is_part(&pnode->table[i]) && !is_extended_part(&pnode->table[i])) in part_count()
309 if (!is_part(&table[i])) { in scheck_ptable()
392 static int is_part(struct ptable_entry *entry) in is_part() function
/dports/math/PDL/PDL-2.019/Lib/GSL/
H A DMakefile.PL57 my $is_part=(exists $is_parts[$i] ? $is_parts[$i] : 0);
58 $new_enough=($is_part > $needed_parts[$i]);
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/invalidation/element/
H A Delement_wrapper.rs64 fn is_part(&self, name: &AtomIdent) -> bool; in is_part() method
364 fn is_part(&self, name: &AtomIdent) -> bool { in is_part() function
366 Some(snapshot) if snapshot.has_attrs() => snapshot.is_part(name), in is_part()
367 _ => self.element.is_part(name), in is_part()
/dports/www/firefox/firefox-99.0/servo/components/style/invalidation/element/
H A Delement_wrapper.rs64 fn is_part(&self, name: &AtomIdent) -> bool; in is_part() method
342 fn is_part(&self, name: &AtomIdent) -> bool { in is_part() function
344 Some(snapshot) if snapshot.has_attrs() => snapshot.is_part(name), in is_part()
345 _ => self.element.is_part(name), in is_part()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/invalidation/element/
H A Delement_wrapper.rs64 fn is_part(&self, name: &AtomIdent) -> bool; in is_part() method
364 fn is_part(&self, name: &AtomIdent) -> bool { in is_part() function
366 Some(snapshot) if snapshot.has_attrs() => snapshot.is_part(name), in is_part()
367 _ => self.element.is_part(name), in is_part()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/invalidation/element/
H A Delement_wrapper.rs63 fn is_part(&self, name: &Atom) -> bool; in is_part() method
364 fn is_part(&self, name: &Atom) -> bool { in is_part() function
366 Some(snapshot) if snapshot.has_attrs() => snapshot.is_part(name), in is_part()
367 _ => self.element.is_part(name), in is_part()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/scripts/inverse/
H A Dpotential_extrapolate.sh61is_part "${2}" "${fct_types}" || die "${0##*/}: given function type ($2) is not in the list of fun…
78 is_part "${pot_type}" "${pot_types}" || die "${0##*/}: given potential type($pot_type) is not in th…
H A Dfunctions_common.sh51 is_part "$2" "${colors}" || die "${FUNCNAME[0]}: Unknown color ($colors allowed)"
205is_part "$bondtype" "non-bonded bonded angle bond dihedral" || die "for_all: Argument 1 needs to …
208 is_part "$bondtype" "angle bond dihedral bonded" && ibondtype="bonded" || ibondtype="non-bonded"
212 if is_part "$bondtype" "angle bond dihedral"; then
409 is_part() { #checks if 1st argument is part of the set given by other arguments function
413 export -f is_part
H A Drun_genericsim.sh58 is_part "$method" "ibi imc optimizer re" || die "${0##*/}: ${sim_prog} does not support method $met…
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/scripts/inverse/
H A Dpotential_extrapolate.sh61is_part "${2}" "${fct_types}" || die "${0##*/}: given function type ($2) is not in the list of fun…
78 is_part "${pot_type}" "${pot_types}" || die "${0##*/}: given potential type($pot_type) is not in th…
H A Dfunctions_common.sh51 is_part "$2" "${colors}" || die "${FUNCNAME[0]}: Unknown color ($colors allowed)"
205is_part "$bondtype" "non-bonded bonded angle bond dihedral" || die "for_all: Argument 1 needs to …
208 is_part "$bondtype" "angle bond dihedral bonded" && ibondtype="bonded" || ibondtype="non-bonded"
212 if is_part "$bondtype" "angle bond dihedral"; then
409 is_part() { #checks if 1st argument is part of the set given by other arguments function
413 export -f is_part
H A Drun_genericsim.sh58 is_part "$method" "ibi imc optimizer re" || die "${0##*/}: ${sim_prog} does not support method $met…
/dports/www/firefox-esr/firefox-91.8.0/servo/components/selectors/
H A Dtree.rs127 fn is_part(&self, name: &<Self::Impl as SelectorImpl>::Identifier) -> bool; in is_part() method
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/selectors/
H A Dtree.rs127 fn is_part(&self, name: &<Self::Impl as SelectorImpl>::Identifier) -> bool; in is_part() method
/dports/www/firefox/firefox-99.0/servo/components/selectors/
H A Dtree.rs127 fn is_part(&self, name: &<Self::Impl as SelectorImpl>::Identifier) -> bool; in is_part() method
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/selectors/
H A Dtree.rs127 fn is_part(&self, name: &<Self::Impl as SelectorImpl>::Identifier) -> bool; in is_part() method
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/selectors/
H A Dtree.rs127 fn is_part(&self, name: &<Self::Impl as SelectorImpl>::PartName) -> bool; in is_part() method
/dports/www/you-get/you-get-0.4.1545/src/you_get/extractors/
H A Dicourses.py321 def url_save_icourses(url, filepath, bar, total_size, dyn_callback=None, is_part=False, max_size=0,… argument
330 if not is_part:
338 if not is_part:
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/selectors-0.22.0/
H A Dtree.rs134 fn is_part(&self, name: &<Self::Impl as SelectorImpl>::PartName) -> bool; in is_part() method
/dports/databases/db18/db-18.1.40/test/c/suites/
H A DTestDbHotBackup.c747 verify_db_log(dtype, is_part, is_lg, test_cmpdir, backup_cmpdir) in verify_db_log() argument
749 u_int32_t is_part, is_lg;
761 if (is_part != 0 &&
798 else if (is_part != 0)
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGUI_ObjectList.hpp456 std::vector<std::string> get_options(const bool is_part);
458 … get_options_menu(settings_menu_hierarchy& settings_menu, const bool is_part);

1234