Searched refs:bitcount32 (Results 1 – 8 of 8) sorted by relevance
129 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()
34 #define hweight32(x) bitcount32(x)
609 bitcount32(uint32_t x) in bitcount32() function630 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()
282 fle->f.dst_mask = bitcount32(((struct sockaddr_in *) in hash_insert()300 fle->f.src_mask = bitcount32(((struct sockaddr_in *) in hash_insert()
335 num_touches = bitcount32(mt->touches); in evdev_mt_match_frame()637 nfingers = bitcount32(mt->touches); in evdev_mt_send_st_compat()
479 bitcount32(uint32_t x) in bitcount32() function
4599 nfingers = bitcount32(mask);4632 nfingers = bitcount32(mask);4682 nfingers = bitcount32(mask);
2462 aip_o.a_cidr = bitcount32(aip->a_mask.ip); in wg_ioctl_get()