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)
Fri, Dec 6, 9:31 PM
Unknown Object (File)
Wed, Dec 4, 10:11 PM
Unknown Object (File)
Nov 25 2024, 5:36 PM
Unknown Object (File)
Nov 14 2024, 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
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