Home
last modified time | relevance | path

Searched refs:__restrict (Results 1 – 25 of 90) sorted by relevance

1234

/external/libcxx/src/support/win32/
Dlocale_win32.cpp16 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 …]
Dsupport.cpp22 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/
Dlocale_win32.h106 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/
Dtaint-tester.cpp8 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);
Dtaint-tester.c157 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/
Dcodec.h164 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 …]
Dfilters.c17 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/
Dmangle-ms-arg-qualifiers.cpp40 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
Dmangle-ms-cxx11.cpp16 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()
Dmangle-ms-return-qualifiers.cpp167 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/
Dstrtoi.h33 intmax_t strtoi(const char * __restrict nptr, char ** __restrict endptr,
35 uintmax_t strtou(const char * __restrict nptr, char ** __restrict endptr,
Dpollts.h36 pollts(struct pollfd *__restrict, nfds_t, const struct timespec *__restrict,
37 const sigset_t *__restrict);
Dgetline.h34 ssize_t getline(char ** __restrict buf, size_t * __restrict buflen,
35 FILE * __restrict fp);
Dstrtoi.c35 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()
Dpollts.c42 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts()
43 const struct timespec *__restrict ts, const sigset_t *__restrict sigmask) in pollts()
Dgetline.c41 getline(char ** __restrict buf, size_t * __restrict buflen, in getline()
42 FILE * __restrict fp) in getline()
Dpselect.c39 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts()
40 const struct timespec *__restrict ts, const sigset_t *__restrict sigmask) in pollts()
Ddprintf.h41 __printflike(2, 0) int vdprintf(int, const char * __restrict, va_list);
42 __printflike(2, 3) int dprintf(int, const char * __restrict, ...);
/external/libcxx/include/
Dwchar.h175 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/
Dmutex.c34 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/
Dtest_input_for_tinycc.c49 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/
Daddr-of-overloaded-function.cpp214 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/
Dcommon.h143 #ifndef __restrict
145 # define __restrict macro
147 # define __restrict restrict macro
149 # define __restrict macro
/external/clang/test/PCH/
Dpr4489.c9 extern int fprintf (struct _IO_FILE *__restrict __stream,
10 __const char *__restrict __format, ...);
/external/libmicrohttpd/src/microhttpd/
Dtsearch.h41 void *tdelete(const void * __restrict, void ** __restrict,

1234