Home
last modified time | relevance | path

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

/optee_os/core/drivers/
A Dtzc380.c233 uint8_t pow = 0; in tzc_auto_configure() local
243 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()
/optee_os/lib/libutils/isoc/
A Dbget.c1617 bufsize bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test()
1710 bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test()
/optee_os/lib/libmbedtls/mbedtls/library/
A Daes.c395 #define MUL(x,y) ( ( (x) && (y) ) ? pow[(log[(x)]+log[(y)]) % 255] : 0 )
402 int pow[256]; in aes_gen_tables() local
410 pow[i] = x; in aes_gen_tables()
432 x = pow[255 - log[i]]; in aes_gen_tables()

Completed in 11 milliseconds