Home
last modified time | relevance | path

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

/external/lua/src/
Dlgc.h64 #define bit2mask(b1,b2) (bitmask(b1) | bitmask(b2)) macro
84 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)