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/sys/netinet6/
H A Din6_ifattach.c195 static u_int8_t allzero[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in in6_get_interface_hwaddr() local
227 if (memcmp(addr, allzero, *len) == 0 || memcmp(addr, allone, *len) == 0) in in6_get_interface_hwaddr()
267 static u_int8_t allzero[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in in6_get_hw_ifid() local
299 bcmp(&in6->s6_addr[9], allzero, 7) == 0) in in6_get_hw_ifid()
313 static uint8_t allzero[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in validate_ifid() local
318 if (memcmp(iid, allzero, 8) == 0) in validate_ifid()
/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/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c760 unsigned int allzero:1; member
7503 iso9660->zisofs.allzero = 1; in zisofs_init()
7635 if (iso9660->zisofs.allzero) { in zisofs_write_to_temp()
7641 iso9660->zisofs.allzero = 0; in zisofs_write_to_temp()
7652 if (flush == Z_FINISH && iso9660->zisofs.allzero && in zisofs_write_to_temp()
7709 iso9660->zisofs.allzero = 1; in zisofs_write_to_temp()