Home
last modified time | relevance | path

Searched refs:States (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd/usr.bin/calendar/calendars/
H A Dcalendar.freebsd11 01/01 Zach Leslie <zleslie@FreeBSD.org> born in Grand Junction, Colorado, United States, 1985
28 01/15 Anne Dickison <anne@FreeBSD.org> born in Madison, Indiana, United States, 1976
34 01/19 Marshall Kirk McKusick <mckusick@FreeBSD.org> born in Wilmington, Delaware, United States, 19…
46 01/26 Andrew Gallatin <gallatin@FreeBSD.org> born in Buffalo, New York, United States, 1970
47 01/27 Nick Sayer <nsayer@FreeBSD.org> born in San Diego, California, United States, 1968
48 01/27 Jacques Anthony Vidrine <nectar@FreeBSD.org> born in Baton Rouge, Louisiana, United States, 1…
50 01/27 Enji Cooper <ngie@FreeBSD.org> born in Seattle, Washington, United States, 1984
54 02/01 Paul Saab <ps@FreeBSD.org> born in Champaign-Urbana, Illinois, United States, 1978
57 02/01 Steven Kreuzer <skreuzer@FreeBSD.org> born in Oceanside, New York, United States, 1982
58 02/01 Juli Mallett <jmallett@FreeBSD.org> born in Washington, Pennsylvania, United States, 1985
[all …]
/freebsd/sys/contrib/openzfs/
H A DNOTICE5 United States Government. Neither the United States Government nor Lawrence
13 States Government or Lawrence Livermore National Security, LLC. The views and
15 of the United States Government or Lawrence Livermore National Security, LLC,
/freebsd/sys/contrib/libsodium/builds/msvc/
H A Dresource.rc20 // English (United States) resources
62 #endif // English (United States) resources
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp848 MapVector<Value *, BDVState> States; in findBasePointer() local
852 for (auto &Entry : States) { in findBasePointer()
887 States.insert({Def, BDVState(Def)}); in findBasePointer()
903 if (States.insert(std::make_pair(Base, BDVState(Base))).second) in findBasePointer()
914 for (const auto &Pair : States) { in findBasePointer()
927 for (auto Pair : States) { in findBasePointer()
939 return States.count(VBDV) == 0; in findBasePointer()
950 States.erase(V); in findBasePointer()
957 if (!States.count(Def)) in findBasePointer()
963 auto I = States.find(BaseValue); in findBasePointer()
[all …]
/freebsd/contrib/flex/
H A DCOPYING13 The United States Government has rights in this work pursuant
14 to contract no. DE-AC03-76SF00098 between the United States
H A DREADME.md88 The United States Government has rights in this work pursuant
89 to contract no. DE-AC03-76SF00098 between the United States
/freebsd/contrib/one-true-awk/testdir/
H A Dp.291 { gsub(/USA/, "United States"); print }
/freebsd/usr.sbin/bhyve/kbdlayout/
H A Dus_emacs2 # (us_emacs : United States of America Emacs optimized layout)
H A Dus_unix2 # (us_unix : United States of America Traditional Unix Workstation)
H A Dus_dvorak2 # (us_dvorak : United States of America dvorak)
H A Dus_dvorakr2 # (us_dvorakr : United States of America righthand dvorak)
H A Dus_dvorakx2 # (us_dvorakx : United States of America dvorakx)
H A Dus_dvorakl2 # (us_dvorakl : United States of America lefthand dvorak)
H A Dus_dvorakp2 # (us_dvorakp : United States of America Programmer Dvorak)
/freebsd/share/vt/keymaps/
H A DINDEX.keymaps533 us.kbd:en:United States of America
540 us.acc.kbd:en:United States of America (accent keys)
547 us.dvorak.kbd:en:United States of America dvorak
554 us.dvorakr.kbd:en:United States of America righthand dvorak
561 us.dvorakl.kbd:en:United States of America lefthand dvorak
568 us.dvorakp.kbd:en:United States of America Programmer Dvorak
575 us.dvorakx.kbd:en:United States of America dvorakx
582 us.emacs.kbd:en:United States of America Emacs optimized layout
589 us.ctrl.kbd:en:United States of America (Caps Lock acts as Left Ctrl)
592 us.unix.kbd:en:United States of America Traditional Unix Workstation
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp618 assert((size() == 0 || !States.empty()) && in CalledOnceChecker()
640 States = in initDataStructures()
676 llvm::none_of(States, [](const State &S) { return S.isVisited(); }) && in check()
1292 return llvm::any_of(States, [Index](const State &StateForOneBB) { in hasEverEscaped()
1301 return States[BB->getBlockID()]; in getState()
1305 return States[BB->getBlockID()]; in getState()
1695 CFGSizedVector<State> States; member in __anon4ef948f50111::CalledOnceChecker
/freebsd/usr.sbin/kbdmap/
H A DLanguages.phrases36 15. United States of America
/freebsd/share/syscons/keymaps/
H A DINDEX.keymaps599 us.iso.kbd:en:United States of America ISO-8859-1
606 us.iso.acc.kbd:en:United States of America ISO-8859-1 (accent keys)
613 us.iso.macbook.kbd:en:United States of America Macbook/Macbook Pro ISO-8859-1
620 us.dvorak.kbd:en:United States of America dvorak
627 us.dvorakr.kbd:en:United States of America righthand dvorak
634 us.dvorakl.kbd:en:United States of America lefthand dvorak
641 us.dvorakp.kbd:en:United States of America Programmer Dvorak
648 us.dvorakx.kbd:en:United States of America dvorakx
655 us.emacs.kbd:en:United States of America Emacs optimized layout
662 us.pc-ctrl.kbd:en:United States of America ISO-8859-1 (Caps Lock acts as Left Ctrl)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp518 std::vector<std::pair<UnwindLocation, RegisterLocations>> States; in parseRows() local
601 States.push_back( in parseRows()
606 if (States.empty()) in parseRows()
610 Row.getCFAValue() = States.back().first; in parseRows()
611 Row.getRegisterLocations() = States.back().second; in parseRows()
612 States.pop_back(); in parseRows()
/freebsd/sys/contrib/device-tree/Bindings/mux/
H A Dadi,adgs1408.txt22 States 0 through 7 correspond to signals S1 through S8 in the datasheet.
H A Dadi,adg792a.txt22 States 0 through 3 correspond to signals A through D in the datasheet.
/freebsd/crypto/openssl/doc/man3/
H A DEVP_sha1.pod17 in NIST FIPS 180-4. The algorithm was designed by the United States National
/freebsd/contrib/file/
H A DCOPYING6 This software is not subject to any export provision of the United States
/freebsd/share/misc/
H A Diso3166165 FM FSM 583 Micronesia (Federated States of)
256 US USA 840 United States of America
257 UM UMI 581 United States Minor Outlying Islands
340 # Micronesia, name changed to Micronesia (Federated States of)
/freebsd/lib/libc/rpc/
H A DREADME38 States domestic version of libcrypt in order to resolve the cbc_crypt() and
42 within the United States. (PLEASE NOTE: The RPC implementation found in

12345