Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-config/
Dfind-cycles.pl124 if (str_in_list($module, @path)) {
164 sub str_in_list ($@) { subroutine
/external/u-boot/lib/libfdt/
Dfdt_region.c19 static int str_in_list(const char *str, char * const list[], int count) in str_in_list() function
66 if (str_in_list(str, exc_prop, exc_prop_count)) in fdt_find_regions()
89 if (str_in_list(path, inc, inc_count)) in fdt_find_regions()