Searched refs:tab_size (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/linkloader/android/
H A Dtest-librsloader.c51 static size_t const tab_size = sizeof(tab) / sizeof(struct func_entry_t); local
58 for (i = 0; i < tab_size; ++i) {
/frameworks/compile/linkloader/
H A Dmain.cpp127 static size_t const tab_size = sizeof(tab) / sizeof(func_entry_t); local
133 for (size_t i = 0; i < tab_size; ++i) {

Completed in 152 milliseconds