Searched refs:Zone (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/tzdata/
H A Dchecklinks.awk6 # Special marker indicating that the name is defined as a Zone.
9 Zone = "\n"
14 if (defined[$2] == Zone) {
15 printf "%s: Zone has duplicate definition\n", $2
17 printf "%s: Link with same name as Zone\n", $2
21 defined[$2] = Zone
26 if (defined[$3] == Zone) {
27 printf "%s: Link with same name as Zone\n", $3
41 if (defined[tz] != Zone) {
H A Dziguard.awk25 /^Zone/ { zone = $2 }
109 # If a Link line is followed by a Zone line for the same data, comment
111 # with a Zone.
115 /^Zone/ {
H A Dzishrink.awk164 sub(/^Zone /, "Z ", line)
H A DMakefile770 PRECEDES_FILE_NAME = ^(Zone|Link[[:space:]]+[^[:space:]]+)[[:space:]]+
783 $(AWK) '/^Zone/ {print $$2}' backzone | LC_ALL=C sort -cu
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/time/
H A Dt_strptime.c458 ATF_TC(Zone); variable
460 ATF_TC_HEAD(Zone, tc)
468 ATF_TC_BODY(Zone, tc)
483 ATF_TP_ADD_TC(tp, Zone);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1662 SchedBoundary &Zone,
1668 void pickNodeFromQueue(SchedBoundary &Zone,
1962 // DLat = max (N.depth - (CurrCycle - N.ReadyCycle) for N in Zone
2412 GenericScheduler::SchedBoundary &Zone) {
2413 if (Zone.isTop()) {
2414 if (Cand.SU->getDepth() > Zone.getScheduledLatency()) {
2424 if (Cand.SU->getHeight() > Zone.getScheduledLatency()) {
2444 /// \param Zone describes the scheduled zone that we are extending.
2449 SchedBoundary &Zone,
2455 if (Zone
2410 tryLatency(GenericScheduler::SchedCandidate &TryCand, GenericScheduler::SchedCandidate &Cand, GenericScheduler::SchedBoundary &Zone) argument
2447 tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand, SchedBoundary &Zone, const RegPressureTracker &RPTracker, RegPressureTracker &TempTracker) argument
2653 pickNodeFromQueue(SchedBoundary &Zone, const RegPressureTracker &RPTracker, SchedCandidate &Cand) argument
[all...]
/freebsd-10-stable/usr.bin/calendar/calendars/de_DE.ISO8859-1/
H A Dcalendar.geschichte136 12/02 Washingtoner Abkommen �ber Bi-Zone, 1946
/freebsd-10-stable/sys/dev/mps/mpi/
H A Dmpi2_history.txt181 * Removed Zone Address Resolved bit from PhyInfo and from
/freebsd-10-stable/contrib/gcc/
H A Dggc-zone.c80 #error Zone collector requires mmap
1938 printf ("Zone `%s' is dead and will be freed.\n", dead_zone->name);
1991 "Zone", "Allocated", "Used", "Overhead");

Completed in 195 milliseconds