HomeSort by relevance Sort by last modified time
    Searched refs:restrict (Results 101 - 125 of 248) sorted by null

1 2 3 45 6 7 8 910

  /external/stressapptest/src/
stressapptest_config.h.in 214 /* Define to the equivalent of the C99 'restrict' keyword, or to
215 nothing if this is not supported. Do not define if restrict is
217 #undef restrict
220 "#define restrict _Restrict" or "#define restrict __restrict__" in the
222 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  /external/clang/test/Analysis/
cfref_rdar6080742.c 7 int printf(const char *restrict,...);
  /external/clang/test/Parser/
MicrosoftExtensions.c 8 __declspec(safebuffers) __declspec(noalias) __declspec(restrict) void * __cdecl xxx(void *_Memory); /* expected-warning{{__declspec attribute 'safebuffers' is not supported}} expected-warning{{__declspec attribute 'noalias' is not supported}} expected-warning{{__declspec attribute 'restrict' is not supported}} */
  /external/ltrace/etc/
libc.so.conf 456 ; int wscanf(const wchar_t *restrict, ...);
457 ; int fwscanf(FILE *restrict, const wchar_t *restrict, ...);
458 ; int swscanf(const wchar_t *restrict, const wchar_t *restrict, ...);
459 ; int vfwscanf(FILE *restrict, const wchar_t *restrict, va_list);
460 ; int vswscanf(const wchar_t *restrict, const wchar_t *restrict, va_list);
461 ; int vwscanf(const wchar_t *restrict, va_list)
    [all...]
  /ndk/sources/android/support/src/stdio/
vfprintf.c 695 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap)
716 int vsnprintf(char *restrict s, size_t n, const char *restrict fmt, va_list ap)
751 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap)
  /external/bison/darwin-lib/
signal.h 730 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict,
731 struct sigaction *restrict));
739 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict,
740 struct sigaction *restrict));
  /external/bison/linux-lib/
signal.h 730 _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict,
731 struct sigaction *restrict));
739 _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict,
740 struct sigaction *restrict));
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
ios_plist_writer.py 27 This key can be used by vendors that restrict the app configuration
  /external/clang/test/Sema/
return.c 251 char* const volatile restrict ignored_cvr_quals(); // expected-warning{{'const volatile restrict' type qualifiers on return type have no effect}}
  /ndk/sources/android/support/src/musl-locale/
iconv.c 158 size_t iconv(iconv_t cd0, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb)
  /external/fio/os/windows/
posix.c 232 int gettimeofday(struct timeval *restrict tp, void *restrict tzp)
730 long long strtoll(const char *restrict str, char **restrict endptr,
897 const char* inet_ntop(int af, const void *restrict src,
898 char *restrict dst, socklen_t size)
937 int inet_pton(int af, const char *restrict src, void *restrict dst)
  /external/libvorbis/doc/
footer.tex 24 BSD-like license. This does not restrict third parties from
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
argp.h 58 "restrict", and "configure" may have defined "restrict". */
61 # if defined restrict || 199901L <= __STDC_VERSION__
62 # define __restrict restrict
regex.h 551 "restrict", and "configure" may have defined "restrict". */
554 # if defined restrict || 199901L <= __STDC_VERSION__
555 # define __restrict restrict
561 /* gcc 3.1 and up support the [restrict] syntax. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
argp.h 58 "restrict", and "configure" may have defined "restrict". */
61 # if defined restrict || 199901L <= __STDC_VERSION__
62 # define __restrict restrict
regex.h 551 "restrict", and "configure" may have defined "restrict". */
554 # if defined restrict || 199901L <= __STDC_VERSION__
555 # define __restrict restrict
561 /* gcc 3.1 and up support the [restrict] syntax. */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_push.c 123 uint8_t *restrict elts = (uint8_t *)ctx->idxbuf + start;
164 uint16_t *restrict elts = (uint16_t *)ctx->idxbuf + start;
205 uint32_t *restrict elts = (uint32_t *)ctx->idxbuf + start;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_push.c 123 uint8_t *restrict elts = (uint8_t *)ctx->idxbuf + start;
164 uint16_t *restrict elts = (uint16_t *)ctx->idxbuf + start;
205 uint32_t *restrict elts = (uint32_t *)ctx->idxbuf + start;
  /external/clang/test/SemaCXX/
array-bounds.cpp 243 int test_pr11007_aux(const char * restrict, ...);
  /external/qemu/scripts/
qapi.py 232 c99_words = set(['inline', 'restrict', '_Bool', '_Complex', '_Imaginary'])
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
228 #define __restrict restrict
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
228 #define __restrict restrict
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
228 #define __restrict restrict
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
228 #define __restrict restrict
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
228 #define __restrict restrict

Completed in 1318 milliseconds

1 2 3 45 6 7 8 910