Searched refs:TypeStringRowShift (Results 1 – 1 of 1) sorted by relevance
78 const int TypeStringRowShift = 2; // shift amount to go downe one row… variable79 const int TypeStringColumnMask = (1 << TypeStringRowShift) - 1; // reduce type to its column number…342 if ((function.types & (1 << (type >> TypeStringRowShift))) == 0) in AddTabledBuiltin()