HomeSort by relevance Sort by last modified time
    Searched refs:restrict (Results 201 - 225 of 244) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
cdefs.h 213 * C99 defines the restrict type qualifier keyword, which was made available
217 #define __restrict restrict
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 213 * C99 defines the restrict type qualifier keyword, which was made available
217 #define __restrict restrict
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc_private.h 39 #define RESTRICT restrict
41 #define RESTRICT
184 PRIVATE void cosineModulateSynth4(SBC_BUFFER_T * RESTRICT out, OI_INT32 const * RESTRICT in);
187 INLINE void dct3_4(OI_INT32 * RESTRICT out, OI_INT32 const * RESTRICT in);
188 PRIVATE void analyze4_generated(SBC_BUFFER_T analysisBuffer[RESTRICT 40],
193 INLINE void dct3_8(OI_INT32 * RESTRICT out, OI_INT32 const * RESTRICT in)
    [all...]
  /external/bison/darwin-lib/
config.h 2219 #define restrict macro
    [all...]
spawn.h 48 "restrict", and "configure" may have defined "restrict".
50 'configure' might #define 'restrict' to those words, so pick a
54 # define _Restrict_ restrict
61 /* gcc 3.1 and up support the [restrict] syntax. Don't trust
    [all...]
  /external/bison/linux-lib/
config.h 2219 #define restrict macro
    [all...]
spawn.h 48 "restrict", and "configure" may have defined "restrict".
50 'configure' might #define 'restrict' to those words, so pick a
54 # define _Restrict_ restrict
61 /* gcc 3.1 and up support the [restrict] syntax. Don't trust
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_vbo_translate.c 209 const uint8_t *restrict elts = (uint8_t *)ctx->idxbuf + start;
265 const uint16_t *restrict elts = (uint16_t *)ctx->idxbuf + start;
321 const uint32_t *restrict elts = (uint32_t *)ctx->idxbuf + start;
nvc0_vbo.c 464 uint32_t *restrict data;
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1.c     [all...]
  /external/clang/test/Analysis/
malloc.c 1014 __inline_strcpy_chk (char *restrict __dest, const char *restrict __src)
    [all...]
  /external/bison/lib/
spawn.in.h 47 "restrict", and "configure" may have defined "restrict".
49 'configure' might #define 'restrict' to those words, so pick a
53 # define _Restrict_ restrict
60 /* gcc 3.1 and up support the [restrict] syntax. Don't trust
    [all...]
config.in.h 2218 #undef restrict macro
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 17 struct pipe_resource *restrict res, unsigned l,
  /external/lz4/lib/
lz4.c 104 /* "restrict" is a known keyword */
106 # define restrict /* Disable restrict */ macro
    [all...]
  /external/skia/tools/skpdiff/
diff_viewer.js 13 restrict: 'E', // The directive can be used as an element name
  /external/v8/src/
messages.js 331 location.restrict();
626 * Restrict source location start and end positions to make the source slice
657 // If the [start, end[ interval is too big we restrict
691 "restrict", SourceLocationRestrict,
748 location.restrict();
    [all...]
  /frameworks/rs/api/
rs_for_each.spec 81 It is currently used to restrict processing to a subset of cells. In future
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 239 /* C99 restrict is used where possible, to do this 'restrict' is defined as
244 # define PNG_RESTRICT restrict
246 /* Modern compilers support restrict, but assume not for anything not
250 # define PNG_RESTRICT restrict
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-artifact-3.2.1.jar 
  /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/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp     [all...]
  /external/libpng/
pngpriv.h 62 /* Pick up the definition of 'restrict' from config.h if it was read: */
63 # define PNG_RESTRICT restrict
    [all...]

Completed in 1262 milliseconds

1 2 3 4 5 6 7 8910