Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_thread.c156 char truncated[16]; in rte_thread_setname() local
158 strlcpy(truncated, name, sizeof(truncated)); in rte_thread_setname()
159 ret = pthread_setname_np(id, truncated); in rte_thread_setname()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_truncated_files.ksh83 log_must mkfile 32M /$TESTPOOL/$TESTFS2/truncated
99 log_must truncate -s 131072 /$TESTPOOL/$TESTFS2/truncated
/f-stack/app/redis-5.0.5/
H A Dredis.conf795 aof-load-truncated yes
/f-stack/freebsd/mips/mips/
H A Dbcopy.S108 and t0,SIZEREG,AT # count truncated to multiples
203 and t0,SIZEREG,AT # count truncated to multiple of 32
/f-stack/freebsd/contrib/zlib/doc/
H A Dalgorithm.txt33 truncated at a certain length, determined by a runtime option (level
40 previous match is truncated to a length of one (thus producing a single
H A Drfc1951.txt816 chains are arbitrarily truncated at a certain length, determined by a
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstd.1.md351 Having _shrink_ enabled takes a truncated dictionary of minimum size and doubles
352 in size until compression ratio of the truncated dictionary is at most
/f-stack/dpdk/doc/guides/platform/
H A Docteontx2.rst367 Transmit underflow and were truncated: 0
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c3730 trunc_prop_errs(int truncated) in trunc_prop_errs() argument
3732 ASSERT(truncated != 0); in trunc_prop_errs()
3734 if (truncated == 1) in trunc_prop_errs()
3739 "%d more properties could not be set\n"), truncated); in trunc_prop_errs()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst885 …| | | | | accumulations, T(i) is truncated after each pac…
888 …| | | | | is truncated to T[0..3] = [0, 100, 200, 300] …
980 … | the high-demand pipes. This way, the high-demand pipes are truncated |
/f-stack/dpdk/doc/guides/contributing/
H A Ddocumentation.rst449 * Long lines that cannot be wrapped, such as application output, should be truncated to be less tha…
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG186 misc: Fix zstd --list on truncated files by @kostmo
/f-stack/app/nginx-1.16.1/
H A DCHANGES642 *) Bugfix: a truncated response might be stored in cache when using the
2223 truncated responses on 32-bit platforms.
2481 *) Bugfix: response might be truncated if there were more than IOV_MAX
3360 *) Bugfix: SSI response might be truncated after include with
5011 *) Bugfix: large SSI inclusions might be truncated.
5390 *) Bugfix: the big responses may be transferred truncated if SSL and
5708 truncated.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst570 As the data of ``uint8_t`` will be truncated when queue number in
/f-stack/freebsd/netpfil/ipfw/
H A Ddummynet.txt567 If the version of ipfw is wrong, the output could be senseless or truncated,
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt1499 these strings were simply silently truncated.
1653 signature was truncated to 3 characters (instead of 4).
1886 Any 64-bit constants within a 32-bit DSDT or SSDT are still truncated to
5598 (DSDT version < 2). The constant will be truncated and this warning
5664 table. This operator returns a 64-bit time value that will be truncated
13364 is truncated to 32 bits.
14103 were not truncated to 32 bits for 32-bit ACPI tables. This routine
14220 - 64-bit math support and 32-bit-only "truncated" math support
14242 BCD number were truncated during conversion.
14563 within a control method) could be inadvertently truncated during code
[all …]
/f-stack/freebsd/contrib/zlib/
H A DChangeLog1006 - Fix uncompress() to return Z_DATA_ERROR on truncated input