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

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-bootp.c928 u_int mask_width, significant_octets, i; local
940 mask_width = *bp++;
942 /* mask_width <= 32 */
943 if (mask_width > 32) {
944 ND_PRINT((ndo, "[ERROR: Mask width (%d) > 32]", mask_width));
949 significant_octets = (mask_width + 7) / 8;
958 if (mask_width == 0)
968 ND_PRINT((ndo, "/%d", mask_width));
/freebsd-11.0-release/sys/x86/x86/
H A Dmp_x86.c173 mask_width(u_int x) function
202 mask_width(share_count));
204 caches[level - 1].id_shift = mask_width(share_count);
253 mask_width((cpu_procinfo2 & AMDID_CMP_CORES) + 1);
321 core_id_shift = mask_width(max_logical/max_cores);
324 pkg_id_shift = core_id_shift + mask_width(max_cores);

Completed in 106 milliseconds