| /freebsd-14.2/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 | 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
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | SourceLocationEncoding.h | 118 UIntTy decodeRaw(EncodedTy Encoded) { in decodeRaw() argument 119 if (Encoded == 0) in decodeRaw() 122 return SourceLocationEncoding::decodeRaw(Prev = Encoded); in decodeRaw() 123 return SourceLocationEncoding::decodeRaw(Prev += zagZig(Encoded - 1)); in decodeRaw() 127 SourceLocation decode(EncodedTy Encoded) { in decode() argument 128 return SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode() 157 SourceLocationEncoding::decode(uint64_t Encoded, SourceLocationSequence *Seq) { in decode() argument 158 return Seq ? Seq->decode(Encoded) in decode() 159 : SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkSerializer.cpp | 23 : Bitstream(Encoded), ContainerType(ContainerType) {} in BitstreamRemarkSerializerHelper() 321 OS.write(Encoded.data(), Encoded.size()); in flushToStream() 322 Encoded.clear(); in flushToStream() 326 return StringRef(Encoded.data(), Encoded.size()); in getBuffer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 927 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded); 1049 unsigned decodeFieldVaVdst(unsigned Encoded); 1052 unsigned decodeFieldVmVsrc(unsigned Encoded); 1055 unsigned decodeFieldSaSdst(unsigned Encoded); 1061 unsigned encodeFieldVmVsrc(unsigned Encoded, unsigned VmVsrc); 1067 unsigned encodeFieldVaVdst(unsigned Encoded, unsigned VaVdst); 1073 unsigned encodeFieldSaSdst(unsigned Encoded, unsigned SaSdst);
|
| H A D | AMDGPUBaseInfo.cpp | 1331 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded) { in decodeWaitcnt() argument 1333 Decoded.LoadCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt() 1334 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt() 1335 Decoded.DsCnt = decodeLgkmcnt(Version, Encoded); in decodeWaitcnt() 1619 unsigned decodeFieldVmVsrc(unsigned Encoded) { in decodeFieldVmVsrc() argument 1620 return unpackBits(Encoded, getVmVsrcBitShift(), getVmVsrcBitWidth()); in decodeFieldVmVsrc() 1623 unsigned decodeFieldVaVdst(unsigned Encoded) { in decodeFieldVaVdst() argument 1627 unsigned decodeFieldSaSdst(unsigned Encoded) { in decodeFieldSaSdst() argument 1631 unsigned encodeFieldVmVsrc(unsigned Encoded, unsigned VmVsrc) { in encodeFieldVmVsrc() argument 1639 unsigned encodeFieldVaVdst(unsigned Encoded, unsigned VaVdst) { in encodeFieldVaVdst() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| H A D | BitstreamRemarkSerializer.h | 54 SmallVector<char, 1024> Encoded; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCTargetDesc.cpp | 305 unsigned Encoded = encodePPC64LocalEntryOffset(LocalOffset); in emitLocalEntry() local 309 Other |= Encoded; in emitLocalEntry()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | gpio-charger.yaml | 57 Encoded GPIO setting. Bit 0 represents last GPIO from the
|
| /freebsd-14.2/crypto/heimdal/lib/hdb/ |
| H A D | hdb.schema | 103 DESC 'Encoded ASN1 Key as an octet string'
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 605 unsigned short Encoded = 0; in EncodeVersions() local 615 Encoded |= 1 << I; in EncodeVersions() 619 return Encoded; in EncodeVersions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 102 Encoded, // --attribute=encoded enumerator 332 ATTRIBUTE_OPTION(Encoded);
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 74 clEnumValN(LVAttributeKind::Encoded, "encoded",
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCCodeEmitter.cpp | 349 unsigned Encoded = ARM_AM::getT2SOImmVal(SoImm); in getT2SOImmOpValue() local 350 assert(Encoded != ~0U && "Not a Thumb2 so_imm value?"); in getT2SOImmOpValue() 351 return Encoded; in getT2SOImmOpValue()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | mpc5200.txt | 184 "ICTL PerStat, MainStat, CritStat Encoded Register"
|
| /freebsd-14.2/usr.sbin/bsdconfig/share/ |
| H A D | strings.subr | 541 # Decode $text from a URI. Encoded characters are converted from their `%XX'
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2331 if (std::optional<unsigned> Encoded = encodeDiscriminator(D, DF, CI)) in cloneWithBaseDiscriminator() local 2332 return cloneWithDiscriminator(*Encoded); in cloneWithBaseDiscriminator()
|