HomeSort by: relevance | last modified time | path
    Searched defs:length_of_string (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
GCDAProfiling.c 142 static uint32_t length_of_string(const char *s) { function
147 uint32_t len = length_of_string(s);
367 len += 1 + length_of_string(function_name);

Completed in 35 milliseconds