Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libompd/src/
H A Domp-icv.cpp379 char temp_value[16]; in ompd_get_nthreads() local
398 sprintf(temp_value, ",%d", nth_value); in ompd_get_nthreads()
399 strcat(nthreads_list_str, temp_value); in ompd_get_nthreads()
917 char temp_value[16]; in ompd_get_proc_bind() local
936 sprintf(temp_value, ",%d", bind_types_value); in ompd_get_proc_bind()
937 strcat(proc_bind_list_str, temp_value); in ompd_get_proc_bind()