/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 36 size_t mbrlen_l( const char *__restrict s, size_t n, in mbrlen_l() 37 mbstate_t *__restrict ps, locale_t loc ) in mbrlen_l() 42 size_t mbsrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, in mbsrtowcs_l() 43 size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsrtowcs_l() 48 size_t wcrtomb_l( char *__restrict s, wchar_t wc, mbstate_t *__restrict ps, in wcrtomb_l() 54 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s, in mbrtowc_l() 55 size_t n, mbstate_t *__restrict ps, locale_t loc ) in mbrtowc_l() 60 size_t mbsnrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, in mbsnrtowcs_l() 61 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsnrtowcs_l() 66 size_t wcsnrtombs_l( char *__restrict dst, const wchar_t **__restrict src, in wcsnrtombs_l() [all …]
|
D | support.cpp | 20 int asprintf(char **sptr, const char *__restrict format, ...) in asprintf() 33 int vasprintf( char **sptr, const char *__restrict format, va_list ap ) in vasprintf() 63 size_t mbsnrtowcs( wchar_t *__restrict dst, const char **__restrict src, in mbsnrtowcs() 64 size_t src_size_bytes, size_t max_dest_chars, mbstate_t *__restrict ps ) in mbsnrtowcs() 115 size_t wcsnrtombs( char *__restrict dst, const wchar_t **__restrict src, in wcsnrtombs() 116 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 | 39 size_t mbrlen_l( const char *__restrict s, size_t n, 40 mbstate_t *__restrict ps, locale_t loc); 41 size_t mbsrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, 42 size_t len, mbstate_t *__restrict ps, locale_t loc ); 43 size_t wcrtomb_l( char *__restrict s, wchar_t wc, mbstate_t *__restrict ps, 45 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s, 46 size_t n, mbstate_t *__restrict ps, locale_t loc); 47 size_t mbsnrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, 48 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc); 49 size_t wcsnrtombs_l( char *__restrict dst, const wchar_t **__restrict src, [all …]
|
D | support.h | 38 int vasprintf(char **sptr, const char *__restrict fmt, va_list ap); 39 int asprintf(char **sptr, const char *__restrict fmt, ...); 40 size_t mbsnrtowcs(wchar_t *__restrict dst, const char **__restrict src, 41 size_t nmc, size_t len, mbstate_t *__restrict ps); 42 size_t wcsnrtombs(char *__restrict dst, const wchar_t **__restrict src, 43 size_t nwc, size_t len, mbstate_t *__restrict ps);
|
/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/src/modules/audio_coding/codecs/isac/fix/source/ |
D | codec.h | 134 int WebRtcIsacfix_AutocorrC(WebRtc_Word32* __restrict r, 135 const WebRtc_Word16* __restrict x, 138 WebRtc_Word16* __restrict scale); 148 int WebRtcIsacfix_AutocorrNeon(WebRtc_Word32* __restrict r, 149 const WebRtc_Word16* __restrict x, 152 WebRtc_Word16* __restrict scale); 164 typedef int (*AutocorrFix)(WebRtc_Word32* __restrict r, 165 const WebRtc_Word16* __restrict x, 168 WebRtc_Word16* __restrict scale);
|
D | filters_neon.c | 27 WebRtc_Word32* __restrict r, in WebRtcIsacfix_AutocorrNeon() 28 const WebRtc_Word16* __restrict x, in WebRtcIsacfix_AutocorrNeon() 31 WebRtc_Word16* __restrict scale) { in WebRtcIsacfix_AutocorrNeon()
|
D | filters.c | 27 int WebRtcIsacfix_AutocorrC(WebRtc_Word32* __restrict r, in WebRtcIsacfix_AutocorrC() 28 const WebRtc_Word16* __restrict x, in WebRtcIsacfix_AutocorrC() 31 WebRtc_Word16* __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()
|
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()
|
/external/dhcpcd/ |
D | common.h | 60 #ifndef __restrict 62 # define __restrict macro 64 # define __restrict restrict macro 66 # define __restrict macro 72 char *get_line(FILE * __restrict);
|
/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 | 213 void R() __restrict {}; in R() 215 void CR() const __restrict {}; in CR() 216 void VR() volatile __restrict {}; in VR() 217 void CVR() const volatile __restrict {}; in CVR()
|
D | references.cpp | 94 void restrict_ref(__restrict intref); // ok in test8() 95 void restrict_ref(int &__restrict); // ok in test8()
|
/external/clang/test/PCH/ |
D | pr4489.c | 9 extern int fprintf (struct _IO_FILE *__restrict __stream, 10 __const char *__restrict __format, ...);
|
/external/clang/test/Sema/ |
D | implicit-decl.c | 6 extern int printf(__const char *__restrict __format, ...); // expected-note{{'printf' declared here… 27 extern int sformatf(char *str, __const char *__restrict __format, ...); // expected-note{{'sformatf…
|
D | c89.c | 35 int *__restrict; /* expected-error {{expected identifier}} */ 86 extern int printf(__const char *__restrict __format, ...);
|
/external/clang/test/SemaObjCXX/ |
D | parameters.mm | 19 template<typename T> void r1(__restrict T); 20 void r2(__restrict id x) { r1(x); }
|
/external/libpng/ |
D | pngconf.h | 387 # define PNG_RESTRICT __restrict 415 # define PNG_RESTRICT __restrict 440 # define PNG_RESTRICT __restrict 446 # define PNG_RESTRICT __restrict
|
/external/libcxx/src/support/solaris/ |
D | mbsnrtowcs.inc | 32 mbsnrtowcs_l(wchar_t * __restrict dst, const char ** __restrict src, 33 size_t nms, size_t len, mbstate_t * __restrict ps, locale_t loc)
|
D | wcsnrtombs.inc | 28 wcsnrtombs_l(char * __restrict dst, const wchar_t ** __restrict src, 29 size_t nwc, size_t len, mbstate_t * __restrict ps, locale_t loc)
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | pngconf.h | 389 # define PNG_RESTRICT __restrict 414 # define PNG_RESTRICT __restrict 420 # define PNG_RESTRICT __restrict
|