Searched full:zfh (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/zstd/decompress/ |
| H A D | zstd_decompress.c | 555 { ZSTD_FrameHeader zfh; in ZSTD_getFrameContentSize() local 556 if (ZSTD_getFrameHeader(&zfh, src, srcSize) != 0) in ZSTD_getFrameContentSize() 558 if (zfh.frameType == ZSTD_skippableFrame) { in ZSTD_getFrameContentSize() 561 return zfh.frameContentSize; in ZSTD_getFrameContentSize() 729 ZSTD_FrameHeader zfh; in ZSTD_findFrameSizeInfo() local 732 { size_t const ret = ZSTD_getFrameHeader_advanced(&zfh, src, srcSize, format); in ZSTD_findFrameSizeInfo() 739 ip += zfh.headerSize; in ZSTD_findFrameSizeInfo() 740 remainingSize -= zfh.headerSize; in ZSTD_findFrameSizeInfo() 760 if (zfh.checksumFlag) { in ZSTD_findFrameSizeInfo() 768 frameSizeInfo.decompressedBound = (zfh.frameContentSize != ZSTD_CONTENTSIZE_UNKNOWN) in ZSTD_findFrameSizeInfo() [all …]
|
| /linux/Documentation/devicetree/bindings/riscv/ |
| H A D | extensions.yaml | 527 - const: zfh 529 The standard Zfh extension for 16-bit half-precision binary 531 version numbers for Zfh/Zfinx") of riscv-isa-manual. 537 in commit 64074bc ("Update version numbers for Zfh/Zfinx") of
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | get-reg-list.c | 600 KVM_ISA_EXT_ARR(ZFH), in isa_ext_multi_id_to_str() 1262 KVM_ISA_EXT_SIMPLE_CONFIG(zfh, ZFH);
|
| /linux/Documentation/arch/riscv/ |
| H A D | hwprobe.rst | 157 * :c:macro:`RISCV_HWPROBE_EXT_ZFH`: The Zfh extension version 1.0 is supported
|
| /linux/arch/riscv/kernel/ |
| H A D | sys_hwprobe.c | 172 EXT_KEY(isainfo->isa, ZFH, pair->value, missing); in hwprobe_isa_ext0()
|
| H A D | cpufeature.c | 553 __RISCV_ISA_EXT_DATA_VALIDATE(zfh, RISCV_ISA_EXT_ZFH, riscv_ext_f_depends),
|