Home
last modified time | relevance | path

Searched refs:found_name (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/loader/
Dtable_ops.h654 const char *name, bool *found_name) { in loader_lookup_instance_dispatch_table() argument
656 *found_name = false; in loader_lookup_instance_dispatch_table()
660 *found_name = true; in loader_lookup_instance_dispatch_table()
748 *found_name = false; in loader_lookup_instance_dispatch_table()
Dloader.c2621 bool found_name; local
2622 addr = loader_lookup_instance_dispatch_table(disp_table, pName, &found_name);
2623 if (found_name) {
/external/ltrace/sysdeps/linux-gnu/
Dtrace.c1233 const char *found_name; member
1246 data->found_name = name; in irelative_name_cb()
1268 if (data.found_name != NULL) { in linux_elf_find_irelative_name()
1269 name = data.found_name; in linux_elf_find_irelative_name()
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c2118 int num_name, num_desc, i, found_name, found_desc; in wpa_driver_ndis_get_names()
2229 found_name = found_desc = -1; in wpa_driver_ndis_get_names()
2233 if (found_name == -1 && os_strstr(name[i], drv->ifname)) in wpa_driver_ndis_get_names()
2234 found_name = i; in wpa_driver_ndis_get_names()
2241 if (found_name < 0 && found_desc >= 0) { in wpa_driver_ndis_get_names()
2245 found_name = found_desc; in wpa_driver_ndis_get_names()
2252 if (found_name < 0) { in wpa_driver_ndis_get_names()
2259 i = found_name; in wpa_driver_ndis_get_names()