Home
last modified time | relevance | path

Searched refs:allzero (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h198 bool allzero = true; in intersectWith() local
206 allzero = false; in intersectWith()
211 BecameZero = allzero; in intersectWith()
221 bool allzero = true; in intersectWithComplement() local
229 allzero = false; in intersectWithComplement()
234 BecameZero = allzero; in intersectWithComplement()
243 bool allzero = true; in intersectWithComplement() local
249 allzero = false; in intersectWithComplement()
251 BecameZero = allzero; in intersectWithComplement()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c24 u8 allzero[SHA256_MAC_LEN]; in eap_pwd_h_init() local
25 os_memset(allzero, 0, SHA256_MAC_LEN); in eap_pwd_h_init()
26 return crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256, allzero, in eap_pwd_h_init()
/freebsd/sys/netinet6/
H A Din6_ifattach.c245 static u_int8_t allzero[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in in6_get_hw_ifid() local
290 if (bcmp(addr, allzero, addrlen) == 0) in in6_get_hw_ifid()
342 bcmp(&in6->s6_addr[9], allzero, 7) == 0) in in6_get_hw_ifid()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c760 unsigned int allzero:1; member
7492 iso9660->zisofs.allzero = 1; in zisofs_init()
7624 if (iso9660->zisofs.allzero) { in zisofs_write_to_temp()
7630 iso9660->zisofs.allzero = 0; in zisofs_write_to_temp()
7641 if (flush == Z_FINISH && iso9660->zisofs.allzero && in zisofs_write_to_temp()
7698 iso9660->zisofs.allzero = 1; in zisofs_write_to_temp()