Searched defs:restrict (Results 1 - 23 of 23) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DMagick++.h17 // Don't leak our definition of the 'restrict' keyword. 'restrict' is a valid
19 #ifdef restrict
20 #undef restrict macro
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h58 # define restrict __restrict macro
H A Djemalloc_internal_macros.h56 # define restrict macro
/external/pdfium/third_party/libopenjpeg20/
H A Dopj_includes.h109 #define restrict __restrict__ macro
111 #define restrict /* restrict */ macro
/external/skia/src/gpu/
H A DGrShaderVar.cpp58 void GrShaderVar::setRestrict(GrSLRestrict restrict) { argument
59 switch (restrict) {
63 this->addModifier("restrict");
66 SkFAIL("Unknown restrict.");
H A DGrProcessor.cpp261 GrSLRestrict restrict,
267 fRestrict = restrict;
258 ImageStorageAccess(sk_sp<GrTextureProxy> proxy, GrIOType ioType, GrSLMemoryModel memoryModel, GrSLRestrict restrict, GrShaderFlags visibility) argument
H A DGrProcessor.h339 GrSLRestrict restrict() const { return fRestrict; } function in class:GrResourceIOProcessor::ImageStorageAccess
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h9 #define restrict /*restrict*/ macro
21 int scanf(const char *restrict format, ...);
22 int fscanf(FILE *restrict, const char *restrict, ...);
23 int printf(const char *restrict format, ...);
24 int fprintf(FILE *restrict, const char *restrict, ...);
34 char *strcpy(char *restrict, const char *restrict);
[all...]
/external/mesa3d/include/
H A Dc99_compat.h55 * `__declspec(restrict)` modifier, so it is impossible to define a
56 * `restrict` macro without interfering with the latter. Furthermore the
57 * MSVC standard library uses __declspec(restrict) under the _CRTRESTRICT
59 * forward we should probably should stop using restrict, especially
93 * C99 restrict keyword
96 * - http://cellperformance.beyond3d.com/articles/2006/05/demystifying-the-restrict-keyword.html
98 #ifndef restrict
102 # define restrict __restrict__ macro
104 # define restrict __restrict macro
106 # define restrict /* */ macro
[all...]
/external/skia/src/gpu/gl/
H A DGrGLUniformHandler.cpp101 GrSLRestrict restrict, GrIOType ioType, const char* name) {
116 imageStorage.fVariable.setRestrict(restrict);
99 addImageStorage( uint32_t visibility, GrSLType type, GrImageStorageFormat format, GrSLMemoryModel model, GrSLRestrict restrict, GrIOType ioType, const char* name) argument
/external/skia/tests/
H A DImageStorageTest.cpp24 GrSLRestrict restrict) {
25 return sk_sp<GrFragmentProcessor>(new TestFP(std::move(proxy), mm, restrict));
31 TestFP(sk_sp<GrTextureProxy> proxy, GrSLMemoryModel mm, GrSLRestrict restrict) argument
33 , fImageStorageAccess(std::move(proxy), kRead_GrIOType, mm, restrict) {
121 // This test should work with any memory model and with or without restrict
125 for (auto restrict : {GrSLRestrict::kNo, GrSLRestrict::kYes}) {
139 paint.addColorFragmentProcessor(TestFP::Make(imageStorageTexture, mm, restrict));
22 Make(sk_sp<GrTextureProxy> proxy, GrSLMemoryModel mm, GrSLRestrict restrict) argument
/external/clang/test/Sema/
H A Dc89.c34 int *restrict; variable
/external/clang/test/SemaCXX/
H A Derr_reference_bind_drops_quals.cpp3 #define restrict __restrict__ macro
5 void test1(ptr p, const ptr cp, restrict ptr rp, const restrict ptr crp,
6 volatile ptr vp, const volatile ptr cvp, restrict volatile ptr rvp,
7 const restrict volatile ptr crvp) {
10 ptr& p3 = rp; // expected-error {{drops 'restrict' qualifier}}
11 ptr& p4 = crp; // expected-error {{drops 'const' and 'restrict' qualifiers}}
14 ptr& p7 = rvp; // expected-error {{drops 'restrict' and 'volatile' qualifiers}}
15 ptr& p8 = crvp; // expected-error {{drops 'const', 'restrict', and 'volatile' qualifiers}}
19 const ptr& cp3 = rp; // expected-error {{drops 'restrict' qualifie
[all...]
/external/stressapptest/src/
H A Dstressapptest_config_android.h223 /* Define to the equivalent of the C99 'restrict' keyword, or to
224 nothing if this is not supported. Do not define if restrict is
226 #define restrict __restrict macro
229 "#define restrict _Restrict" or "#define restrict __restrict__" in the
231 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h230 #if __STDC_VERSION__ < 199901 && !defined restrict
231 # define restrict /* empty */ macro
285 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
287 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
/external/bison/darwin-lib/
H A Dconfig.h2216 /* Define to the equivalent of the C99 'restrict' keyword, or to
2217 nothing if this is not supported. Do not define if restrict is
2219 #define restrict __restrict macro
2222 "#define restrict _Restrict" or "#define restrict __restrict__" in the
2224 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
/external/bison/linux-lib/
H A Dconfig.h2216 /* Define to the equivalent of the C99 'restrict' keyword, or to
2217 nothing if this is not supported. Do not define if restrict is
2219 #define restrict __restrict macro
2222 "#define restrict _Restrict" or "#define restrict __restrict__" in the
2224 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
/external/bison/lib/
H A Dconfig.in.h2215 /* Define to the equivalent of the C99 'restrict' keyword, or to
2216 nothing if this is not supported. Do not define if restrict is
2218 #undef restrict macro
2221 "#define restrict _Restrict" or "#define restrict __restrict__" in the
2223 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 828 milliseconds