Home
last modified time | relevance | path

Searched defs:IS_BIT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Ddisasm.h31 #define IS_BIT(word, n) ((word) & (1<<n)) macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Ddisasm.h31 #define IS_BIT(word, n) ((word) & (1<<n)) macro

Completed in 2 milliseconds