Home
last modified time | relevance | path

Searched refs:Encoded (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h127 UIntTy decodeRaw(EncodedTy Encoded) { in decodeRaw() argument
128 if (Encoded == 0) in decodeRaw()
131 return SourceLocationEncoding::decodeRaw(Prev = Encoded); in decodeRaw()
132 return SourceLocationEncoding::decodeRaw(Prev += zagZig(Encoded - 1)); in decodeRaw()
136 SourceLocation decode(EncodedTy Encoded) { in decode() argument
137 return SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
178 RawLocEncoding Encoded = encodeRaw(Loc.getRawEncoding()); in encode() local
182 Encoded |= (RawLocEncoding)BaseModuleFileIndex << 32; in encode()
183 return Encoded; in encode()
186 SourceLocationEncoding::decode(RawLocEncoding Encoded, in decode() argument
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dder30 >>&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 Dasf39 >>>82 lelong x \b, Encoded Image Height %d
H A Driff501 >>>>>>>(104.l+132) string/c fljp Field Encoded Motion JPEG
552 >>>>>>>(104.l+132) string/c rle4 Run Length Encoded 4
553 >>>>>>>(104.l+132) string/c rle8 Run Length Encoded 8
H A Dcad115 >>4 uleshort 0x0009 \b, Run-Length Encoded 1-bit
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h41 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/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp55 uintptr_t Encoded = Value << 1; in zigzagEncode() local
57 return Encoded; in zigzagEncode()
58 return ~Encoded; in zigzagEncode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h360 static ValueType decode(uint64_t Encoded) { return Encoded; } in decode()
373 static std::tuple<typename Fields::ValueType...> decode(uint64_t Encoded) { in decode()
374 return {Fields::decode((Encoded >> Fields::Offset) & in decode()
1006 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded);
1101 static ValueType decode(uint64_t Encoded) { return Encoded + 1; } in decode()
1119 unsigned decodeFieldVaVdst(unsigned Encoded);
1122 unsigned decodeFieldVmVsrc(unsigned Encoded);
1125 unsigned decodeFieldSaSdst(unsigned Encoded);
1131 unsigned encodeFieldVmVsrc(unsigned Encoded, unsigned VmVsrc);
1137 unsigned encodeFieldVaVdst(unsigned Encoded, unsigned VaVdst);
[all …]
H A DAMDGPUBaseInfo.cpp1431 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded) { in decodeWaitcnt() argument
1433 Decoded.LoadCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt()
1434 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt()
1435 Decoded.DsCnt = decodeLgkmcnt(Version, Encoded); in decodeWaitcnt()
1662 unsigned decodeFieldVmVsrc(unsigned Encoded) { in decodeFieldVmVsrc() argument
1663 return unpackBits(Encoded, getVmVsrcBitShift(), getVmVsrcBitWidth()); in decodeFieldVmVsrc()
1666 unsigned decodeFieldVaVdst(unsigned Encoded) { in decodeFieldVaVdst() argument
1667 return unpackBits(Encoded, getVaVdstBitShift(), getVaVdstBitWidth()); in decodeFieldVaVdst()
1670 unsigned decodeFieldSaSdst(unsigned Encoded) { in decodeFieldSaSdst() argument
1671 return unpackBits(Encoded, getSaSdstBitShift(), getSaSdstBitWidth()); in decodeFieldSaSdst()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp23 : 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/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h54 SmallVector<char, 1024> Encoded; member
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp312 unsigned Encoded = encodePPC64LocalEntryOffset(LocalOffset); in emitLocalEntry() local
316 Other |= Encoded; in emitLocalEntry()
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.schema103 DESC 'Encoded ASN1 Key as an octet string'
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h102 Encoded, // --attribute=encoded enumerator
332 ATTRIBUTE_OPTION(Encoded);
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1435 -- 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/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp74 clEnumValN(LVAttributeKind::Encoded, "encoded",
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp349 unsigned Encoded = ARM_AM::getT2SOImmVal(SoImm); in getT2SOImmOpValue()
350 assert(Encoded != ~0U && "Not a Thumb2 so_imm value?"); in getT2SOImmOpValue()
351 return Encoded; in getT2SOImmOpValue()
1619 // Encoded as [Rn, Rm, imm]. in getSORegImmOpValue()
348 unsigned Encoded = ARM_AM::getT2SOImmVal(SoImm); getT2SOImmOpValue() local
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpc5200.txt184 "ICTL PerStat, MainStat, CritStat Encoded Register"
/freebsd/usr.sbin/bsdconfig/share/
H A Dstrings.subr541 # Decode $text from a URI. Encoded characters are converted from their `%XX'
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2396 if (std::optional<unsigned> Encoded = encodeDiscriminator(D, DF, CI)) in cloneWithBaseDiscriminator() local
2397 return cloneWithDiscriminator(*Encoded); in cloneWithBaseDiscriminator()