Home
last modified time | relevance | path

Searched refs:__restrict__ (Results 1 – 25 of 35) sorted by relevance

12

/external/clang/test/Sema/
Ddeclspec.c22 __restrict__ f* v2; // expected-error {{restrict requires a pointer or reference ('f' (aka 'int (v…
23 __restrict__ fptr v3; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not b…
24 f *__restrict__ v4; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not b…
Dtypes.c89 int &*__restrict__ null_type_1; // expected-error {{expected identifier or '('}}
/external/skia/src/opts/
DSkBlitRow_opts_mips_dsp.cpp108 static void S32A_D565_Opaque_Dither_mips_dsp(uint16_t* __restrict__ dst, in S32A_D565_Opaque_Dither_mips_dsp()
109 const SkPMColor* __restrict__ src, in S32A_D565_Opaque_Dither_mips_dsp()
265 static void S32_D565_Opaque_Dither_mips_dsp(uint16_t* __restrict__ dst, in S32_D565_Opaque_Dither_mips_dsp()
266 const SkPMColor* __restrict__ src, in S32_D565_Opaque_Dither_mips_dsp()
536 static void S32A_D565_Opaque_mips_dsp(uint16_t* __restrict__ dst, in S32A_D565_Opaque_mips_dsp()
537 const SkPMColor* __restrict__ src, in S32A_D565_Opaque_mips_dsp()
/external/llvm/test/Transforms/LoopVectorize/
Dgep_with_bitcast.ll7 ;void foo (double** __restrict__ in, bool * __restrict__ res) {
/external/libopus/
Dconfig.h.in153 __restrict__, even though the corresponding Sun C compiler ends up with
154 "#define restrict _Restrict" or "#define restrict __restrict__" in the
159 # define __restrict__ macro
Dconfigure.ac56 for ac_kw in __restrict __restrict__ _Restrict restrict; do
77 __restrict__, even though the corresponding Sun C compiler ends up with
78 "#define restrict _Restrict" or "#define restrict __restrict__" in the
83 # define __restrict__
/external/clang/test/SemaCXX/
Dfunction-pointer-arguments.cpp47 typedef void (*F)(const char * __restrict__, int);
Derr_reference_bind_drops_quals.cpp3 #define restrict __restrict__
/external/libmicrohttpd/src/include/
Dplatform.h110 #define RESTRICT __restrict__
/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h115 #define restrict __restrict__
/external/flac/include/share/
Dcompat.h83 #define flac_restrict __restrict__
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h142 # define restrict __restrict__
/external/skia/include/core/
DSkPreConfig.h75 #define SK_RESTRICT __restrict__
/external/llvm/test/DebugInfo/Generic/
Drestrict.ll15 ; void foo(void* __restrict__ dst) {
/external/llvm/test/Transforms/LoopVectorize/X86/
Dmasked_load_store.ll502 ; void foo7 (double * __restrict__ out, double ** __restrict__ in,
503 ; bool * __restrict__ trigger, unsigned size) {
575 ;void foo8 (double* __restrict__ out, fp* __restrict__ in, bool * __restrict__ trigger, unsigned s…
/external/llvm/test/Transforms/LICM/
Dhoist-deref-load.ll6 ; void test1(int * __restrict__ a, int * __restrict__ b, int &c, int n) {
168 ; void test1(int * __restrict__ a, int *b, int &c, int n) {
258 ; void test1(int * __restrict__ a, int *b, int **cptr, int n) {
303 ; void test1(int * __restrict__ a, int *b, int **cptr, int n) {
/external/libopus/include/
Dopus_defines.h91 # define OPUS_RESTRICT __restrict__
/external/vulkan-validation-layers/libs/glm/detail/
Dsetup.hpp757 # define GLM_RESTRICT __restrict__
758 # define GLM_RESTRICT_VAR __restrict__
/external/opencv3/modules/cudafilters/src/cuda/
Dfilter2d.cu53 const float* __restrict__ kernel, in filter2D()
/external/ImageMagick/MagickCore/
Dmagick-baseconfig.h1580 # define __restrict__ macro
/external/libvncserver/common/
Dlzodefs.h1605 # define __lzo_restrict __restrict__
1607 # define __lzo_restrict __restrict__
1609 # define __lzo_restrict __restrict__
1612 # define __lzo_restrict __restrict__
1614 # define __lzo_restrict __restrict__
1618 # define __lzo_restrict __restrict__
/external/bison/linux-lib/
Dconfig.h2227 # define __restrict__ macro
/external/bison/darwin-lib/
Dconfig.h2227 # define __restrict__ macro
/external/valgrind/coregrind/m_debuginfo/
Dlzodefs.h1527 # define __lzo_restrict __restrict__
1529 # define __lzo_restrict __restrict__
1531 # define __lzo_restrict __restrict__
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td56 "the '__restrict__' qualifier with the independent array arguments. "

12