Home
last modified time | relevance | path

Searched refs:KMP_MEMCPY (Results 1 – 25 of 134) sorted by relevance

123456

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_safe_c_api.h34 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt) macro
58 #define KMP_MEMCPY memcpy macro
H A DextractExternal.cpp130 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
184 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_safe_c_api.h34 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt) macro
58 #define KMP_MEMCPY memcpy macro
H A DextractExternal.cpp130 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
184 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_safe_c_api.h34 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt) macro
58 #define KMP_MEMCPY memcpy macro
H A DextractExternal.cpp130 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
184 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_safe_c_api.h34 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt) macro
58 #define KMP_MEMCPY memcpy macro
H A DextractExternal.cpp130 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
184 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_safe_c_api.h34 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt) macro
58 #define KMP_MEMCPY memcpy macro
H A DextractExternal.cpp130 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
184 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_safe_c_api.h34 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt) macro
58 #define KMP_MEMCPY memcpy macro
H A DextractExternal.cpp130 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
184 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_safe_c_api.h34 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt) macro
58 #define KMP_MEMCPY memcpy macro
H A DextractExternal.cpp130 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
184 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_safe_c_api.h34 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt) macro
58 #define KMP_MEMCPY memcpy macro
H A DextractExternal.cpp130 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
184 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_safe_c_api.h35 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt)
59 #define KMP_MEMCPY memcpy in SpecMeterProcessor()
H A DextractExternal.cpp131 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
185 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_safe_c_api.h35 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt) macro
67 #define KMP_MEMCPY memcpy
H A DextractExternal.cpp130 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
184 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_safe_c_api.h35 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt) macro
67 #define KMP_MEMCPY memcpy
H A DextractExternal.cpp130 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
184 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_safe_c_api.h35 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt) macro
67 #define KMP_MEMCPY memcpy
H A DextractExternal.cpp130 KMP_MEMCPY(data + sizeof(unsigned), _data + sizeof(unsigned), in init()
184 KMP_MEMCPY(p, str.c_str(), l); in StringTable()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_safe_c_api.h35 #define KMP_MEMCPY(dst, src, cnt) memcpy_s(dst, cnt, src, cnt)
67 #define KMP_MEMCPY memcpy

123456