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

1 2 3 45 6 7 8 910

  /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/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}} */
  /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.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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 559 "restrict", and "configure" may have defined "restrict". */
562 # if defined restrict || 199901L <= __STDC_VERSION__
563 # define __restrict restrict
569 /* gcc 3.1 and up support the [restrict] syntax. */
  /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, ...);
  /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
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 224 * C99 defines the restrict type qualifier keyword, which was made available
228 #define __restrict restrict
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 137 # define __restrict_arr restrict
159 #define __MINGW_ATTRIB_MALLOC __declspec(noalias) __declspec(restrict)
  /external/jemalloc/src/
util.c 100 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base)
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 16 arguments. Using a constraint, you can restrict arguments to be
  /bionic/libc/include/sys/
cdefs.h 243 * C99 defines the restrict type qualifier keyword, which was made available
247 #define __restrict restrict

Completed in 6964 milliseconds

1 2 3 45 6 7 8 910