Home
last modified time | relevance | path

Searched refs:log (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/scmi-server/
H A Dsub.mk46 $(scpfw-cmake-flags-y) --log-level=WARNING $(scpfw-cmake-redirect)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Daes.c371 #define MUL(x, y) (((x) && (y)) ? pow[(log[(x)]+log[(y)]) % 255] : 0)
380 uint8_t log[256]; in aes_gen_tables() local
387 log[x] = (uint8_t) i; in aes_gen_tables()
408 x = pow[255 - log[i]]; in aes_gen_tables()
/optee_os/lib/libutils/isoc/
H A Dbget.c1655 x = log(x); in bget_main_test()
1656 x = exp(log(4.0 * ExpIncr) / (ExpIncr - 1.0)); in bget_main_test()
/optee_os/
H A DCHANGELOG.md1593 * [#665][pr665]: xtest 1013 stalled on HiKey when log levels are 4 and optee_os is on its own UART
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog936 * Fix log level for the got supported group message. Fixes #6765