Searched refs:allzero (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 197 bool allzero = true; in intersectWith() local 205 allzero = false; in intersectWith() 210 BecameZero = allzero; in intersectWith() 220 bool allzero = true; in intersectWithComplement() local 228 allzero = false; in intersectWithComplement() 233 BecameZero = allzero; in intersectWithComplement() 242 bool allzero = true; in intersectWithComplement() local 248 allzero = false; in intersectWithComplement() 250 BecameZero = allzero; in intersectWithComplement()
|
| /freebsd-13.1/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-13.1/sys/netinet6/ |
| H A D | in6_ifattach.c | 247 static u_int8_t allzero[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in in6_get_hw_ifid() local 292 if (bcmp(addr, allzero, addrlen) == 0) in in6_get_hw_ifid() 344 bcmp(&in6->s6_addr[9], allzero, 7) == 0) in in6_get_hw_ifid()
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_iso9660.c | 760 signed int allzero:1; member 7496 iso9660->zisofs.allzero = 1; in zisofs_init() 7628 if (iso9660->zisofs.allzero) { in zisofs_write_to_temp() 7634 iso9660->zisofs.allzero = 0; in zisofs_write_to_temp() 7645 if (flush == Z_FINISH && iso9660->zisofs.allzero && in zisofs_write_to_temp() 7702 iso9660->zisofs.allzero = 1; in zisofs_write_to_temp()
|