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

/system/keymaster/
H A Docb.c125 static const unsigned char tz_table[] = { local
131 return tz_table[x / 4];
135 static const unsigned char tz_table[32] = {0, 1, 28, 2, 29, 14, 24, 3, 30, 22, 20, local
138 return tz_table[((uint32_t)((x & -x) * 0x077CB531u)) >> 27];

Completed in 18 milliseconds