Home
last modified time | relevance | path

Searched refs:Implementation (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd-13.1/sys/contrib/openzfs/
H A DCOPYRIGHT18 * Skein Checksum Implementation: module/icp/algs/skein/THIRDPARTYLICENSE
19 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman
20 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl
21 * PBKDF2 Implementation: lib/libzfs/THIRDPARTYLICENSE.openssl
22 * SPL Implementation: module/os/linux/spl/THIRDPARTYLICENSE.gplv2
23 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
24 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
25 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
26 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h421 RestrictKind(SupportedKind), Implementation(Implementation) {}
552 Implementation(std::move(Implementation)) {}
578 : Implementation(Implementation) {}
587 : Implementation(restrictMatcher(Other.Implementation)) {
606 return Matcher<To>(Implementation);
625 return Implementation.getID();
633 return Implementation;
679 : Implementation(restrictMatcher(Implementation)) {
684 DynTypedMatcher Implementation;
691 return Matcher<T>(Implementation);
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DCOM.inc1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
14 //=== WARNING: Implementation here must contain only generic UNIX code that
H A DWatchdog.inc1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===//
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DCOM.inc1 //==- llvm/Support/Windows/COM.inc - Windows COM Implementation -*- C++ -*-===//
14 //=== WARNING: Implementation here must contain only Windows code.
H A DWatchdog.inc1 //===--- Windows/Watchdog.inc - Windows Watchdog Implementation -*- C++ -*-===//
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt331 -- Implementation of the dot1dStp subtree is optional. It is
1009 -- Implementation of this subtree is optional.
1396 "Implementation of this group is optional."
1400 "Implementation of this group is optional."
1424 "Implementation of this group is mandatory for
1436 "Implementation of this group is mandatory for
1454 "Implementation of this group is mandatory for
1461 "Implementation of this group is mandatory for
1468 "Implementation of this group is mandatory for
1475 "Implementation of this group is optional."
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/
H A DCREDITS.TXT42 D: Implementation of propagate_const.
51 D: Implementation of to_address.
98 D: Implementation of <variant>.
/freebsd-13.1/sys/contrib/openzfs/module/icp/algs/skein/
H A DTHIRDPARTYLICENSE1 Implementation of the Skein hash function.
/freebsd-13.1/sys/mips/conf/
H A DBERI_SIM_SDROOT3 # RISC Implementation) FPGA soft core, as configured for simulation.
H A DBERI_SIM_BASE3 # Extensible RISC Implementation) FPGA soft core, as configured for
H A DBERI_DE4_SDROOT3 # RISC Implementation) FPGA soft core, as configured in its Terasic DE-4
H A DBERI_SIM_VIRTIO3 # RISC Implementation) FPGA soft core, as configured for simulation.
H A DBERI_SIM_MDROOT3 # RISC Implementation) FPGA soft core, as configured for simulation.
H A DBERI_DE4_MDROOT3 # RISC # Implementation) FPGA soft core, as configured in its Terasic DE-4
H A DBERI_SOCKIT3 # RISC Implementation) FPGA soft core, as configured in its Terasic SoCKit
H A DBERI_NETFPGA_MDROOT3 # RISC Implementation) FPGA soft core, as configured in its NetFPGA reference
H A DBERI_DE4_BASE3 # Implementation) FPGA soft core, as configured in its Terasic DE-4 reference
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp261 Copy.Implementation = in withTraversalKind()
262 new DynTraversalMatcherImpl(TK, std::move(Copy.Implementation)); in withTraversalKind()
290 Implementation->TraversalKind()); in matches()
304 Implementation->dynMatches(N, Finder, Builder)) { in matches()
318 Implementation->TraversalKind()); in matchesNoKindCheck()
332 if (Implementation->dynMatches(N, Finder, Builder)) { in matchesNoKindCheck()
345 Result.Implementation = in tryBind()
346 new IdDynMatcher(ID, std::move(Result.Implementation)); in tryBind()
/freebsd-13.1/share/doc/papers/
H A Dbsdreferences.bib36 …title = {An Independent H-TCP Implementation Under FreeBSD 7.0: Description and Observed Behaviour…
236 title = {The Design and Implementation of the 4.4BSD Operating System},
245 title = {The Design and Implementation of the FreeBSD Operating System},
253 title = {The Design and Implementation of the FreeBSD Operating System},
281 title = {An Implementation of the Yarrow PRNG for FreeBSD},
/freebsd-13.1/crypto/heimdal/lib/wind/
H A Dgen-combining.py58 combining_c = generate.Implementation('%s/combining_table.c' % sys.argv[2])
H A Dgenerate.py77 class Implementation(GeneratedFile) : class
H A Dgen-bidi.py52 bidi_c = generate.Implementation('%s/bidi_table.c' % sys.argv[2])
H A Dgen-errorlist.py60 errorlist_c = generate.Implementation('%s/errorlist_table.c' % sys.argv[2])
/freebsd-13.1/share/doc/papers/relengr/
H A Dref.bib23 %T The Design and Implementation of the 4.3BSD UNIX Operating System

1234