HomeSort by relevance Sort by last modified time
    Searched defs:restrict (Results 1 - 25 of 47) 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
complete-ant-cmd.pl 42 list( restrict( $word, getArguments() ));
46 list( restrict( $word, getTargets() ));
57 sub restrict { subroutine
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 58 # define restrict __restrict macro
jemalloc_internal_macros.h 56 # define restrict macro
  /external/ltp/tools/top-LTP/proc/
procps.h 12 #if !defined(restrict) && __STDC_VERSION__ < 199901
14 #define restrict __restrict__ macro
16 #warning No restrict keyword?
17 #define restrict macro
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 109 #define restrict __restrict__ macro
111 #define restrict /* 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/src/gallium/include/pipe/
p_compiler.h 131 * Define the C99 restrict keyword.
134 * - http://cellperformance.beyond3d.com/articles/2006/05/demystifying-the-restrict-keyword.html
136 #ifndef restrict
142 # define restrict __restrict__ macro
144 # define restrict __restrict macro
146 # define restrict /* */ macro
  /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/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);
  /external/skia/include/gpu/
GrProcessor.h 328 GrSLRestrict restrict() const { return fRestrict; } function in class:GrProcessor::ImageStorageAccess
  /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/
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...]
  /external/bison/darwin-lib/
config.h 2219 #define restrict macro
    [all...]
  /external/bison/linux-lib/
config.h 2219 #define restrict macro
    [all...]
  /external/bison/lib/
config.in.h 2218 #undef restrict macro
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-artifact-3.2.1.jar 
  /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/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 

Completed in 1142 milliseconds

1 2