Searched refs:kCount16 (Results 1 – 1 of 1) sorted by relevance
464 constexpr int kCount16 = sizeof(Face) / sizeof(uint16_t); in genKey() local466 uint16_t* key = reinterpret_cast<uint16_t*>(b->add32n((kCount16 + 1) / 2)); in genKey()468 key[kCount16] = 0; in genKey()469 GR_STATIC_ASSERT(1 == kCount16 % 2); in genKey()