Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/gcclibs/libiberty/
Ddyn-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-12-stable/contrib/binutils/libiberty/
Ddyn-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-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddsl_scan.c2001 ds_clone_swapped_bookmark(dsl_dataset_t *ds1, dsl_dataset_t *ds2, in ds_clone_swapped_bookmark() argument
2005 scn_bookmark->zb_objset = ds2->ds_object; in ds_clone_swapped_bookmark()
2009 (u_longlong_t)ds2->ds_object); in ds_clone_swapped_bookmark()
2010 } else if (scn_bookmark->zb_objset == ds2->ds_object) { in ds_clone_swapped_bookmark()
2014 (u_longlong_t)ds2->ds_object, in ds_clone_swapped_bookmark()
2025 dsl_scan_ds_clone_swapped(dsl_dataset_t *ds1, dsl_dataset_t *ds2, dmu_tx_t *tx) in dsl_scan_ds_clone_swapped() argument
2035 ds_clone_swapped_bookmark(ds1, ds2, &scn->scn_phys.scn_bookmark); in dsl_scan_ds_clone_swapped()
2036 ds_clone_swapped_bookmark(ds1, ds2, &scn->scn_phys_cached.scn_bookmark); in dsl_scan_ds_clone_swapped()
2042 ds2_queued = scan_ds_queue_contains(scn, ds2->ds_object, &mintxg2); in dsl_scan_ds_clone_swapped()
2047 ASSERT3U(mintxg1, ==, dsl_dataset_phys(ds2)->ds_prev_snap_txg); in dsl_scan_ds_clone_swapped()
[all …]
Ddsl_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-12-stable/sys/gnu/dts/arm/
Dat91sam9rlek.dts230 ds2 {
231 label = "ds2";
Dat91rm9200ek.dts130 ds2 {
/freebsd-12-stable/sys/gnu/dts/arm64/xilinx/
Dzynqmp-zcu100-revC.dts59 ds2 {
60 label = "ds2";
/freebsd-12-stable/contrib/gcc/
Dsched-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()
Dhaifa-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-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddsl_scan.h176 void dsl_scan_ds_clone_swapped(struct dsl_dataset *ds1, struct dsl_dataset *ds2,
/freebsd-12-stable/crypto/heimdal/lib/hx509/
Dname.c410 const DirectoryString *ds2, in _hx509_name_ds_cmp() argument
420 ret = dsstringprep(ds2, &ds2lp, &ds2len); in _hx509_name_ds_cmp()
/freebsd-12-stable/sys/powerpc/aim/
Dtrap_subr32.S525 ds2: label
559 b ds2 /* and back we go */
/freebsd-12-stable/contrib/libpcap/
DCREDITS105 Maciej W. Rozycki <macro at ds2 dot pg dot gda dot pl>
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_dataset.c3286 is_descendant(const char *ds1, const char *ds2) in is_descendant() argument
3291 if (strlen(ds2) < d1len) in is_descendant()
3295 return (ds2[d1len] == '/' && (strncmp(ds1, ds2, d1len) == 0)); in is_descendant()
/freebsd-12-stable/contrib/tcpdump/
DCREDITS134 Maciej W. Rozycki <macro at ds2 dot pg dot gda dot pl>
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-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-12-stable/contrib/binutils/include/opcode/
DChangeLog-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-12-stable/contrib/binutils/opcodes/
DChangeLog-020380 2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1410 2002-08-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
DChangeLog-9899434 From Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/freebsd-12-stable/contrib/binutils/config/
DChangeLog333 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/freebsd-12-stable/contrib/file/
DChangeLog2027 Maciej W. Rozycki <macro@ds2.pg.gda.pl
/freebsd-12-stable/contrib/binutils/binutils/
DChangeLog-98991238 W. Rozycki <macro@ds2.pg.gda.pl>.
DChangeLog-020317 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/freebsd-12-stable/contrib/binutils/ld/
DChangeLog-98991417 W. Rozycki <macro@ds2.pg.gda.pl>.
/freebsd-12-stable/contrib/binutils/bfd/
DChangeLog-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