Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Docb.c126 static const unsigned char tz_table[] = { in ntz() local
132 return tz_table[x / 4]; in ntz()
136 static const unsigned char tz_table[32] = {0, 1, 28, 2, 29, 14, 24, 3, 30, 22, 20, in ntz() local
139 return tz_table[((uint32_t)((x & -x) * 0x077CB531u)) >> 27]; in ntz()