Home | History | Annotate | Download | only in src

Lines Matching refs:underscore

68     const char *underscore = function;
69 while (*underscore != '\0') {
70 if (*underscore == '_') {
75 SL_LOGD("Entering %.*s::%s", (int) (underscore - function), function,
76 &underscore[1]);
80 ++underscore;
94 const char *underscore = function;
95 while (*underscore != '\0') {
96 if (*underscore == '_') {
99 ++underscore;
103 if (*underscore == '_') {
104 SL_LOGD("Leaving %.*s::%s", (int) (underscore - function), function,
105 &underscore[1]);
113 if (*underscore == '_') {
115 SL_LOGW("Leaving %.*s::%s (%s)", (int) (underscore - function), function,
116 &underscore[1], str);
118 SL_LOGW("Leaving %.*s::%s (0x%X)", (int) (underscore - function), function,
119 &underscore[1], result);