Home
last modified time | relevance | path

Searched refs:bitcount32 (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/sys/net/wg/selftest/
H A Dallowedips.c129 return (bitcount32(mask->ip6[0]) + in horrible_mask_to_cidr()
130 bitcount32(mask->ip6[1]) + in horrible_mask_to_cidr()
131 bitcount32(mask->ip6[2]) + in horrible_mask_to_cidr()
132 bitcount32(mask->ip6[3])); in horrible_mask_to_cidr()
735 cidr = bitcount32(aip->a_mask.ip); in wg_allowedips_lookup_test()
/dflybsd-src/sys/dev/drm/include/asm/bitops/
H A Dconst_hweight.h34 #define hweight32(x) bitcount32(x)
/dflybsd-src/usr.sbin/pciconf/
H A Dcap.c609 bitcount32(uint32_t x) in bitcount32() function
630 printf(" %d fatal", bitcount32(sta & mask)); in ecap_aer()
631 printf(" %d non-fatal", bitcount32(sta & ~mask)); in ecap_aer()
633 printf(" %d corrected", bitcount32(sta)); in ecap_aer()
/dflybsd-src/sys/netgraph7/netflow/
H A Dnetflow.c282 fle->f.dst_mask = bitcount32(((struct sockaddr_in *) in hash_insert()
300 fle->f.src_mask = bitcount32(((struct sockaddr_in *) in hash_insert()
/dflybsd-src/sys/dev/misc/evdev/
H A Devdev_mt.c335 num_touches = bitcount32(mt->touches); in evdev_mt_match_frame()
637 nfingers = bitcount32(mt->touches); in evdev_mt_send_st_compat()
/dflybsd-src/sys/sys/
H A Dsystm.h479 bitcount32(uint32_t x) in bitcount32() function
/dflybsd-src/sys/dev/misc/psm/
H A Dpsm.c4599 nfingers = bitcount32(mask);
4632 nfingers = bitcount32(mask);
4682 nfingers = bitcount32(mask);
/dflybsd-src/sys/net/wg/
H A Dif_wg.c2462 aip_o.a_cidr = bitcount32(aip->a_mask.ip); in wg_ioctl_get()