Searched refs:__restrict__ (Results 1 – 25 of 26) sorted by relevance
12
/external/clang/test/Sema/ |
D | declspec.c | 22 __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…
|
D | types.c | 89 int &*__restrict__ null_type_1; // expected-error {{expected identifier or '('}}
|
/external/skia/src/opts/ |
D | SkBlitRow_opts_mips_dsp.cpp | 108 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/libpng/ |
D | config.h.in | 99 __restrict__, even though the corresponding Sun C compiler ends up with 100 "#define restrict _Restrict" or "#define restrict __restrict__" in the 105 # define __restrict__ macro
|
D | configure | 12353 for ac_kw in __restrict __restrict__ _Restrict restrict; do
|
/external/libopus/ |
D | config.h.in | 153 __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
|
D | configure.ac | 56 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__
|
D | configure | 11977 for ac_kw in __restrict __restrict__ _Restrict restrict; do
|
/external/clang/test/SemaCXX/ |
D | function-pointer-arguments.cpp | 47 typedef void (*F)(const char * __restrict__, int);
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | opj_includes.h | 115 #define restrict __restrict__
|
/external/flac/include/share/ |
D | compat.h | 83 #define flac_restrict __restrict__
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_compiler.h | 142 # define restrict __restrict__
|
/external/skia/include/core/ |
D | SkPreConfig.h | 85 #define SK_RESTRICT __restrict__
|
/external/llvm/test/DebugInfo/ |
D | restrict.ll | 15 ; void foo(void* __restrict__ dst) {
|
/external/llvm/test/Transforms/LICM/ |
D | hoist-deref-load.ll | 6 ; void test1(int * __restrict__ a, int * __restrict__ b, int &c, int n) {
|
/external/libopus/include/ |
D | opus_defines.h | 91 # define OPUS_RESTRICT __restrict__
|
/external/bison/darwin-lib/ |
D | config.h | 2227 # define __restrict__ macro
|
/external/bison/linux-lib/ |
D | config.h | 2227 # define __restrict__ macro
|
/external/libvncserver/common/ |
D | lzodefs.h | 1526 # define __lzo_restrict __restrict__ 1528 # define __lzo_restrict __restrict__ 1530 # define __lzo_restrict __restrict__
|
D | minilzo.c | 1546 # define __lzo_restrict __restrict__ 1548 # define __lzo_restrict __restrict__ 1550 # define __lzo_restrict __restrict__
|
/external/valgrind/coregrind/m_debuginfo/ |
D | lzodefs.h | 1527 # define __lzo_restrict __restrict__ 1529 # define __lzo_restrict __restrict__ 1531 # define __lzo_restrict __restrict__
|
D | minilzo-inl.c | 1551 # define __lzo_restrict __restrict__ 1553 # define __lzo_restrict __restrict__ 1555 # define __lzo_restrict __restrict__
|
/external/bison/lib/ |
D | config.in.h | 2226 # define __restrict__ macro
|
/external/bison/m4/ |
D | gnulib-common.m4 | 318 for ac_kw in __restrict __restrict__ _Restrict restrict; do
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 530 ALIAS("__restrict__" , restrict , KEYALL)
|
12