Searched refs:length_of_string (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c134 static uint32_t length_of_string(const char *s) { function
139 uint32_t len = length_of_string(s);
369 len += 1 + length_of_string(function_name);

Completed in 243 milliseconds