Home
last modified time | relevance | path

Searched refs:exp_count (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dpreprocess.c235 int exp_count; member
260 if (argc == 0 && v->exp_count) in variable_expand()
264 if (v->exp_count > 1000) in variable_expand()
267 v->exp_count++; in variable_expand()
274 v->exp_count--; in variable_expand()
302 v->exp_count = 0; in variable_add()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c1403 static TEE_Result expect_dl_count_ge(size_t exp_count) in expect_dl_count_ge() argument
1417 if (count < exp_count) { in expect_dl_count_ge()
1422 EMSG("Expected count > %zu, got: %zu", exp_count, count); in expect_dl_count_ge()