Home
last modified time | relevance | path

Searched defs:log2 (Results 1 – 22 of 22) sorted by relevance

/titanic_50/usr/src/lib/libm/common/C/
H A Dlog2.c152 log2(double x) { in log2() function
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c67 #define log2 grub_log2 macro
H A Dfsys_fat.c65 #define log2 grub_log2 macro
H A Ddisk_io.c155 #define log2 grub_log2 macro
H A Dfsys_ext2fs.c241 #define log2(n) ffz(~(n)) macro
H A Dfsys_reiserfs.c377 #define log2 grub_log2 macro
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c422 uint_t max_size, log2; in hermon_cfg_wqe_sizes() local
H A Dhermon_srq.c967 uint_t max_size, log2, actual_sgl; in hermon_srq_sgl_to_logwqesz() local
H A Dhermon_qp.c1223 hermon_qp_alloc_range(hermon_state_t *state, uint_t log2, in hermon_qp_alloc_range()
2821 uint_t max_size, log2, actual_sgl; in hermon_qp_sgl_to_logwqesz() local
H A Dhermon_rsrc.c2662 uint_t num_qp_per_mcg, max_qp_per_mcg, log2; in hermon_rsrc_mcg_entry_get_size() local
H A Dhermon_ci.c723 hermon_ci_alloc_qp_range(ibc_hca_hdl_t hca, uint_t log2, in hermon_ci_alloc_qp_range()
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cfg.c642 uint_t max_size, log2; in tavor_cfg_wqe_sizes() local
H A Dtavor_srq.c1090 uint_t max_size, log2, actual_sgl; in tavor_srq_sgl_to_logwqesz() local
H A Dtavor_qp.c1981 uint_t max_size, log2, actual_sgl; in tavor_qp_sgl_to_logwqesz() local
H A Dtavor_rsrc.c2879 uint_t num_qp_per_mcg, max_qp_per_mcg, log2; in tavor_rsrc_mcg_entry_get_size() local
H A Dtavor_ci.c925 tavor_ci_alloc_qp_range(ibc_hca_hdl_t hca, uint_t log2, in tavor_ci_alloc_qp_range()
/titanic_50/usr/src/head/
H A Dtgmath.h125 #define log2(x) __tgmath_log2(x) macro
/titanic_50/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c596 ibt_alloc_ud_channel_range(ibt_hca_hdl_t hca_hdl, uint_t log2, in ibt_alloc_ud_channel_range()
/titanic_50/usr/src/cmd/dc/
H A Ddc.c2097 log2(long n) in log2() function
/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c3055 p_hash_lookup_err_log2_t log2) in npi_fflp_fcram_error_log2_get()
/titanic_50/usr/src/common/dis/i386/
H A Ddis_tables.c5413 log2(int size) in log2() function
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3060 unsigned int log2 = fls(mtu); in t4_load_mtus() local