Home | History | Annotate | Download | only in runtime

Lines Matching full:solidity

3190 #define HPSG_STATE(solidity, kind) ((uint8_t)((((kind) & 0x7) << 3) | ((solidity) & 0x7)))