Home
last modified time | relevance | path

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

/netbsd-src/sys/crypto/sodium/
H A Dexport.h25 # 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 Dopencl-c.h7287 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 Dexport.h25 # define SODIUM_EXPORT __attribute__ (visibility(__global))
27 # define SODIUM_EXPORT __attribute__ __global
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dopencl_kernel.cl2 __kernel void testkernel (__global int *data)
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dopencl_kernel.cl2 __kernel void testkernel (__global int *data)
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dvisibility.h40 # define EVENT2_EXPORT_SYMBOL __global
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.def567 KEYWORD(__global , KEYOPENCLC | KEYOPENCLCXX)
572 ALIAS("global", __global , KEYOPENCLC | KEYOPENCLCXX)
H A DAttrDocs.td3402 __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 DAttr.td1247 let Spellings = [Keyword<"__global">, Keyword<"global">, Clang<"opencl_global">];
H A DDiagnosticSemaKinds.td9947 "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 Duv.h49 # define UV_EXTERN __global
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp529 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__locale181 static locale& __global();
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUsersManual.rst3228 __kernel void test( __global float* a, __global float* b)