Home
last modified time | relevance | path

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

12

/freebsd-14.2/bin/sh/tests/expansion/
H A Dcmdsubst24.020 splits="$*"
21 check "$LINENO" "$splits" "a@bc@d@a@bc@d@a bc d@a bc d"
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_ldm.c98 size_t* splits, unsigned* numSplits) in ZSTD_ldm_gear_feed() argument
111 splits[*numSplits] = n; \ in ZSTD_ldm_gear_feed()
276 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_fillHashTable() local
287 hashed = ZSTD_ldm_gear_feed(&hashState, ip, iend - ip, splits, &numSplits); in ZSTD_ldm_fillHashTable()
290 if (ip + splits[n] >= istart + minMatchLength) { in ZSTD_ldm_fillHashTable()
291 BYTE const* const split = ip + splits[n] - minMatchLength; in ZSTD_ldm_fillHashTable()
348 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_generateSequences_internal() local
366 splits, &numSplits); in ZSTD_ldm_generateSequences_internal()
369 BYTE const* const split = ip + splits[n] - minMatchLength; in ZSTD_ldm_generateSequences_internal()
H A Dzstd_compress.c3586 ZSTD_deriveBlockSplitsHelper(seqStoreSplits* splits, size_t startIdx, size_t endIdx, in ZSTD_deriveBlockSplitsHelper() argument
3597 …if (endIdx - startIdx < MIN_SEQUENCES_BLOCK_SPLITTING || splits->idx >= ZSTD_MAX_NB_BLOCK_SPLITS) { in ZSTD_deriveBlockSplitsHelper()
3614 ZSTD_deriveBlockSplitsHelper(splits, startIdx, midIdx, zc, origSeqStore); in ZSTD_deriveBlockSplitsHelper()
3615 splits->splitLocations[splits->idx] = (U32)midIdx; in ZSTD_deriveBlockSplitsHelper()
3616 splits->idx++; in ZSTD_deriveBlockSplitsHelper()
3617 ZSTD_deriveBlockSplitsHelper(splits, midIdx, endIdx, zc, origSeqStore); in ZSTD_deriveBlockSplitsHelper()
3626 seqStoreSplits splits = {partitions, 0}; in ZSTD_deriveBlockSplits() local
3632 ZSTD_deriveBlockSplitsHelper(&splits, 0, nbSeq, zc, &zc->seqStore); in ZSTD_deriveBlockSplits()
3633 splits.splitLocations[splits.idx] = nbSeq; in ZSTD_deriveBlockSplits()
3634 DEBUGLOG(5, "ZSTD_deriveBlockSplits: final nb partitions: %zu", splits.idx+1); in ZSTD_deriveBlockSplits()
[all …]
/freebsd-14.2/sys/dev/ntb/ntb_hw/
H A Dntb_hw_plx.c74 } splits[PLX_MAX_SPLIT]; member
373 mw->splits[j].mw_map_mode = VM_MEMATTR_UNCACHEABLE; in ntb_plx_attach()
723 bsize = mw->splits[0].mw_xlat_size; in ntb_plx_mw_set_trans_internal()
770 size = split ? 0 : mw->splits[0].mw_xlat_size; in ntb_plx_mw_set_trans_internal()
776 eaddr = addr = mw->splits[sp].mw_xlat_addr; in ntb_plx_mw_set_trans_internal()
777 size = mw->splits[sp++].mw_xlat_size; in ntb_plx_mw_set_trans_internal()
812 mw->splits[sp].mw_xlat_addr = addr; in ntb_plx_mw_set_trans()
813 mw->splits[sp].mw_xlat_size = size; in ntb_plx_mw_set_trans()
835 *mode = mw->splits[sp].mw_map_mode; in ntb_plx_mw_get_wc()
852 if (mw->splits[sp].mw_map_mode == mode) in ntb_plx_mw_set_wc()
[all …]
/freebsd-14.2/contrib/one-true-awk/testdir/
H A DT.flags23 ### Awk is now like gawk and splits into separate characters if FS = ""
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-static-replicator.yaml23 The Coresight replicator splits a single trace stream into two trace streams
H A Darm,coresight-dynamic-replicator.yaml23 The Coresight replicator splits a single trace stream into two trace streams
/freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml77 description: CRAM page size. The controller splits the burst access
141 reaches 0, the controller splits the current access, toggles NE to
/freebsd-14.2/contrib/libpcap/doc/
H A DREADME.sita38 both WAN and LAN protocols. It effectively splits the operation of
/freebsd-14.2/lib/libc/db/
H A Dchangelog82 recno: Fixed bug in sorted page splits.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGenRegisterBankInfo.def306 /// getValueMappingSGPR64Only, this splits both VGPRs and SGPRs.
/freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_hkdf.txt206 # Test concat of multiple info (Uses existing test data, and just splits the info into separate fie…
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_HTTP_parse_url.pod53 C<[scheme://][userinfo@]host[:port][/path][?query][#fragment]> and splits it up
/freebsd-14.2/contrib/sendmail/src/
H A Dqueue.c8286 ENVELOPE *splits[MAXQUEUEGROUPS]; local
8381 splits[nsplits++] = ee;
8392 es = splits[i];
8401 qsort(splits, nsplits, sizeof(ENVELOPE *), e_filesys_compare);
8404 if (!dup_df(e, splits[0]))
8412 if (!dup_df(splits[i - 1], splits[i]))
8419 es = splits[i];
8432 (void) unlink(queuename(splits[j], DATAFL_LETTER));
/freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpc5200.txt172 The mpc5200 pic binding splits hardware IRQ numbers into two levels. The
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td53 // Pseudo-resource used to block CTISTD when handling multi-pipeline splits.
/freebsd-14.2/contrib/one-true-awk/
H A DFIXES.1e500 change to FS is now noticed immediately for subsequent splits.
1019 enhanced split(), as in gawk, etc: split(s, a, "") splits s into
/freebsd-14.2/crypto/heimdal/lib/wind/
H A Drfc3490.txt720 The box labeled "Application" is where the application splits a
/freebsd-14.2/contrib/mandoc/
H A DNEWS1276 * -DUGLY is now the default (no feature splits!).
/freebsd-14.2/contrib/byacc/
H A DCHANGES586 this splits up "\nbreak;\n" output to put #line directives after first "\n"
5098 make -r and -p options work together. The -r option splits the generated
/freebsd-14.2/contrib/dialog/
H A Daclocal.m43753 # This will not work if the preprocessor splits the line after the
/freebsd-14.2/contrib/tzcode/
H A DNEWS429 A new Zone America/Ciudad_Juarez splits from America/Ojinaga.
/freebsd-14.2/contrib/tzdata/
H A DNEWS532 A new Zone America/Ciudad_Juarez splits from America/Ojinaga.
/freebsd-14.2/contrib/xz/
H A DChangeLog6210 This commit splits liblzma.map into two versions: one for
/freebsd-14.2/contrib/ncurses/
H A DNEWS3292 + if -f option splits line, do not further split it with -W

12