Searched refs:complement (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c188 static bool complement; /* -c: do the complement */ variable
334 complement = true;
533 " -c complement (invert) keep vs. delete\n"
739 if (keep ^ complement) {
/freebsd-13-stable/sys/dev/bxe/
H A Decore_sp.h212 uint32_t crc32_seed, uint8_t complement);
H A Dbxe.c725 uint8_t complement)
766 * 3. complement each bit
795 if (complement)
722 calc_crc32(uint8_t *crc32_packet, uint32_t crc32_length, uint32_t crc32_seed, uint8_t complement) argument

Completed in 190 milliseconds