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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-bootp.c933 u_int mask_width, significant_octets, i; local
945 mask_width = *bp++;
947 /* mask_width <= 32 */
948 if (mask_width > 32) {
949 ND_PRINT((ndo, "[ERROR: Mask width (%d) > 32]", mask_width));
954 significant_octets = (mask_width + 7) / 8;
963 if (mask_width == 0)
973 ND_PRINT((ndo, "/%d", mask_width));
/freebsd-12-stable/sys/x86/x86/
H A Dmp_x86.c181 mask_width(u_int x) function
210 mask_width(share_count));
212 caches[level - 1].id_shift = mask_width(share_count);
263 mask_width((cpu_procinfo2 & AMDID_CMP_CORES) + 1);
278 core_id_shift = mask_width(share_count);
287 node_id_shift = pkg_id_shift - mask_width(nodes_per_socket);
326 pkg_id_shift - mask_width(nodes_per_socket);
361 core_id_shift = mask_width(max_logical/max_cores);
364 pkg_id_shift = core_id_shift + mask_width(max_cores);

Completed in 112 milliseconds