/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 16 int __libcpp_vasprintf(char **sptr, const char *__restrict fmt, va_list ap); 42 size_t mbrlen_l( const char *__restrict s, size_t n, in mbrlen_l() 43 mbstate_t *__restrict ps, locale_t loc ) in mbrlen_l() 48 size_t mbsrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, in mbsrtowcs_l() 49 size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsrtowcs_l() 54 size_t wcrtomb_l( char *__restrict s, wchar_t wc, mbstate_t *__restrict ps, in wcrtomb_l() 60 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s, in mbrtowc_l() 61 size_t n, mbstate_t *__restrict ps, locale_t loc ) in mbrtowc_l() 66 size_t mbsnrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, in mbsnrtowcs_l() 67 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsnrtowcs_l() [all …]
|
D | support.cpp | 22 int __libcpp_vasprintf( char **sptr, const char *__restrict format, va_list ap ) in __libcpp_vasprintf() 52 size_t mbsnrtowcs( wchar_t *__restrict dst, const char **__restrict src, in mbsnrtowcs() 53 size_t src_size_bytes, size_t max_dest_chars, mbstate_t *__restrict ps ) in mbsnrtowcs() 104 size_t wcsnrtombs( char *__restrict dst, const wchar_t **__restrict src, in wcsnrtombs() 105 size_t max_source_chars, size_t dst_size_bytes, mbstate_t *__restrict ps ) in wcsnrtombs()
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 106 size_t mbrlen_l( const char *__restrict s, size_t n, 107 mbstate_t *__restrict ps, locale_t loc); 108 size_t mbsrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, 109 size_t len, mbstate_t *__restrict ps, locale_t loc ); 110 size_t wcrtomb_l( char *__restrict s, wchar_t wc, mbstate_t *__restrict ps, 112 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s, 113 size_t n, mbstate_t *__restrict ps, locale_t loc); 114 size_t mbsnrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, 115 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc); 116 size_t wcsnrtombs_l( char *__restrict dst, const wchar_t **__restrict src, [all …]
|
/external/clang/test/Analysis/ |
D | taint-tester.cpp | 8 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); 9 int printf(const char * __restrict, ...); 14 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
D | taint-tester.c | 157 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); 158 int printf(const char * __restrict, ...);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | codec.h | 164 int WebRtcIsacfix_AutocorrC(int32_t* __restrict r, 165 const int16_t* __restrict x, 168 int16_t* __restrict scale); 178 int WebRtcIsacfix_AutocorrNeon(int32_t* __restrict r, 179 const int16_t* __restrict x, 182 int16_t* __restrict scale); 193 int WebRtcIsacfix_AutocorrMIPS(int32_t* __restrict r, 194 const int16_t* __restrict x, 197 int16_t* __restrict scale); 209 typedef int (*AutocorrFix)(int32_t* __restrict r, [all …]
|
D | filters.c | 17 int WebRtcIsacfix_AutocorrC(int32_t* __restrict r, in WebRtcIsacfix_AutocorrC() 18 const int16_t* __restrict x, in WebRtcIsacfix_AutocorrC() 21 int16_t* __restrict scale) { in WebRtcIsacfix_AutocorrC()
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-arg-qualifiers.cpp | 40 void foo_piad(char * __restrict x) {} in foo_piad() 44 void foo_qiad(char * const __restrict x) {} in foo_qiad() 48 void foo_riad(char * volatile __restrict x) {} in foo_riad() 52 void foo_siad(char * const volatile __restrict x) {} in foo_siad() 258 void mangle_yes_backref4(int *const __restrict, int *const __restrict) {} in mangle_yes_backref4() argument
|
D | mangle-ms-cxx11.cpp | 16 using C = int () __restrict; 28 using F = int () __restrict &; 40 using I = int () __restrict &&; 201 void foo() __restrict &; 202 void foo() __restrict &&; 204 void A::foo() __restrict & {} in foo() 206 void A::foo() __restrict && {} in foo() 301 void unaligned_foo5(int __unaligned * __restrict p1) {} in unaligned_foo5()
|
D | mangle-ms-return-qualifiers.cpp | 167 int S::* __restrict f10() { return 0; } in f10() 170 int S::* const __restrict f11() { return 0; } in f11() 188 int & __restrict h1() { return z; } in h1()
|
/external/dhcpcd-6.8.2/compat/ |
D | strtoi.h | 33 intmax_t strtoi(const char * __restrict nptr, char ** __restrict endptr, 35 uintmax_t strtou(const char * __restrict nptr, char ** __restrict endptr,
|
D | pollts.h | 36 pollts(struct pollfd *__restrict, nfds_t, const struct timespec *__restrict, 37 const sigset_t *__restrict);
|
D | getline.h | 34 ssize_t getline(char ** __restrict buf, size_t * __restrict buflen, 35 FILE * __restrict fp);
|
D | strtoi.c | 35 strtoi(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoi() 75 strtou(const char * __restrict nptr, char ** __restrict endptr, int base, in strtou()
|
D | pollts.c | 42 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts() 43 const struct timespec *__restrict ts, const sigset_t *__restrict sigmask) in pollts()
|
D | getline.c | 41 getline(char ** __restrict buf, size_t * __restrict buflen, in getline() 42 FILE * __restrict fp) in getline()
|
D | pselect.c | 39 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts() 40 const struct timespec *__restrict ts, const sigset_t *__restrict sigmask) in pollts()
|
D | dprintf.h | 41 __printflike(2, 0) int vdprintf(int, const char * __restrict, va_list); 42 __printflike(2, 3) int dprintf(int, const char * __restrict, ...);
|
/external/libcxx/include/ |
D | wchar.h | 175 size_t mbsnrtowcs(wchar_t *__restrict dst, const char **__restrict src, 176 size_t nmc, size_t len, mbstate_t *__restrict ps); 177 size_t wcsnrtombs(char *__restrict dst, const wchar_t **__restrict src, 178 size_t nwc, size_t len, mbstate_t *__restrict ps);
|
/external/jemalloc/src/ |
D | mutex.c | 34 static int (*pthread_create_fptr)(pthread_t *__restrict, const pthread_attr_t *, 35 void *(*)(void *), void *__restrict); 52 pthread_create(pthread_t *__restrict thread, in pthread_create() 53 const pthread_attr_t *__restrict attr, void *(*start_routine)(void *), in pthread_create() 54 void *__restrict arg) in pthread_create()
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 49 extern double strtod (__const char *__restrict __nptr, 50 char **__restrict __endptr) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); 55 extern long int strtol (__const char *__restrict __nptr, 56 char **__restrict __endptr, int __base) 59 extern unsigned long int strtoul (__const char *__restrict __nptr, 60 char **__restrict __endptr, int __base) 67 extern long long int strtoq (__const char *__restrict __nptr, 68 char **__restrict __endptr, int __base) 72 extern unsigned long long int strtouq (__const char *__restrict __nptr, 73 char **__restrict __endptr, int __base) [all …]
|
/external/clang/test/SemaCXX/ |
D | addr-of-overloaded-function.cpp | 214 void R() __restrict {}; in R() 216 void CR() const __restrict {}; in CR() 217 void VR() volatile __restrict {}; in VR() 218 void CVR() const volatile __restrict {}; in CVR()
|
/external/dhcpcd-6.8.2/ |
D | common.h | 143 #ifndef __restrict 145 # define __restrict macro 147 # define __restrict restrict macro 149 # define __restrict macro
|
/external/clang/test/PCH/ |
D | pr4489.c | 9 extern int fprintf (struct _IO_FILE *__restrict __stream, 10 __const char *__restrict __format, ...);
|
/external/libmicrohttpd/src/microhttpd/ |
D | tsearch.h | 41 void *tdelete(const void * __restrict, void ** __restrict,
|