/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_ldm.c | 98 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 D | zstd_compress.c | 3586 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/bin/sh/tests/expansion/ |
H A D | cmdsubst24.0 | 20 splits="$*" 21 check "$LINENO" "$splits" "a@bc@d@a@bc@d@a bc d@a bc d"
|
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_plx.c | 73 } splits[PLX_MAX_SPLIT]; member 372 mw->splits[j].mw_map_mode = VM_MEMATTR_UNCACHEABLE; in ntb_plx_attach() 722 bsize = mw->splits[0].mw_xlat_size; in ntb_plx_mw_set_trans_internal() 760 addr = split ? UINT64_MAX : mw->splits[0].mw_xlat_addr; in ntb_plx_mw_set_trans_internal() 769 size = split ? 0 : mw->splits[0].mw_xlat_size; in ntb_plx_mw_set_trans_internal() 775 eaddr = addr = mw->splits[sp].mw_xlat_addr; in ntb_plx_mw_set_trans_internal() 776 size = mw->splits[sp++].mw_xlat_size; in ntb_plx_mw_set_trans_internal() 811 mw->splits[sp].mw_xlat_addr = addr; in ntb_plx_mw_set_trans() 812 mw->splits[sp].mw_xlat_size = size; in ntb_plx_mw_set_trans() 834 *mode = mw->splits[sp].mw_map_mode; in ntb_plx_mw_get_wc() [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.flags | 23 ### Awk is now like gawk and splits into separate characters if FS = ""
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | large_sections.rst | 24 For example, x86-64's medium code model splits global variables into small and
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.sita | 38 both WAN and LAN protocols. It effectively splits the operation of
|
/freebsd/lib/libc/db/ |
H A D | changelog | 82 recno: Fixed bug in sorted page splits.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUGenRegisterBankInfo.def | 307 /// getValueMappingSGPR64Only, this splits both VGPRs and SGPRs.
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_hkdf.txt | 206 # Test concat of multiple info (Uses existing test data, and just splits the info into separate fie…
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_HTTP_parse_url.pod | 53 C<[scheme://][userinfo@]host[:port][/path][?query][#fragment]> and splits it up
|
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 8286 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/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | mpc5200.txt | 172 The mpc5200 pic binding splits hardware IRQ numbers into two levels. The
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsScheduleP5600.td | 53 // Pseudo-resource used to block CTISTD when handling multi-pipeline splits.
|
/freebsd/contrib/one-true-awk/ |
H A D | FIXES.1e | 500 change to FS is now noticed immediately for subsequent splits. 1019 enhanced split(), as in gawk, etc: split(s, a, "") splits s into
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3490.txt | 720 The box labeled "Application" is where the application splits a
|
/freebsd/contrib/mandoc/ |
H A D | NEWS | 1276 * -DUGLY is now the default (no feature splits!).
|
/freebsd/crypto/openssh/ |
H A D | ChangeLog | 2231 binaries. This step splits sshd into a listener and a session binary. More 2232 splits are planned.
|
/freebsd/contrib/byacc/ |
H A D | CHANGES | 736 this splits up "\nbreak;\n" output to put #line directives after first "\n" 5248 make -r and -p options work together. The -r option splits the generated
|
/freebsd/contrib/dialog/ |
H A D | aclocal.m4 | 3753 # This will not work if the preprocessor splits the line after the
|
/freebsd/contrib/tzcode/ |
H A D | NEWS | 429 A new Zone America/Ciudad_Juarez splits from America/Ojinaga.
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 532 A new Zone America/Ciudad_Juarez splits from America/Ojinaga.
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 3292 + if -f option splits line, do not further split it with -W
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 13977 * New function OCSP_parse_url(). This splits up a URL into its host,
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 33763 for now, I'm giving up on removing functions that are written twice (because of declaraion and defintion). That regex is difficult because ruby script splits with newline, ; and { and }. I just added declaration for resetTest, to avoid warnings 33803 for now, I'm giving up on removing functions that are written twice (because of declaraion and defintion). That regex is difficult because ruby script splits with newline, ; and { and }. I just added declaration for resetTest, to avoid warnings [all...] |