Home
last modified time | relevance | path

Searched refs:splits (Results 1 – 17 of 17) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_ldm.c99 size_t* splits, unsigned* numSplits) in ZSTD_ldm_gear_feed() argument
112 splits[*numSplits] = n; \ in ZSTD_ldm_gear_feed()
296 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_fillHashTable() local
307 hashed = ZSTD_ldm_gear_feed(&hashState, ip, (size_t)(iend - ip), splits, &numSplits); in ZSTD_ldm_fillHashTable()
310 if (ip + splits[n] >= istart + minMatchLength) { in ZSTD_ldm_fillHashTable()
311 BYTE const* const split = ip + splits[n] - minMatchLength; in ZSTD_ldm_fillHashTable()
370 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_generateSequences_internal() local
388 splits, &numSplits); in ZSTD_ldm_generateSequences_internal()
391 BYTE const* const split = ip + splits[n] - minMatchLength; in ZSTD_ldm_generateSequences_internal()
H A Dzstd_compress.c4111 ZSTD_deriveBlockSplitsHelper(seqStoreSplits* splits, size_t startIdx, size_t endIdx, in ZSTD_deriveBlockSplitsHelper() argument
4124 …if (endIdx - startIdx < MIN_SEQUENCES_BLOCK_SPLITTING || splits->idx >= ZSTD_MAX_NB_BLOCK_SPLITS) { in ZSTD_deriveBlockSplitsHelper()
4141 ZSTD_deriveBlockSplitsHelper(splits, startIdx, midIdx, zc, origSeqStore); in ZSTD_deriveBlockSplitsHelper()
4142 splits->splitLocations[splits->idx] = (U32)midIdx; in ZSTD_deriveBlockSplitsHelper()
4143 splits->idx++; in ZSTD_deriveBlockSplitsHelper()
4144 ZSTD_deriveBlockSplitsHelper(splits, midIdx, endIdx, zc, origSeqStore); in ZSTD_deriveBlockSplitsHelper()
4155 seqStoreSplits splits; in ZSTD_deriveBlockSplits() local
4156 splits.splitLocations = partitions; in ZSTD_deriveBlockSplits()
4157 splits.idx = 0; in ZSTD_deriveBlockSplits()
4163 ZSTD_deriveBlockSplitsHelper(&splits, 0, nbSeq, zc, &zc->seqStore); in ZSTD_deriveBlockSplits()
[all …]
/linux/drivers/net/ethernet/freescale/fman/
H A DKconfig21 splits.
24 The FMAN internal queue can overflow when FMAN splits single
/linux/Documentation/sound/soc/
H A Doverview.rst53 To achieve all this, ASoC basically splits an embedded audio system into
/linux/Documentation/arch/riscv/
H A Dvm-layout.rst26 occur.": that splits the virtual address space into 2 halves separated by a very
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h511 __hc32 splits; member
/linux/fs/ceph/
H A Dinode.c527 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree()
545 sort(fragtree->splits, nsplits, sizeof(fragtree->splits[0]), in ceph_fill_fragtree()
552 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree()
553 split_by = le32_to_cpu(fragtree->splits[i].by); in ceph_fill_fragtree()
H A Dmds_client.c144 sizeof(*info->in->fragtree.splits) * in parse_reply_info_in()
/linux/Documentation/filesystems/nfs/
H A Dnfsd-io-modes.rst145 The nfsd_write_direct trace event shows how NFSD splits a given
/linux/Documentation/userspace-api/netlink/
H A Dgenetlink-legacy.rst138 The ``directional`` model splits the ID assignment by the direction of
/linux/Documentation/core-api/
H A Dpadata.rst161 finished. padata splits the job into units called chunks, where a chunk is a
/linux/include/linux/ceph/
H A Dceph_fs.h561 struct ceph_frag_tree_split splits[]; member
/linux/drivers/usb/host/
H A Dehci-sched.c1323 if (!stream->splits) { /* High speed */ in reserve_release_iso_bandwidth()
1454 stream->splits = cpu_to_hc32(ehci, stream->ps.cs_mask); in sitd_slot_ok()
2116 sitd->hw_uframe = stream->splits; in sitd_patch()
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dmpc5200.txt172 The mpc5200 pic binding splits hardware IRQ numbers into two levels. The
/linux/Documentation/admin-guide/
H A Dperf-security.rst52 To perform security checks, the Linux implementation splits processes
/linux/Documentation/process/debugging/
H A Dkgdb.rst259 that splits console output to a terminal program. A console proxy has a
/linux/Documentation/networking/
H A Dj1939.rst94 - Internally, the stack splits the buffer into multiple 8-byte CAN frames.