Searched refs:__global (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/sys/crypto/sodium/ |
H A D | export.h | 25 # define SODIUM_EXPORT __attribute__ (visibility(__global)) 27 # define SODIUM_EXPORT __attribute__ __global 78 # define SODIUM_EXPORT __attribute__ (visibility(__global)) 80 # define SODIUM_EXPORT __attribute__ __global 131 # define SODIUM_EXPORT __attribute__ (visibility(__global)) 133 # define SODIUM_EXPORT __attribute__ __global 184 # define SODIUM_EXPORT __attribute__ (visibility(__global)) 186 # define SODIUM_EXPORT __attribute__ __global
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | opencl-c.h | 7287 float __ovld fract(float x, __global float *iptr); 7288 float2 __ovld fract(float2 x, __global float2 *iptr); 7289 float3 __ovld fract(float3 x, __global float3 *iptr); 7290 float4 __ovld fract(float4 x, __global float4 *iptr); 7291 float8 __ovld fract(float8 x, __global float8 *iptr); 7292 float16 __ovld fract(float16 x, __global float16 *iptr); 7306 double __ovld fract(double x, __global double *iptr); 7307 double2 __ovld fract(double2 x, __global double2 *iptr); 7308 double3 __ovld fract(double3 x, __global double3 *iptr); 7309 double4 __ovld fract(double4 x, __global double4 *iptr); [all …]
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
H A D | export.h | 25 # define SODIUM_EXPORT __attribute__ (visibility(__global)) 27 # define SODIUM_EXPORT __attribute__ __global
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
H A D | opencl_kernel.cl | 2 __kernel void testkernel (__global int *data)
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
H A D | opencl_kernel.cl | 2 __kernel void testkernel (__global int *data)
|
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | visibility.h | 40 # define EVENT2_EXPORT_SYMBOL __global
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 567 KEYWORD(__global , KEYOPENCLC | KEYOPENCLCXX) 572 ALIAS("global", __global , KEYOPENCLC | KEYOPENCLCXX)
|
H A D | AttrDocs.td | 3402 __generic(generic), __global(global), __local(local), __private(private), 3447 let Heading = "__global, global, [[clang::opencl_global]]"; 3466 a subset of the ``__global/opencl_global`` address space, the full address space 3476 ``__global/opencl_global`` address spaces it is allowed to convert 3478 ``__global/opencl_global`` address spaces (following ISO/IEC TR 18037 5.1.3
|
H A D | Attr.td | 1247 let Spellings = [Keyword<"__global">, Keyword<"global">, Clang<"opencl_global">];
|
H A D | DiagnosticSemaKinds.td | 9947 "pointer arguments to kernel functions must reside in '__global', " 9988 "sampler type cannot be used with the __local and __global address space qualifiers">;
|
/netbsd-src/external/mit/libuv/dist/include/ |
H A D | uv.h | 49 # define UV_EXTERN __global
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | locale.cpp | 529 locale::__global() in __global() function in locale 536 : __locale_(__global().__locale_) in locale() 612 locale& g = __global(); in global()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __locale | 181 static locale& __global();
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | UsersManual.rst | 3228 __kernel void test( __global float* a, __global float* b)
|