Home
last modified time | relevance | path

Searched refs:__restrict__ (Results 1 – 25 of 33) 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…
/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/chromium_org/third_party/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
/external/chromium_org/third_party/opus/src/
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/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);
/external/stressapptest/src/
Dstressapptest_config_android.h228 # define __restrict__ macro
Dstressapptest_config.h.in219 __restrict__, even though the corresponding Sun C compiler ends up with
220 "#define restrict _Restrict" or "#define restrict __restrict__" in the
225 # define __restrict__ macro
/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/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_compiler.h142 # define restrict __restrict__
/external/skia/include/core/
DSkPreConfig.h85 #define SK_RESTRICT __restrict__
/external/chromium_org/third_party/skia/include/core/
DSkPreConfig.h85 #define SK_RESTRICT __restrict__
/external/chromium_org/third_party/opus/src/include/
Dopus_defines.h91 # define OPUS_RESTRICT __restrict__
/external/llvm/test/DebugInfo/
Drestrict.ll15 ; void foo(void* __restrict__ dst) {
/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/valgrind/main/coregrind/m_debuginfo/
Dlzodefs.h1527 # define __lzo_restrict __restrict__
1529 # define __lzo_restrict __restrict__
1531 # define __lzo_restrict __restrict__
/external/bison/lib/
Dconfig.in.h2226 # define __restrict__ macro
/external/chromium_org/third_party/cython/src/Cython/Utility/
DModuleSetupCode.c316 #define CYTHON_RESTRICT __restrict__

12