Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkconfig.h20 #define __and(x, y) ___and(x, y)
21 #define ___and(x, y) ____and(__ARG_PLACEHOLDER_##x, y) macro