Lines Matching defs:buff
147 char *buff = NULL;
150 buff = __kmp_str_format("%s$omp$parallel:%d@%s:%d:%d", str_loc.func,
154 e->d = __itt_domain_create(buff);
158 __kmp_str_free(&buff);
164 char *buff = NULL;
165 buff = __kmp_str_format("%s$omp$barrier@%s:%d", str_loc.func,
168 e->d = __itt_domain_create(buff);
171 __kmp_str_free(&buff);
209 char *buff = NULL;
212 buff =
216 e->d = __itt_domain_create(buff);
220 __kmp_str_free(&buff);
240 char *buff = NULL;
242 buff =
246 buff = __kmp_str_format("%s$omp$barrier@%s:%d", str_loc.func,
250 e->d = __itt_domain_create(buff);
253 __kmp_str_free(&buff);