Page MenuHomeFreeBSD

bitset: rename confusing macro NAND to ANDNOT
ClosedPublic

Authored by rlibby on Dec 13 2019, 12:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 26 2023, 1:26 PM
Unknown Object (File)
Dec 20 2023, 5:39 AM
Unknown Object (File)
Aug 7 2023, 5:43 PM
Unknown Object (File)
Aug 7 2023, 5:43 PM
Unknown Object (File)
Aug 7 2023, 5:41 PM
Unknown Object (File)
Aug 4 2023, 3:08 AM
Unknown Object (File)
Jun 3 2023, 8:08 AM
Unknown Object (File)
May 23 2023, 12:06 AM
Subscribers

Details

Summary

s/BIT_NAND/BIT_ANDNOT/, and for CPU and DOMAINSET too. The actual
implementation is "and not" (or "but not"), i.e. A but not B.
Fortunately this does appear to be what all existing callers want.

Don't supply a NAND (not (A and B)) operation a this time.

Test Plan

make buildkernel

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable