Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dnode.h31 #define MAJOR_VER_POS 22 macro
32 #define MAJOR_VER_MASK ~((1 << MAJOR_VER_POS) - 1)
35 #define GET_MAJOR_VER(version) ((version & MAJOR_VER_MASK) >> MAJOR_VER_POS)
39 ((major << MAJOR_VER_POS) | \