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)
Thu, Nov 14, 6:35 AM
Unknown Object (File)
Oct 1 2024, 2:42 PM
Unknown Object (File)
Oct 1 2024, 11:28 AM
Unknown Object (File)
Sep 29 2024, 11:45 PM
Unknown Object (File)
Sep 27 2024, 7:36 PM
Unknown Object (File)
Sep 21 2024, 5:17 AM
Unknown Object (File)
Sep 18 2024, 5:01 PM
Unknown Object (File)
Sep 18 2024, 5:42 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