Page MenuHomeFreeBSD

bitset: rename confusing macro NAND to ANDNOT
ClosedPublic

Authored by rlibby on Dec 13 2019, 12:48 AM.
Tags
None
Referenced Files
F87582865: D22791.id65585.diff
Fri, Jul 5, 10:15 AM
F87581150: D22791.id65574.diff
Fri, Jul 5, 9:31 AM
Unknown Object (File)
Wed, Jul 3, 3:56 AM
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
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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28118
Build 26256: arc lint + arc unit