Searched refs:log (Results 1 – 5 of 5) sorted by relevance
46 $(scpfw-cmake-flags-y) --log-level=WARNING $(scpfw-cmake-redirect)
371 #define MUL(x, y) (((x) && (y)) ? pow[(log[(x)]+log[(y)]) % 255] : 0)380 uint8_t log[256]; in aes_gen_tables() local387 log[x] = (uint8_t) i; in aes_gen_tables()408 x = pow[255 - log[i]]; in aes_gen_tables()
1655 x = log(x); in bget_main_test()1656 x = exp(log(4.0 * ExpIncr) / (ExpIncr - 1.0)); in bget_main_test()
1593 * [#665][pr665]: xtest 1013 stalled on HiKey when log levels are 4 and optee_os is on its own UART
936 * Fix log level for the got supported group message. Fixes #6765