/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…
|
/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/chromium_org/third_party/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
|
/external/chromium_org/third_party/opus/src/ |
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__
|
/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__
|
/external/clang/test/SemaCXX/ |
D | function-pointer-arguments.cpp | 47 typedef void (*F)(const char * __restrict__, int);
|
/external/stressapptest/src/ |
D | stressapptest_config_android.h | 228 # define __restrict__ macro
|
D | stressapptest_config.h.in | 219 __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/ |
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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/include/core/ |
D | SkPreConfig.h | 85 #define SK_RESTRICT __restrict__
|
/external/chromium_org/third_party/opus/src/include/ |
D | opus_defines.h | 91 # define OPUS_RESTRICT __restrict__
|
/external/llvm/test/DebugInfo/ |
D | restrict.ll | 15 ; void foo(void* __restrict__ dst) {
|
/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/valgrind/main/coregrind/m_debuginfo/ |
D | lzodefs.h | 1527 # define __lzo_restrict __restrict__ 1529 # define __lzo_restrict __restrict__ 1531 # define __lzo_restrict __restrict__
|
/external/bison/lib/ |
D | config.in.h | 2226 # define __restrict__ macro
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | ModuleSetupCode.c | 316 #define CYTHON_RESTRICT __restrict__
|