HomeSort by relevance Sort by last modified time
    Searched full:__restrict (Results 176 - 200 of 467) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
time.h 63 typedef struct timezone *__restrict __timezone_ptr_t;
65 typedef void *__restrict __timezone_ptr_t;
73 extern int gettimeofday (struct timeval *__restrict __tv,
134 __const struct itimerval *__restrict __new,
135 struct itimerval *__restrict __old) __THROW;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filters.c 27 int WebRtcIsacfix_AutocorrC(WebRtc_Word32* __restrict r,
28 const WebRtc_Word16* __restrict x,
31 WebRtc_Word16* __restrict scale) {
  /bionic/libc/bionic/
__strncat_chk.cpp 45 char* __restrict dest,
46 const char* __restrict src,
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fputs.c 51 fputs(const char * __restrict s, FILE * __restrict fp)
fgets.c 52 fgets(char * __restrict buf, int n, FILE * __restrict fp)
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsncpy.c 48 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n)
wcsstr.c 47 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wordexp.h 63 extern int wordexp (__const char *__restrict __words,
64 wordexp_t *__restrict __pwordexp, int __flags);
libio.h 488 extern int _IO_vfscanf (_IO_FILE * __restrict, const char * __restrict,
489 _IO_va_list, int *__restrict);
490 extern int _IO_vfprintf (_IO_FILE *__restrict, const char *__restrict,
537 extern int _IO_vfwscanf (_IO_FILE * __restrict, const wchar_t * __restrict,
538 _IO_va_list, int *__restrict);
539 extern int _IO_vfwprintf (_IO_FILE *__restrict, const wchar_t *__restrict,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wordexp.h 63 extern int wordexp (__const char *__restrict __words,
64 wordexp_t *__restrict __pwordexp, int __flags);
libio.h 488 extern int _IO_vfscanf (_IO_FILE * __restrict, const char * __restrict,
489 _IO_va_list, int *__restrict);
490 extern int _IO_vfprintf (_IO_FILE *__restrict, const char *__restrict,
537 extern int _IO_vfwscanf (_IO_FILE * __restrict, const wchar_t * __restrict,
538 _IO_va_list, int *__restrict);
539 extern int _IO_vfwprintf (_IO_FILE *__restrict, const wchar_t *__restrict,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wordexp.h 63 extern int wordexp (__const char *__restrict __words,
64 wordexp_t *__restrict __pwordexp, int __flags);
libio.h 488 extern int _IO_vfscanf (_IO_FILE * __restrict, const char * __restrict,
489 _IO_va_list, int *__restrict);
490 extern int _IO_vfprintf (_IO_FILE *__restrict, const char *__restrict,
537 extern int _IO_vfwscanf (_IO_FILE * __restrict, const wchar_t * __restrict,
538 _IO_va_list, int *__restrict);
539 extern int _IO_vfwprintf (_IO_FILE *__restrict, const wchar_t *__restrict,
    [all...]
  /external/clang/test/Analysis/
taint-tester.c 157 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
158 int printf(const char * __restrict, ...);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
inet.h 59 extern int inet_pton (int __af, __const char *__restrict __cp,
60 void *__restrict __buf) __THROW;
65 extern __const char *inet_ntop (int __af, __const void *__restrict __cp,
66 char *__restrict __buf, socklen_t __len)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdlib 188 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
190 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
inet.h 59 extern int inet_pton (int __af, __const char *__restrict __cp,
60 void *__restrict __buf) __THROW;
65 extern __const char *inet_ntop (int __af, __const void *__restrict __cp,
66 char *__restrict __buf, socklen_t __len)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
inet.h 59 extern int inet_pton (int __af, __const char *__restrict __cp,
60 void *__restrict __buf) __THROW;
65 extern __const char *inet_ntop (int __af, __const void *__restrict __cp,
66 char *__restrict __buf, socklen_t __len)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdlib 188 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
190 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 188 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
190 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 190 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
192 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 188 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
190 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 190 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
192 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdlib 223 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
225 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 256 int getaddrinfo(const char *__restrict, const char *__restrict,
257 const struct addrinfo *__restrict,
258 struct addrinfo **__restrict);
259 int getnameinfo(const struct sockaddr *__restrict, socklen_t,
260 char *__restrict, socklen_t, char *__restrict,

Completed in 1538 milliseconds

1 2 3 4 5 6 78 91011>>