Searched refs:ta_log2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c959 static int ta_log2(uint32_t v);
1250 ta_log2(uint32_t v) function
1301 hsize = ta_log2(cfg->size4) << 8 | ta_log2(cfg->size6);
1838 ti->data |= ta_log2(cfg->size4) << 8 | ta_log2(cfg->size6);

Completed in 66 milliseconds