Home
last modified time | relevance | path

Searched refs:__restrict__ (Results 1 – 25 of 26) 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/libpng/
Dconfig.h.in99 __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
Dconfigure12353 for ac_kw in __restrict __restrict__ _Restrict restrict; do
/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__
Dconfigure11977 for ac_kw in __restrict __restrict__ _Restrict restrict; do
/external/clang/test/SemaCXX/
Dfunction-pointer-arguments.cpp47 typedef void (*F)(const char * __restrict__, int);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/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.h85 #define SK_RESTRICT __restrict__
/external/llvm/test/DebugInfo/
Drestrict.ll15 ; void foo(void* __restrict__ dst) {
/external/llvm/test/Transforms/LICM/
Dhoist-deref-load.ll6 ; void test1(int * __restrict__ a, int * __restrict__ b, int &c, int n) {
/external/libopus/include/
Dopus_defines.h91 # define OPUS_RESTRICT __restrict__
/external/bison/darwin-lib/
Dconfig.h2227 # define __restrict__ macro
/external/bison/linux-lib/
Dconfig.h2227 # define __restrict__ macro
/external/libvncserver/common/
Dlzodefs.h1526 # define __lzo_restrict __restrict__
1528 # define __lzo_restrict __restrict__
1530 # define __lzo_restrict __restrict__
Dminilzo.c1546 # define __lzo_restrict __restrict__
1548 # define __lzo_restrict __restrict__
1550 # define __lzo_restrict __restrict__
/external/valgrind/coregrind/m_debuginfo/
Dlzodefs.h1527 # define __lzo_restrict __restrict__
1529 # define __lzo_restrict __restrict__
1531 # define __lzo_restrict __restrict__
Dminilzo-inl.c1551 # define __lzo_restrict __restrict__
1553 # define __lzo_restrict __restrict__
1555 # define __lzo_restrict __restrict__
/external/bison/lib/
Dconfig.in.h2226 # define __restrict__ macro
/external/bison/m4/
Dgnulib-common.m4318 for ac_kw in __restrict __restrict__ _Restrict restrict; do
/external/clang/include/clang/Basic/
DTokenKinds.def530 ALIAS("__restrict__" , restrict , KEYALL)

12