Home
last modified time | relevance | path

Searched refs:ds2 (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/gcclibs/libiberty/
HDdyn-string.c390 dyn_string_eq (dyn_string_t ds1, dyn_string_t ds2) in dyn_string_eq() argument
393 if (ds1->length != ds2->length) in dyn_string_eq()
396 return !strcmp (ds1->s, ds2->s); in dyn_string_eq()
/freebsd-11-stable/contrib/binutils/libiberty/
HDdyn-string.c390 dyn_string_eq (dyn_string_t ds1, dyn_string_t ds2) in dyn_string_eq() argument
393 if (ds1->length != ds2->length) in dyn_string_eq()
396 return !strcmp (ds1->s, ds2->s); in dyn_string_eq()
/freebsd-11-stable/sys/gnu/dts/arm/
HDat91sam9rlek.dts195 ds2 {
196 label = "ds2";
HDat91rm9200ek.dts119 ds2 {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdsl_scan.c2006 ds_clone_swapped_bookmark(dsl_dataset_t *ds1, dsl_dataset_t *ds2, in ds_clone_swapped_bookmark() argument
2010 scn_bookmark->zb_objset = ds2->ds_object; in ds_clone_swapped_bookmark()
2014 (u_longlong_t)ds2->ds_object); in ds_clone_swapped_bookmark()
2015 } else if (scn_bookmark->zb_objset == ds2->ds_object) { in ds_clone_swapped_bookmark()
2019 (u_longlong_t)ds2->ds_object, in ds_clone_swapped_bookmark()
2030 dsl_scan_ds_clone_swapped(dsl_dataset_t *ds1, dsl_dataset_t *ds2, dmu_tx_t *tx) in dsl_scan_ds_clone_swapped() argument
2040 ds_clone_swapped_bookmark(ds1, ds2, &scn->scn_phys.scn_bookmark); in dsl_scan_ds_clone_swapped()
2041 ds_clone_swapped_bookmark(ds1, ds2, &scn->scn_phys_cached.scn_bookmark); in dsl_scan_ds_clone_swapped()
2047 ds2_queued = scan_ds_queue_contains(scn, ds2->ds_object, &mintxg2); in dsl_scan_ds_clone_swapped()
2052 ASSERT3U(mintxg1, ==, dsl_dataset_phys(ds2)->ds_prev_snap_txg); in dsl_scan_ds_clone_swapped()
[all …]
HDdsl_dir.c1789 closest_common_ancestor(dsl_dir_t *ds1, dsl_dir_t *ds2) in closest_common_ancestor() argument
1793 for (dd = ds2; dd; dd = dd->dd_parent) { in closest_common_ancestor()
/freebsd-11-stable/contrib/gcc/
HDsched-deps.c2093 ds_merge (ds_t ds1, ds_t ds2) in ds_merge() argument
2097 gcc_assert ((ds1 & SPECULATIVE) && (ds2 & SPECULATIVE)); in ds_merge()
2099 ds = (ds1 & DEP_TYPES) | (ds2 & DEP_TYPES); in ds_merge()
2104 if ((ds1 & t) && !(ds2 & t)) in ds_merge()
2106 else if (!(ds1 & t) && (ds2 & t)) in ds_merge()
2107 ds |= ds2 & t; in ds_merge()
2108 else if ((ds1 & t) && (ds2 & t)) in ds_merge()
2112 dw = ((ds_t) get_dep_weak (ds1, t)) * ((ds_t) get_dep_weak (ds2, t)); in ds_merge()
HDhaifa-sched.c837 ds_t ds1, ds2; in rank_for_schedule() local
847 ds2 = TODO_SPEC (tmp2) & SPECULATIVE; in rank_for_schedule()
848 if (ds2) in rank_for_schedule()
849 dw2 = dep_weak (ds2); in rank_for_schedule()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdsl_scan.h176 void dsl_scan_ds_clone_swapped(struct dsl_dataset *ds1, struct dsl_dataset *ds2,
/freebsd-11-stable/crypto/heimdal/lib/hx509/
HDname.c410 const DirectoryString *ds2, in _hx509_name_ds_cmp() argument
420 ret = dsstringprep(ds2, &ds2lp, &ds2len); in _hx509_name_ds_cmp()
/freebsd-11-stable/sys/powerpc/aim/
HDtrap_subr32.S525 ds2: label
559 b ds2 /* and back we go */
/freebsd-11-stable/contrib/libpcap/
HDCREDITS105 Maciej W. Rozycki <macro at ds2 dot pg dot gda dot pl>
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_dataset.c3236 is_descendant(const char *ds1, const char *ds2) in is_descendant() argument
3241 if (strlen(ds2) < d1len) in is_descendant()
3245 return (ds2[d1len] == '/' && (strncmp(ds1, ds2, d1len) == 0)); in is_descendant()
/freebsd-11-stable/contrib/tcpdump/
HDCREDITS134 Maciej W. Rozycki <macro at ds2 dot pg dot gda dot pl>
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-0203471 2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
477 2003-11-15 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4888 2002-08-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4986 2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4992 2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5218 2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5223 2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5349 2002-06-13 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5504 2002-06-04 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/freebsd-11-stable/contrib/binutils/include/opcode/
HDChangeLog-91033 2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
870 2000-05-23 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
874 2000-05-17 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/freebsd-11-stable/contrib/binutils/opcodes/
HDChangeLog-020380 2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1410 2002-08-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
HDChangeLog-9899434 From Maciej W. Rozycki <macro@ds2.pg.gda.pl>
HDChangeLog-00011099 2001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/freebsd-11-stable/contrib/binutils/config/
HDChangeLog333 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/freebsd-11-stable/contrib/file/
HDChangeLog1883 Maciej W. Rozycki <macro@ds2.pg.gda.pl
/freebsd-11-stable/contrib/binutils/binutils/
HDChangeLog-98991238 W. Rozycki <macro@ds2.pg.gda.pl>.
HDChangeLog-020317 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/freebsd-11-stable/contrib/binutils/ld/
HDChangeLog-98991417 W. Rozycki <macro@ds2.pg.gda.pl>.
/freebsd-11-stable/contrib/binutils/bfd/
HDChangeLog-00015210 2001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5481 2001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7809 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7851 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>

12