Home
last modified time | relevance | path

Searched refs:US (Results 1 – 25 of 162) sorted by relevance

1234567

/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_utils.h267 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument
268 const ktime_t end__ = ktime_add_ns(ktime_get_raw(), 1000ll * (US)); \
292 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument
303 #define _wait_for_atomic(COND, US, ATOMIC) \ argument
305 int cpu, ret, timeout = (US) * 1000; \
340 #define wait_for_us(COND, US) \ argument
343 BUILD_BUG_ON(!__builtin_constant_p(US)); \
344 if ((US) > 10) \
345 ret__ = _wait_for((COND), (US), 1
351 wait_for_atomic_us(COND,US) global() argument
[all...]
/openbsd-src/share/zoneinfo/datfiles/
H A Dzone1970.tab223 MX +2550-09730 America/Matamoros Coahuila, Nuevo León, Tamaulipas (US border)
225 MX +3144-10629 America/Ciudad_Juarez Chihuahua (US border - west)
226 MX +2934-10425 America/Ojinaga Chihuahua (US border - east)
315 US +404251-0740023 America/New_York Eastern (most areas)
316 US +421953-0830245 America/Detroit Eastern - MI (most areas)
317 US +381515-0854534 America/Kentucky/Louisville Eastern - KY (Louisville area)
318 US +364947-0845057 America/Kentucky/Monticello Eastern - KY (Wayne)
319 US +394606-0860929 America/Indiana/Indianapolis Eastern - IN (most areas)
320 US +384038-0873143 America/Indiana/Vincennes Eastern - IN (Da, Du, K, Mn)
321 US
[all...]
H A Dzone.tab282 MX +2550-09730 America/Matamoros Coahuila, Nuevo Leon, Tamaulipas (US border)
284 MX +3144-10629 America/Ciudad_Juarez Chihuahua (US border - west)
285 MX +2934-10425 America/Ojinaga Chihuahua (US border - east)
403 US +404251-0740023 America/New_York Eastern (most areas)
404 US +421953-0830245 America/Detroit Eastern - MI (most areas)
405 US +381515-0854534 America/Kentucky/Louisville Eastern - KY (Louisville area)
406 US +364947-0845057 America/Kentucky/Monticello Eastern - KY (Wayne)
407 US +394606-0860929 America/Indiana/Indianapolis Eastern - IN (most areas)
408 US +384038-0873143 America/Indiana/Vincennes Eastern - IN (Da, Du, K, Mn)
409 US
[all...]
H A Dbackward123 Link America/Anchorage US/Alaska
124 Link America/Adak US/Aleutian
125 Link America/Phoenix US/Arizona
126 Link America/Chicago US/Central
127 Link America/Indiana/Indianapolis US/East-Indiana
128 Link America/New_York US/Eastern
129 Link Pacific/Honolulu US/Hawaii
130 Link America/Indiana/Knox US/Indiana-Starke
131 Link America/Detroit US/Michigan
132 Link America/Denver US/Mountai
[all...]
H A Dnorthamerica35 # Meteorology Society published a report in 1879 recommending four US time
37 # work in the US was William Frederick Allen - railway engineer,
55 # Most of the US soon followed suit. See:
64 # A good source for time zone historical data in the US is
68 # It is the source for most of the pre-1991 US entries below.
95 # Shanks says that DST was called "War Time" in the US in 1918 and 1919.
101 # Here is the legal basis for the US federal rules.
103 # time for the first time across the US, springing forward on March's last
130 # Daylight Saving Time in the US was by local option, except during wartime.
172 # Paul has been careful to use the "US" rule
[all...]
H A Dzonenow.tab59 XX +340308-1181434 America/Los_Angeles Pacific ("PST/PDT") - US & Canada; Mexico near US border
65 XX +394421-1045903 America/Denver Mountain ("MST/MDT") - US & Canada; Mexico near US border
77 XX +415100-0873900 America/Chicago Central ("CST/CDT") - US & Canada; Mexico near US border
89 XX +404251-0740023 America/New_York Eastern ("EST/EDT") - US & Canada
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A Dmime-header.t37 push(@decode_long_tests, "=?utf-8?Q?a?= =?US-ASCII?Q?b?= " x 200 => "ab" x 200 . " ");
41 push(@decode_long_tests, "=?utf-8?Q?a?= =?US-ASCII?Q?b?= " x 10000 => "ab" x 10000 . " ");
48 "=?US-ASCII?Q?Keith_Moore?=" => "Keith Moore",
65 "=?US-ASCII*EN?Q?Keith_Moore?=" => "Keith Moore",
67 "=?US-ASCII*en-US?Q?Keith_Moore?=" => "Keith Moore",
72 "=?US-ASCII?Q?a?=\r\n=?US-ASCII?Q?b?=" => "a\r\nb",
77 "=?US-ASCII?Q?a?=\r\n =?US
[all...]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dref-types.cc68 unsigned short US; in main2() local
78 unsigned short &rUS = US; in main2()
88 US = 7; in main2()
/openbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.ushistory39 02/16 Stephen Decatur burns US frigate in Tripoli, 1804
40 02/19 US Marines land on Iwo Jima, 1945
48 03/14 Teddy Roosevelt excludes Japanese laborers from continental US, 1907
69 05/08 US institutes mining of Haiphong Harbor, 1972
73 05/20 US explodes first air-delivered hydrogen bomb, 1956
74 05/22 US Civil War ends, 1865
77 05/30 US Marines sent to Nicaragua, 1912
84 06/05 US leaves the Gold Standard, 1933
116 08/08 Richard Nixon resigns the US presidency, 1974
119 08/09 US/Canada border defined in the Webster-Ashburton Treaty, 1842
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp394 UseInfo<GlobalValue> &US, in analyzeAllUses() argument
414 US.addRange(I, UnknownRange, /*IsSafe=*/false); in analyzeAllUses()
420 US.addRange(I, AccessRange, Safe); in analyzeAllUses()
430 US.addRange(I, UnknownRange, /*IsSafe=*/false); in analyzeAllUses()
434 US.addRange(I, UnknownRange, /*IsSafe=*/false); in analyzeAllUses()
440 US.addRange(I, AccessRange, Safe); in analyzeAllUses()
448 US.addRange(I, UnknownRange, /*IsSafe=*/false); in analyzeAllUses()
457 US.addRange(I, UnknownRange, /*IsSafe=*/false); in analyzeAllUses()
470 US.addRange(I, AccessRange, Safe); in analyzeAllUses()
481 US.addRange(I, UnknownRange, /*IsSafe=*/false); in analyzeAllUses()
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/t/
H A D10_http.t13 [ en-us ] en-US
14 [ en-us ] EN-US
41 [ no dk en-uk en-us ] en-UK;q=0.7, en-US;q=0.6, no;q=1.0, dk;q=0.8
42 [ no dk en-uk en-us ] en-US;q=0.6, en-UK;q=0.7, no;q=1.0, dk;q=0.8
43 [ no dk en-uk en-us ] en-UK;q=0.7, no;q=1.0, en-US;q=0.6, dk;q=0.8
44 [ no dk en-uk en-us ] en-UK;q=0.7, no;q=1.0, dk;q=0.8, en-US;q=0.6
47 [ de-de de en en-us en-gb ] de-DE, de;q=0.80, en;q=0.60, en-US;q=0.40, en-GB;q=0.20
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py42 US = chr(0x1f) variable
178 command = US.join(entry.cmd) + US
200 'command': records[4].split(US)[:-1]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dpointers.c180 unsigned short US, *pUS; in more_code() local
191 US = 7; in more_code()
206 pUS = &US; in more_code()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1077 UnwindSections US; in findUnwindSectionInfo() local
1102 ScanUnwindInfoSection(*EHFrameSec, US.DwarfSection); in findUnwindSectionInfo()
1105 ScanUnwindInfoSection(*CUInfoSec, US.CompactUnwindSection); in findUnwindSectionInfo()
1118 if (US.CodeRanges.empty() || US.CodeRanges.back().End != B->getAddress()) in findUnwindSectionInfo()
1119 US.CodeRanges.push_back(B->getRange()); in findUnwindSectionInfo()
1121 US.CodeRanges.back().End = B->getRange().End; in findUnwindSectionInfo()
1127 if (US.DwarfSection.Start) in findUnwindSectionInfo()
1128 dbgs() << US.DwarfSection << "\n"; in findUnwindSectionInfo()
1132 if (US.CompactUnwindSection.Start) in findUnwindSectionInfo()
1133 dbgs() << US.CompactUnwindSection << "\n"; in findUnwindSectionInfo()
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/blank/
H A Dline.out_ascii68 CCUUSSTTOOMM
71 CCUUSSTTOOMM TTWWOO
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.ko137 US-ASCII와 KS X 1001을 같이 쓰는 멀티바이트 인코딩으로 흔히
150 US-ASCII와 KS X 1001에 8,822자의 한글 음절을 더한 것으로 인코딩 방식은 전혀 다름.
154 RFC 1557에서 규정한 한국어 인터넷 메일 교환용 인코딩으로 US-ASCII와
161 US-ASCII와 결합하지 않고 단독으로 쓰이는 일은 X11 등에서 글꼴
/openbsd-src/lib/libcrypto/
H A Dcert.pem270 === /C=US/O=AffirmTrust/CN=AffirmTrust Commercial
279 Subject: C=US, O=AffirmTrust, CN=AffirmTrust Commercial
309 === /C=US/O=AffirmTrust/CN=AffirmTrust Networking
318 Subject: C=US, O=AffirmTrust, CN=AffirmTrust Networking
348 === /C=US/O=AffirmTrust/CN=AffirmTrust Premium
357 Subject: C=US, O=AffirmTrust, CN=AffirmTrust Premium
398 === /C=US/O=AffirmTrust/CN=AffirmTrust Premium ECC
407 Subject: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC
492 === /C=US/O=Amazon/CN=Amazon Root CA 1
502 Subject: C=US,
[all...]
H A Dsparccpuid.S
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/
H A DChangeLog218 superordinates were just tacked onto the, so "en-US, ja", turned
219 into "en-US, ja, en". However, this turned out to be suboptimal
223 accept-languages list. So "en-US ja" becomes "en-US en ja". If
225 there: "en-US ja en" is left as-is.
/openbsd-src/usr.bin/file/magdir/
H A Dprinter66 >3 string \&l1A - US executive page size
67 >3 string \&l2A - US letter page size
68 >3 string \&l3A - US legal page size
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2477.crt21 YjccgSRNZMb/kcIu+US+KAUermc5/K8+9GwTqwzYLj/wPLcy7GZqr0Gow7/IH04V
H A D3396.key13 7uLXO8ECgYEA5KlEr8S2fV1IP+US/tg8cgnE/9w+PhWpWYtLUN1ws8gTWDHgYm0S
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/
H A Dplain.txt4 simple_text_document -- an implicitly US-ASCII test document.
H A Dplain_explicit.txt6 simple_text_document -- an explicitly US-ASCII test document.
/openbsd-src/regress/usr.bin/mandoc/mdoc/Ex/
H A Dnoname.out_ascii6 EEXXIITT SSTTAATTUUSS

1234567