HomeSort by relevance Sort by last modified time
    Searched full:tz_table (Results 1 - 1 of 1) sorted by null

  /system/keymaster/
ocb.c 125 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];
    [all...]

Completed in 434 milliseconds