Home
last modified time | relevance | path

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

/external/eigen/scripts/
Deigen_gen_credits.cpp85 size_t last_space = line.find_last_of(' '); in contributors_map_from_churn_output() local
89 istringstream(line.substr(last_space+1)) >> number; in contributors_map_from_churn_output()
92 line.erase(last_space); in contributors_map_from_churn_output()
112 size_t last_space = name.find_last_of(' '); in lastname() local
113 if(last_space >= name.length()-1) return name; in lastname()
114 else return name.substr(last_space+1); in lastname()
/external/syslinux/gpxe/src/hci/mucurses/
Dslk.c307 *next_space, *last_space; in slk_restore() local
319 last_space = &(slks->spaces[slks->num_spaces-1]); in slk_restore()
328 if ( next_space < last_space ) in slk_restore()