| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | der | 30 >>&0 der int1=00 DER Encoded Certificate request 37 >&0 der int3=010001 DER Encoded Key Pair, 512 bits 42 >&0 der int3=010001 DER Encoded Key Pair, 1024 bits 47 >&0 der int3=010001 DER Encoded Key Pair, 2048 bits 52 >&0 der int3=010001 DER Encoded Key Pair, 4096 bits 57 >&0 der int3=010001 DER Encoded Key Pair, 8192 bits 62 >&0 der int3=010001 DER Encoded Key Pair, 16k bits 67 >&0 der int3=010001 DER Encoded Key Pair, 32k bits 72 >>&0 der int2=0dfa DER Encoded Certificate, 512 bits 73 >>&0 der int2=0dfb DER Encoded Certificate, 1024 bits [all …]
|
| H A D | asf | 39 >>>82 lelong x \b, Encoded Image Height %d
|
| H A D | riff | 446 >>>>>>>(104.l+132) string/c fljp Field Encoded Motion JPEG 497 >>>>>>>(104.l+132) string/c rle4 Run Length Encoded 4 498 >>>>>>>(104.l+132) string/c rle8 Run Length Encoded 8
|
| H A D | cad | 115 >>4 uleshort 0x0009 \b, Run-Length Encoded 1-bit
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 41 uintptr_t Encoded; variable 43 explicit ReachingDef(uintptr_t Encoded) : Encoded(Encoded) {} 46 ReachingDef(std::nullptr_t) : Encoded(0) {} 47 ReachingDef(int Instr) : Encoded(((uintptr_t) Instr << 2) | 2) {} 48 operator int() const { return ((int) Encoded) >> 2; } 56 return reinterpret_cast<void *>(RD.Encoded);
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/examples/ |
| H A D | extables.c | 377 [0001] Encoded Access Width : 01 [Byte Access:8] 388 [0001] Encoded Access Width : 02 [Word Access:16] 395 [0001] Encoded Access Width : 00 [Undefined/Legacy] 402 [0001] Encoded Access Width : 02 [Word Access:16] 409 [0001] Encoded Access Width : 00 [Undefined/Legacy] 416 [0001] Encoded Access Width : 00 [Undefined/Legacy] 423 [0001] Encoded Access Width : 03 [DWord Access:32] 430 [0001] Encoded Access Width : 01 [Byte Access:8] 437 [0001] Encoded Access Width : 00 [Undefined/Legacy] 445 [0001] Encoded Access Width : 01 [Byte Access:8] [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkSerializer.cpp | 21 : Encoded(), R(), Bitstream(Encoded), ContainerType(ContainerType) {} in BitstreamRemarkSerializerHelper() 318 OS.write(Encoded.data(), Encoded.size()); in flushToStream() 319 Encoded.clear(); in flushToStream() 323 return StringRef(Encoded.data(), Encoded.size()); in getBuffer()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| H A D | aetables.h | 433 [027h 0039 1] Encoded Access Width : 00 (Undefined/Legacy) 440 [033h 0051 1] Encoded Access Width : 00 (Undefined/Legacy)
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | hdb.schema | 103 DESC 'Encoded ASN1 Key as an octet string' 118 DESC 'Encoded ASN1 HDB Extension Attributes as an octet string'
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 497 unsigned short Encoded = 0; in EncodeVersions() local 507 Encoded |= 1 << I; in EncodeVersions() 511 return Encoded; in EncodeVersions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCTargetDesc.cpp | 219 unsigned Encoded = encodePPC64LocalEntryOffset(LocalOffset); in emitLocalEntry() local 223 Other |= Encoded; in emitLocalEntry()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/ |
| H A D | BitstreamRemarkSerializer.h | 52 SmallVector<char, 1024> Encoded; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 950 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded) { in decodeWaitcnt() argument 952 Decoded.VmCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt() 953 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt() 954 Decoded.LgkmCnt = decodeLgkmcnt(Version, Encoded); in decodeWaitcnt()
|
| H A D | AMDGPUBaseInfo.h | 542 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded);
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | rfc2459.asn1 | 458 -- szOID_ENROLL_CERTTYPE_EXTENSION "1.3.6.1.4.1.311.20.2" is Encoded as a 462 -- szOID_CERTIFICATE_TEMPLATE "1.3.6.1.4.1.311.21.7" is Encoded as:
|
| /netbsd-src/external/bsd/elftoolchain/dist/common/sys/ |
| H A D | elfdefinitions.m4 | 489 Elf32_Word m_info; /* Encoded size and index. */ 498 Elf64_Xword m_info; /* Encoded size and index. */
|
| /netbsd-src/external/mpl/dhcp/dist/contrib/ldap/ |
| H A D | dhcp.schema | 40 …DESC 'Encoded option values to be sent to clients. Each value represents a single option and cont… 46 …DESC 'Encoded text string or list of bytes expressed in hexadecimal, separated by colons. Clients…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCCodeEmitter.cpp | 347 unsigned Encoded = ARM_AM::getT2SOImmVal(SoImm); in getT2SOImmOpValue() local 348 assert(Encoded != ~0U && "Not a Thumb2 so_imm value?"); in getT2SOImmOpValue() 349 return Encoded; in getT2SOImmOpValue()
|
| /netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/ |
| H A D | README.md | 83 Encoded: $argon2i$v=19$m=65536,t=2,p=4$c29tZXNhbHQ$RdescudvJCsgt3ub+b+dWRWJTmaaJObG
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| H A D | nist-data2 | 37 # 4.3.9 Valid UTF8String Encoded Names Test9 - Validate Successfully
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ControlFlowIntegrityDesign.rst | 616 - Unchecked address (a “trusted” non-instrumented DSO). Encoded as 618 - Invalid address (everything else). Encoded as value 0.
|
| /netbsd-src/external/public-domain/xz/dist/doc/ |
| H A D | xz-file-format.txt | 54 5.3.3.1. Format of the Encoded Output 957 5.3.3.1. Format of the Encoded Output
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
| H A D | cosine.schema | 113 # 9.3.2. Text Encoded O/R Address 115 # The Text Encoded O/R Address attribute type specifies a text encoding
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-ietf-ldapext-ldap-c-api-xx.txt | 134 17. Encoded ASN.1 Value Manipulation...............................58 422 detail in the section "Encoded ASN.1 Value Manipulation" later in this 2958 in the section "Encoded ASN.1 Value Manipulation". 3222 17. Encoded ASN.1 Value Manipulation 4551 "Encoded ASN.1 Value Manipulation / Encoding" section: added note 4555 "Encoded ASN.1 Value Manipulation / Decoding" section: clarified the
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2225 if (Optional<unsigned> Encoded = encodeDiscriminator(D, DF, CI)) in cloneWithBaseDiscriminator() local 2226 return cloneWithDiscriminator(*Encoded); in cloneWithBaseDiscriminator()
|