HomeSort by relevance Sort by last modified time
    Searched refs:g_module_list (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 40 static struct list *g_module_list = NULL; variable in typeref:struct:list
131 g_module_list = construct_components("wrs_omxil_components.list");
132 if (!g_module_list) {
155 g_module_list = destruct_components(g_module_list);
177 entry = __list_entry(g_module_list, nIndex);
205 list_foreach(g_module_list, entry) {
319 list_foreach(g_module_list, entry) {
359 list_foreach(g_module_list, entry) {
  /external/compiler-rt/lib/msandr/
msandr.cc 124 std::vector<ModuleData> g_module_list; member in namespace:__anon23429
468 lower_bound(g_module_list.begin(), g_module_list.end(), fake_mod_data,
470 // if (it == g_module_list.end())
472 if (it == g_module_list.end() || pc < it->start_)
479 CHECK(it == g_module_list.end() || pc < it->start_);
623 upper_bound(g_module_list.begin(), g_module_list.end(), mod_data,
625 it = g_module_list.insert(it, mod_data);
644 lower_bound(g_module_list.begin(), g_module_list.end(), mod_data
    [all...]

Completed in 233 milliseconds