Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Drandom_range.c98 static int str_to_int();
120 parse_func = str_to_int; in parse_ranges()
221 static int str_to_int(char *str, int *ip) in str_to_int() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuefactory.cpp530 str_to_int(const string& s) in str_to_int() function
832 int sel = str_to_int(index_str); in array_from_string()
833 int size = str_to_int(size_str); in array_from_string()
/third_party/ltp/testcases/kernel/fs/doio/
Diogen.c1387 int str_to_int(); in parse_cmdline()
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto66 map<string, int32> str_to_int = 2; field