Searched refs:allzero (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SparseBitVector.h | 198 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 D | eap_pwd_common.c | 24 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 D | in6_ifattach.c | 245 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 D | archive_write_set_format_iso9660.c | 760 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()
|