Home
last modified time | relevance | path

Searched full:source1 (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dimpsrc.mk16 .x.y: source1
40 target2: source1 source2
47 target3: source1
55 target4: source1
60 source1 source2 source3 source4:
H A Ddep-colon.mk11 target1: source1; @echo making ${.TARGET} from ${.ALLSRC}
12 source1: .PHONY
H A Ddep-colon.exp1 making target1 from source1
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dnxp,s32g-rtc.yaml41 available during standby and runtime. 'source1' is reserved and cannot
49 - enum: [ source0, source1, source2, source3 ]
/freebsd/tools/sched/
H A Dschedgraph.py1423 def sourceswap(self, source1, source2): argument
1425 if (source2.y < source1.y):
1426 swap = source1
1427 source1 = source2
1430 if (self.sourceend(source1) != self.sourcestart(source2)):
1433 y1 = self.sourcestart(source1)
1441 if (source1.ysize() != source2.ysize()):
1442 diff = source2.ysize() - source1.ysize()
1445 source1.move(self.display, 0, y1targ - y1)
1447 source1.movename(self.names, 0, y1targ - y1)
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_mslsa.c491 ConcatenateUnicodeStrings(UNICODE_STRING *pTarget, UNICODE_STRING Source1, UNICODE_STRING Source2) in ConcatenateUnicodeStrings() argument
494 // The buffers for Source1 and Source2 cannot overlap pTarget's in ConcatenateUnicodeStrings()
495 // buffer. Source1.Length + Source2.Length must be <= 0xFFFF, in ConcatenateUnicodeStrings()
499 USHORT TotalSize = Source1.Length + Source2.Length; in ConcatenateUnicodeStrings()
505 if ( pTarget->Buffer != Source1.Buffer ) in ConcatenateUnicodeStrings()
506 memcpy(buffer, Source1.Buffer, Source1.Length); in ConcatenateUnicodeStrings()
507 memcpy(buffer + Source1.Length, Source2.Buffer, Source2.Length); in ConcatenateUnicodeStrings()
/freebsd/contrib/unbound/contrib/
H A Dunbound.spec8 #Source1: unbound.init
H A Dunbound.spec_fedora16 Source1: unbound.init
110 install -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/unbound
/freebsd/crypto/openssh/contrib/suse/
H A Dopenssh.spec20 Source1: x11-ssh-askpass-%{xversion}.tar.gz
/freebsd/bin/ln/
H A Dln.c150 /* ln source1 source2 directory */ in main()
/freebsd/contrib/bmake/
H A Dmake.h354 * In a dependency line "target: source1 .WAIT source2", source1 is
H A Dparse.c837 * In a line like ".MAIN: source1 source2", add all sources to the list of
/freebsd/bin/cp/
H A Dcp.c227 * cp [-R] source1 ... sourceN directory in main()
/freebsd/crypto/openssh/contrib/redhat/
H A Dopenssh.spec75 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4073 unsigned Source1, Source2; in getShuffleCost() local
4087 Source1 = Source; in getShuffleCost()
4089 } else if (NumSources == 1 && Source != Source1) { in getShuffleCost()
4092 } else if (NumSources >= 2 && Source != Source1 && Source != Source2) { in getShuffleCost()
4098 if (Source == Source1) in getShuffleCost()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt15063 LEqual (Source1, Source2)
15065 Source1 and Source2 must each evaluate to an integer, a string, or a
15067 The data type of Source1 dictates the required type of Source2. Source2
15069 implicitly converted if necessary to match the type of Source1.