Home
last modified time | relevance | path

Searched refs:cpu_width (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_utility.cpp336 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
348 cpu_width = width; in __kmp_expand_file_name()
365 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_utility.cpp336 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
348 cpu_width = width; in __kmp_expand_file_name()
365 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_utility.cpp326 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
338 cpu_width = width; in __kmp_expand_file_name()
355 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_utility.cpp336 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
348 cpu_width = width; in __kmp_expand_file_name()
365 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_utility.cpp336 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
348 cpu_width = width; in __kmp_expand_file_name()
365 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_utility.cpp336 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
348 cpu_width = width; in __kmp_expand_file_name()
365 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_utility.cpp326 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
338 cpu_width = width; in __kmp_expand_file_name()
355 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_utility.cpp336 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
348 cpu_width = width; in __kmp_expand_file_name()
365 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp336 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
348 cpu_width = width; in __kmp_expand_file_name()
365 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_utility.cpp326 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
338 cpu_width = width; in __kmp_expand_file_name()
355 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_utility.cpp336 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
348 cpu_width = width; in __kmp_expand_file_name()
365 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_utility.cpp337 int cpu_width = default_cpu_width; in __kmp_expand_file_name() local
349 cpu_width = width; in __kmp_expand_file_name()
366 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width, in __kmp_expand_file_name()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_utility.cpp326 int cpu_width = default_cpu_width;
338 cpu_width = width;
355 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width,
/dports/sysutils/htop/htop-3.1.2/
H A DAffinityPanel.c392 unsigned cpu_width = 4 + strlen(number); in AffinityPanel_new() local
393 if (cpu_width > this->width) { in AffinityPanel_new()
394 this->width = cpu_width; in AffinityPanel_new()
/dports/graphics/ospray/ospray-2.8.0/ospray/api/
H A DISPCDevice.cpp210 int cpu_width = ispc::ISPCDevice_programCount(); in commit() local
211 switch (cpu_width) { in commit()
/dports/graphics/ospray/ospray-2.8.0/modules/mpi/ospray/
H A DMPIDistributedDevice.cpp254 int cpu_width = ispc::MPIDistributedDevice_programCount(); in commit() local
255 switch (cpu_width) { in commit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dpercpu.c2301 int group_width = 1, cpu_width = 1, width; in pcpu_dump_alloc_info() local
2313 cpu_width++; in pcpu_dump_alloc_info()
2314 empty_str[min_t(int, cpu_width, sizeof(empty_str) - 1)] = '\0'; in pcpu_dump_alloc_info()
2317 width = upa * (cpu_width + 1) + group_width + 3; in pcpu_dump_alloc_info()
2340 cpu_width, gi->cpu_map[unit]); in pcpu_dump_alloc_info()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dpercpu.c2301 int group_width = 1, cpu_width = 1, width; in pcpu_dump_alloc_info() local
2313 cpu_width++; in pcpu_dump_alloc_info()
2314 empty_str[min_t(int, cpu_width, sizeof(empty_str) - 1)] = '\0'; in pcpu_dump_alloc_info()
2317 width = upa * (cpu_width + 1) + group_width + 3; in pcpu_dump_alloc_info()
2340 cpu_width, gi->cpu_map[unit]); in pcpu_dump_alloc_info()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dpercpu.c2301 int group_width = 1, cpu_width = 1, width; in pcpu_dump_alloc_info() local
2313 cpu_width++; in pcpu_dump_alloc_info()
2314 empty_str[min_t(int, cpu_width, sizeof(empty_str) - 1)] = '\0'; in pcpu_dump_alloc_info()
2317 width = upa * (cpu_width + 1) + group_width + 3; in pcpu_dump_alloc_info()
2340 cpu_width, gi->cpu_map[unit]); in pcpu_dump_alloc_info()
/dports/sysutils/bashtop/bashtop-d2eb76e/
H A Dbashtop2917 …local cpu_line=$((box[cpu_line]+1)) cpu_width=$((box[cpu_width]-2)) cpu_height=$((box[cpu_height]-…
2990 …local col=$((box[cpu_col]+1)) line=$((box[cpu_line]+1)) width=$((box[cpu_width]-2)) height=$((box[…
3563 local width=${box[cpu_width]} color=${box[cpu_color]} old_time_string="${time_string}"
3575 …print -v update_string -m ${box[cpu_line]} $((box[cpu_col]+box[cpu_width]-${#update_ms}-14)) -rs -…
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-reassoc.c2947 get_required_cycles (int ops_num, int cpu_width) in get_required_cycles() argument
2956 res = ops_num / (2 * cpu_width); in get_required_cycles()
2960 rest = (unsigned)(ops_num - res * cpu_width); in get_required_cycles()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-reassoc.c2934 get_required_cycles (int ops_num, int cpu_width) in get_required_cycles() argument
2943 res = ops_num / (2 * cpu_width); in get_required_cycles()
2947 rest = (unsigned)(ops_num - res * cpu_width); in get_required_cycles()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-reassoc.c3320 get_required_cycles (int ops_num, int cpu_width) in get_required_cycles() argument
3329 res = ops_num / (2 * cpu_width); in get_required_cycles()
3333 rest = (unsigned)(ops_num - res * cpu_width); in get_required_cycles()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-reassoc.c3858 get_required_cycles (int ops_num, int cpu_width) in get_required_cycles() argument
3867 res = ops_num / (2 * cpu_width); in get_required_cycles()
3871 rest = (unsigned)(ops_num - res * cpu_width); in get_required_cycles()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-reassoc.c3858 get_required_cycles (int ops_num, int cpu_width) in get_required_cycles() argument
3867 res = ops_num / (2 * cpu_width); in get_required_cycles()
3871 rest = (unsigned)(ops_num - res * cpu_width); in get_required_cycles()

12