Searched refs:truncated (Results 1 – 4 of 4) sorted by relevance
| /dpdk/lib/eal/linux/ |
| H A D | eal_thread.c | 33 char truncated[16]; in rte_thread_setname() local 35 strlcpy(truncated, name, sizeof(truncated)); in rte_thread_setname() 36 ret = pthread_setname_np(id, truncated); in rte_thread_setname()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | qos_framework.rst | 886 …| | | | | accumulations, T(i) is truncated after each pac… 889 …| | | | | is truncated to T[0..3] = [0, 100, 200, 300] … 981 … | the high-demand pipes. This way, the high-demand pipes are truncated |
|
| /dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 453 * Long lines that cannot be wrapped, such as application output, should be truncated to be less tha…
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 502 As the data of ``uint8_t`` will be truncated when queue number in
|