| /f-stack/freebsd/amd64/vmm/ |
| H A D | x86.c | 83 log2(u_int x) in log2() function 166 width = MIN(0xF, log2(threads * cores)); in x86_emulate_cpuid() 300 (vcpu_id >> log2(threads + 1)); in x86_emulate_cpuid() 495 width = log2(logical_cpus); in x86_emulate_cpuid() 502 width = log2(logical_cpus); in x86_emulate_cpuid()
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-hugepages.py | 11 from math import log2 22 logk = int(log2(kb) / 10)
|
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_red.c | 58 rte_red_log2_1_minus_Wq[index] = (uint16_t) round(-1.0 * scale * log2(1.0 - Wq)); in __rte_red_init_tables()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_common.c | 236 base = (uint32_t)ceilf(log2(i64)); in test_log2() 244 base = (uint32_t)ceilf(log2((uint32_t)i)); in test_log2()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_elem.c | 387 size_t log2; in malloc_elem_free_list_index() local 394 log2 = sizeof(size) * 8 - __builtin_clzl(size - 1); in malloc_elem_free_list_index() 397 index = (log2 - MALLOC_MINSIZE_LOG2 + MALLOC_LOG2_INCREMENT - 1) / in malloc_elem_free_list_index()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | cirrus,madera.yaml | 84 log2-fifo-ne, log3-fifo-ne, log4-fifo-ne,
|
| /f-stack/freebsd/netinet/ |
| H A D | sctputil.c | 89 sctp_clog.x.misc.log2, in sctp_sblog() 115 sctp_clog.x.misc.log2, in sctp_log_closing() 134 sctp_clog.x.misc.log2, in rto_logging() 156 sctp_clog.x.misc.log2, in sctp_log_strm_del_alt() 177 sctp_clog.x.misc.log2, in sctp_log_nagle_event() 198 sctp_clog.x.misc.log2, in sctp_log_sack() 218 sctp_clog.x.misc.log2, in sctp_log_map() 238 sctp_clog.x.misc.log2, in sctp_log_fr() 266 sctp_clog.x.misc.log2, in sctp_log_mb() 308 sctp_clog.x.misc.log2, in sctp_log_strm_del() [all …]
|
| H A D | sctp_uio.h | 884 uint32_t log2; member
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_memalloc.c | 216 int log2 = rte_log2_u64(page_sz); in pagesz_flags() local 217 return log2 << RTE_MAP_HUGE_SHIFT; in pagesz_flags()
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | t4_hw.c | 98 unsigned int log2 = cxgbe_fls(mtu); in t4_load_mtus() local 100 if (!(mtu & ((1 << log2) >> 2))) /* round */ in t4_load_mtus() 101 log2--; in t4_load_mtus() 103 V_MTUWIDTH(log2) | V_MTUVALUE(mtu)); in t4_load_mtus()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp_uio.h | 884 uint32_t log2; member
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 648 int my_logtype2 = rte_log_register("myapp.log2"); 653 /* only display messages higher than NOTICE for log2 (default
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 681 int log2 = rte_log2_u64(page_sz); in pagesz_flags() local 683 return (log2 << HUGE_SHIFT); in pagesz_flags()
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3000 * ``wq_log2_g``: Negated log2 of queue weight (wq) 3005 * ``wq_log2_y``: Negated log2 of queue weight (wq) 3010 * ``wq_log2_r``: Negated log2 of queue weight (wq)
|
| /f-stack/freebsd/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 1026 The `log2` of the table size is its `Accuracy_Log`.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | qos_framework.rst | 1362 In the dropper module, a look-up table is used to compute log2(1-wq) for each value of wq supported…
|