Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test_lib_dl/
H A Dos_test_lib_dl.c10 extern int os_test_global;
14 os_test_global *= 10; in os_test_shlib_dl_init()
15 os_test_global += 3; in os_test_shlib_dl_init()
16 DMSG("os_test_global=%d", os_test_global); in os_test_shlib_dl_init()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test_lib/
H A Dos_test_lib.c10 extern int os_test_global;
14 os_test_global *= 10; in os_test_shlib_init()
15 os_test_global += 2; in os_test_shlib_init()
16 DMSG("os_test_global=%d", os_test_global); in os_test_shlib_init()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c1288 volatile int os_test_global; variable
1292 os_test_global *= 10; in os_test_init()
1293 os_test_global += 1; in os_test_init()
1294 DMSG("os_test_global=%d", os_test_global); in os_test_init()
1305 params[0].value.a = os_test_global; in ta_entry_get_global_var()