Searched refs:Decoded (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1332 Waitcnt Decoded; in decodeWaitcnt() local 1336 return Decoded; in decodeWaitcnt() 1370 return encodeWaitcnt(Version, Decoded.LoadCnt, Decoded.ExpCnt, Decoded.DsCnt); in encodeWaitcnt() 1389 Waitcnt Decoded; in decodeLoadcntDscnt() local 1390 Decoded.LoadCnt = in decodeLoadcntDscnt() 1395 return Decoded; in decodeLoadcntDscnt() 1399 Waitcnt Decoded; in decodeStorecntDscnt() local 1400 Decoded.StoreCnt = in decodeStorecntDscnt() 1405 return Decoded; in decodeStorecntDscnt() 1435 return encodeLoadcntDscnt(Version, Decoded.LoadCnt, Decoded.DsCnt); in encodeLoadcntDscnt() [all …]
|
| H A D | AMDGPUBaseInfo.h | 962 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded); 1007 unsigned encodeLoadcntDscnt(const IsaVersion &Version, const Waitcnt &Decoded); 1012 unsigned encodeStorecntDscnt(const IsaVersion &Version, const Waitcnt &Decoded);
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/ddr/ |
| H A D | jedec,lpddr-props.yaml | 48 Density in megabits of SDRAM chip. Decoded from Mode Register 8. 68 IO bus width in bits of SDRAM chip. Decoded from Mode Register 8.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/ |
| H A D | rockchip,vdec.yaml | 36 - description: The Video Decoded CABAC clock
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNHazardRecognizer.cpp | 1247 AMDGPU::Waitcnt Decoded = AMDGPU::decodeWaitcnt(IV, Imm); in fixSMEMtoVectorWriteHazards() local 1249 return (Decoded.DsCnt == 0); in fixSMEMtoVectorWriteHazards()
|
| /freebsd-14.2/share/misc/ |
| H A D | usb_hid_usages | 1637 0xFE Decoded Data
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 1229 OSSL_STORE_INFO_CRL. Decoded public keys would previously have been reported
|