HomeSort by relevance Sort by last modified time
    Searched defs:restrict (Results 1 - 25 of 45) sorted by null

1 2

  /external/ImageMagick/Magick++/lib/
Magick++.h 17 // Don't leak our definition of the 'restrict' keyword. 'restrict' is a valid
19 #ifdef restrict
20 #undef restrict macro
  /external/libxaac/decoder/
ixheaacd_func_def.h 23 #define restrict macro
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 58 # define restrict __restrict macro
jemalloc_internal_macros.h 56 # define restrict macro
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 9 #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/
c99_compat.h 55 * `__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/clang/test/SemaCXX/
err_reference_bind_drops_quals.cpp 3 #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' qualifier}
    [all...]
  /external/gflags/src/
gflags_reporting.cc 222 // The Restrict() version limits what flags are shown.
272 bool found_match = false; // stays false iff no dir matches restrict
299 void ShowUsageWithFlagsRestrict(const char *argv0, const char *restrict) {
301 if (restrict != NULL && *restrict != '\0') {
302 substrings.push_back(restrict);
388 ShowUsageWithFlagsRestrict(progname, ""); // empty restrict
392 string restrict = PATH_SEPARATOR + FLAGS_helpon + "."; local
393 ShowUsageWithFlagsRestrict(progname, restrict.c_str());
  /external/clang/test/Sema/
c89.c 34 int *restrict; variable
  /external/stressapptest/src/
stressapptest_config_android.h 223 /* 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/
private.h 230 #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);
  /bionic/libc/tzcode/
private.h 310 #if __STDC_VERSION__ < 199901 && !defined restrict
311 # define restrict /* empty */ macro
385 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
387 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
394 extern char *asctime_r(struct tm const *restrict, char *restrict);
464 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
    [all...]
  /system/keymaster/key_blob_utils/
ocb.c 92 #define restrict __restrict /* MSVC doesn't recognize "restrict" in C */ macro
104 #define restrict __restrict__ /* No "restrict" in GCC ansi C mode */ macro
107 #else /* Assume some C99 features: stdint.h, inline, restrict */
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.2.1/
maven-artifact-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.3.9/
maven-artifact-3.3.9.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-artifact-2.2.1.jar 
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/2.0.9/
maven-artifact-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/2.2.1/
maven-artifact-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 405 milliseconds

1 2