Searched refs:INDEX_NINE (Results 1 – 5 of 5) sorted by relevance
38 constexpr int32_t INDEX_NINE { 9 }; variable331 dev.keyBitmask_[INDEX_NINE] = NUM_HUNDRED_TWENTY_EIGHT;
35 constexpr int32_t INDEX_NINE { 9 }; variable328 dev.keyBitmask_[INDEX_NINE] = NUM_HUNDRED_TWENTY_EIGHT;
51 static constexpr int INDEX_NINE = 9; variable740 for (int i = INDEX_SEVEN; i < INDEX_NINE; i++) {815 for (int i = INDEX_SEVEN; i < INDEX_NINE; i++) {
33 const static unsigned int INDEX_NINE = 9; variable
92 … if (index1 == 0 && ((index2 == INDEX_FIFY) || (index2 == INDEX_SIX) || (index2 == INDEX_NINE) || in GetInvalidDefine()