Searched refs:pow (Results 1 – 3 of 3) sorted by relevance
233 uint8_t pow = 0; in tzc_auto_configure() local243 pow = tzc.addr_width; in tzc_auto_configure()245 while (lsize != 0 && pow > 15) { in tzc_auto_configure()246 region_size = 1ULL << pow; in tzc_auto_configure()252 TZC_ATTR_REGION_SIZE(pow - 1) | in tzc_auto_configure()258 pow = tzc.addr_width; in tzc_auto_configure()279 TZC_ATTR_REGION_SIZE(pow - 1) | in tzc_auto_configure()283 pow = tzc.addr_width; in tzc_auto_configure()286 pow--; in tzc_auto_configure()
1617 bufsize bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test()1710 bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test()
395 #define MUL(x,y) ( ( (x) && (y) ) ? pow[(log[(x)]+log[(y)]) % 255] : 0 )402 int pow[256]; in aes_gen_tables() local410 pow[i] = x; in aes_gen_tables()432 x = pow[255 - log[i]]; in aes_gen_tables()
Completed in 11 milliseconds