| /src/ |
| H A D | MAINTAINERS | 36 aio(4) asomers Pre-commit review requested. 37 ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org 38 contrib/atf ngie,#test Pre-commit review requested. 39 contrib/googletest ngie,#test Pre-commit review requested. 40 sbin/ipf cy Pre-commit review requested. 41 contrib/libcxxrt dim,emaste Pre-commit review preferred. 42 contrib/llvm-project/compiler-rt dim Pre-commit review preferred. 43 contrib/llvm-project/libcxx dim Pre-commit review preferred. 44 contrib/llvm-project/libunwind dim,emaste,jhb Pre-commit review preferred. 45 contrib/llvm-project/lldb dim,emaste Pre-commit review preferred. [all …]
|
| /src/sys/contrib/device-tree/Bindings/input/ |
| H A D | ti,drv260x.txt | 20 DRV260X_ERM_LIB_A - Pre-programmed Library 21 DRV260X_ERM_LIB_B - Pre-programmed Library 22 DRV260X_ERM_LIB_C - Pre-programmed Library 23 DRV260X_ERM_LIB_D - Pre-programmed Library 24 DRV260X_ERM_LIB_E - Pre-programmed Library 25 DRV260X_ERM_LIB_F - Pre-programmed Library 26 DRV260X_LIB_LRA - Pre-programmed LRA Library
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeDeserializer.h | 114 RecordPrefix Pre(static_cast<uint16_t>(TypeLeafKind::LF_FIELDLIST)); in FieldListDeserializer() 115 CVType FieldList(&Pre, sizeof(Pre)); in FieldListDeserializer() 120 RecordPrefix Pre(static_cast<uint16_t>(TypeLeafKind::LF_FIELDLIST)); in ~FieldListDeserializer() 121 CVType FieldList(&Pre, sizeof(Pre)); in ~FieldListDeserializer()
|
| /src/bin/sh/tests/expansion/ |
| H A D | arith13.0 | 1 # Pre-increment and pre-decrement in arithmetic expansion are not in POSIX.
|
| /src/crypto/openssl/doc/man7/ |
| H A D | EVP_SIGNATURE-SLH-DSA.pod | 40 testing. OpenSSL does not support Pre Hash SLH-DSA Signature Generation, but this 41 may be done by the user by doing Pre hash encoding externally and then choosing 68 but can also be used for 'Pre Hash SLH-DSA Signature Generation'.
|
| H A D | EVP_SIGNATURE-ML-DSA.pod | 31 testing. OpenSSL does not support Pre Hash ML-DSA Signature Generation, but this 32 may be done by the user by doing Pre hash encoding externally and then choosing
|
| /src/contrib/file/magic/Magdir/ |
| H A D | llvm | 12 0 string CPCH LLVM Pre-compiled header file
|
| /src/share/misc/ |
| H A D | scsi_modes | 172 {Background Pre-Scan Time Limit} i2 194 {Disable Pre-fetch Transfer Length} i2 195 {Minimum Pre-fetch} i2 196 {Maximum Pre-fetch} i2 197 {Maximum Pre-fetch Ceiling} i2
|
| /src/crypto/openssl/doc/designs/ |
| H A D | slh-dsa.md | 74 Pure vs Pre Hashed Signature Generation 84 Pre Hash SLH-DSA Signature Generation encodes the message as 93 Currently we do not support the Pre Hash variant as this does not sit well with the
|
| H A D | ml-dsa.md | 69 Pure vs Pre Hashed Signature Generation 79 Pre Hash ML-DSA Signature Generation encode the message as 89 Currently OpenSSL does not support the Pre Hash variant as this does not sit
|
| /src/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | max6650.txt | 13 - maxim,fan-prescale : Pre-scaling value, as per datasheet [1]. Lower values
|
| /src/tools/test/stress2/misc/ |
| H A D | unionfs9.sh | 56 echo Pre:
|
| H A D | unionfs14.sh | 52 echo Pre:
|
| /src/sys/contrib/openzfs/contrib/debian/ |
| H A D | control | 228 Pre-Depends: ${misc:Pre-Depends} 258 Pre-Depends: ${misc:Pre-Depends}
|
| /src/contrib/dialog/po/ |
| H A D | sk.po | 79 msgstr "Prešlo"
|
| /src/contrib/unifdef/ |
| H A D | README | 12 Pre-formatted documentation can be found in unifdef.txt
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentHTMLTags.td | 35 def Pre : Tag<"pre">;
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600MachineCFGStructurizer.cpp | 660 MachineBasicBlock::iterator Pre = MBB->begin(); in wrapup() local 662 MachineBasicBlock::iterator It = Pre; in wrapup() 664 if (Pre->getOpcode() == R600::CONTINUE in wrapup() 666 ContInstr.push_back(&*Pre); in wrapup() 667 Pre = It; in wrapup()
|
| /src/sys/contrib/device-tree/Bindings/clock/st/ |
| H A D | st,flexgen.txt | 20 | | ------- | | | |Pre | |Final | | |
|
| /src/sys/contrib/openzfs/config/ |
| H A D | kernel-fpu.m4 | 19 dnl # Pre-4.2: Use kernel_fpu_{begin,end}()
|
| /src/sys/crypto/openssl/powerpc64/ |
| H A D | aes-gcm-ppc.S | 369 # Pre-load 8 AES rounds to scratch vectors. 595 # Pre-compute first 8 AES state and leave 1/3/5 more rounds 783 # Pre-compute first 8 AES state and leave 1/3/5 more rounds
|
| /src/sys/crypto/openssl/powerpc/ |
| H A D | aes-gcm-ppc.S | 369 # Pre-load 8 AES rounds to scratch vectors. 595 # Pre-compute first 8 AES state and leave 1/3/5 more rounds 783 # Pre-compute first 8 AES state and leave 1/3/5 more rounds
|
| /src/sys/crypto/openssl/powerpc64le/ |
| H A D | aes-gcm-ppc.S | 369 # Pre-load 8 AES rounds to scratch vectors. 595 # Pre-compute first 8 AES state and leave 1/3/5 more rounds 783 # Pre-compute first 8 AES state and leave 1/3/5 more rounds
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 121 Pre, enumerator 280 runCheckersForObjCMessage(ObjCMessageVisitKind::Pre, Dst, Src, msg, Eng); in runCheckersForPreObjCMessage()
|
| /src/sys/contrib/device-tree/src/riscv/microchip/ |
| H A D | mpfs-icicle-kit.dts | 233 * it to the flash instead should work though. Pre-production or later
|