Home
last modified time | relevance | path

Searched refs:___and (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/include/linux/
Dkconfig.h22 #define __and(x, y) ___and(x, y)
23 #define ___and(x, y) ____and(__ARG_PLACEHOLDER_##x, y) macro