Searched refs:Decoded (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | stack_trace_compressor.cpp | 62 uintptr_t Decoded = Value >> 1; in zigzagDecode() local 64 return Decoded; in zigzagDecode() 65 return ~Decoded; in zigzagDecode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1677 Waitcnt Decoded; in decodeWaitcnt() local 1678 Decoded.LoadCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt() 1679 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt() 1680 Decoded.DsCnt = decodeLgkmcnt(Version, Encoded); in decodeWaitcnt() 1681 return Decoded; in decodeWaitcnt() 1714 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded) { in encodeWaitcnt() argument 1715 return encodeWaitcnt(Version, Decoded.LoadCnt, Decoded.ExpCnt, Decoded.DsCnt); in encodeWaitcnt() 1733 Waitcnt Decoded; in decodeLoadcntDscnt() local 1734 Decoded.LoadCnt = in decodeLoadcntDscnt() 1737 Decoded.DsCnt = unpackBits(LoadcntDscnt, getDscntBitShift(Version.Major), in decodeLoadcntDscnt() [all …]
|
| H A D | AMDGPUBaseInfo.h | 1166 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded); 1215 unsigned encodeLoadcntDscnt(const IsaVersion &Version, const Waitcnt &Decoded); 1220 unsigned encodeStorecntDscnt(const IsaVersion &Version, const Waitcnt &Decoded);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ARMEHABIPrinter.h | 309 bool Decoded = false; in Decode() local 313 Decoded = true; in Decode() 317 if (!Decoded) in Decode()
|
| /freebsd/contrib/smart/ |
| H A D | README.md | 55 Decoded output converts numeric values (Log Page, Attribute ID and Value tuples) into human-readabl…
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNHazardRecognizer.cpp | 1341 AMDGPU::Waitcnt Decoded = AMDGPU::decodeWaitcnt(IV, Imm); in fixSMEMtoVectorWriteHazards() local 1343 return (Decoded.DsCnt == 0); in fixSMEMtoVectorWriteHazards()
|
| /freebsd/share/misc/ |
| H A D | usb_hid_usages | 1637 0xFE Decoded Data
|
| /freebsd/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 3315 * @param [out] dec_error Decoded error message 7833 * @param [out] rep Decoded ticket information
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 3019 OSSL_STORE_INFO_CRL. Decoded public keys would previously have been reported
|