| /freebsd-13.1/contrib/file/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 77 >>&0 der int2=0dff DER Encoded Certificate, 16k bits [all …]
|
| H A D | asf | 39 >>>82 lelong x \b, Encoded Image Height %d
|
| H A D | riff | 362 >>>>>>>(104.l+132) string/c fljp Field Encoded Motion JPEG 413 >>>>>>>(104.l+132) string/c rle4 Run Length Encoded 4 414 >>>>>>>(104.l+132) string/c rle8 Run Length Encoded 8
|
| H A D | cad | 115 >>4 uleshort 0x0009 \b, Run-Length Encoded 1-bit
|
| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | stack_trace_compressor.cpp | 55 uintptr_t Encoded = Value << 1; in zigzagEncode() local 57 return Encoded; in zigzagEncode() 58 return ~Encoded; in zigzagEncode()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCTargetDesc.cpp | 219 unsigned Encoded = encodePPC64LocalEntryOffset(LocalOffset); in emitLocalEntry() local 223 Other |= Encoded; in emitLocalEntry()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| H A D | BitstreamRemarkSerializer.h | 52 SmallVector<char, 1024> Encoded; member
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 559 unsigned short Encoded = 0; in EncodeVersions() local 569 Encoded |= 1 << I; in EncodeVersions() 573 return Encoded; in EncodeVersions()
|
| /freebsd-13.1/crypto/heimdal/lib/hdb/ |
| H A D | hdb.schema | 103 DESC 'Encoded ASN1 Key as an octet string'
|
| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | rfc2459.asn1 | 435 -- szOID_ENROLL_CERTTYPE_EXTENSION "1.3.6.1.4.1.311.20.2" is Encoded as a 439 -- szOID_CERTIFICATE_TEMPLATE "1.3.6.1.4.1.311.21.7" is Encoded as:
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | mpc5200.txt | 184 "ICTL PerStat, MainStat, CritStat Encoded Register"
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/ |
| H A D | strings.subr | 542 # Decode $text from a URI. Encoded characters are converted from their `%XX'
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2228 if (Optional<unsigned> Encoded = encodeDiscriminator(D, DF, CI)) in cloneWithBaseDiscriminator() local 2229 return cloneWithDiscriminator(*Encoded); in cloneWithBaseDiscriminator()
|