Searched full:source2 (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | impsrc.mk | 20 .y.z: source2 40 target2: source1 source2 46 # If any, the value of $< would be 'source2'. 48 target3: source2 source3 60 source1 source2 source3 source4:
|
| H A D | dep-colon.exp | 2 making target2 from source2
|
| H A D | dep-colon.mk | 20 source2: .PHONY
|
| /freebsd/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | nxp,s32g-rtc.yaml | 42 be used. 'source2' is the FIRC clock and it is only available during 49 - enum: [ source0, source1, source2, source3 ]
|
| /freebsd/tools/sched/ |
| H A D | schedgraph.py | 1423 def sourceswap(self, source1, source2): argument 1425 if (source2.y < source1.y): 1427 source1 = source2 1428 source2 = swap 1430 if (self.sourceend(source1) != self.sourcestart(source2)): 1434 y2 = self.sourcestart(source2) 1435 y1targ = y1 + self.sourcesize(source2) 1441 if (source1.ysize() != source2.ysize()): 1442 diff = source2.ysize() - source1.ysize() 1446 source2.move(self.display, 0, y2targ - y2) [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_mslsa.c | 491 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() 507 memcpy(buffer + Source1.Length, Source2.Buffer, Source2.Length); in ConcatenateUnicodeStrings()
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | unbound.spec_fedora | 17 Source2: unbound.conf 111 install -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/unbound
|
| /freebsd/bin/ln/ |
| H A D | ln.c | 150 /* ln source1 source2 directory */ in main()
|
| /freebsd/contrib/bmake/ |
| H A D | make.h | 354 * In a dependency line "target: source1 .WAIT source2", source1 is 356 * source2 is made, including its children. The .WAIT keyword may
|
| H A D | parse.c | 837 * In a line like ".MAIN: source1 source2", add all sources to the list of
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_entry.c | 621 archive_entry_copy_sourcepath(e, "source2"); in DEFINE_TEST()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 4073 unsigned Source1, Source2; in getShuffleCost() local 4090 Source2 = Source; in getShuffleCost() 4092 } else if (NumSources >= 2 && Source != Source1 && Source != Source2) { in getShuffleCost() 4100 else if (Source == Source2) in getShuffleCost()
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 15063 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
|