Home
last modified time | relevance | path

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

123

/device/linaro/bootloader/edk2/StdLib/Include/
Dwchar.h458 int fwprintf(FILE * __restrict stream, const wchar_t * __restrict format, ...);
670 int fwscanf(FILE * __restrict stream, const wchar_t * __restrict format, ...);
694 int swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict format, ...);
716 int swscanf(const wchar_t * __restrict Buff, const wchar_t * __restrict Format, ...);
737 int vfwprintf(FILE * __restrict Stream, const wchar_t * __restrict Format, va_list Args);
760 int vfwscanf(FILE * __restrict Stream, const wchar_t * __restrict Format, va_list Args);
783 int vswprintf(wchar_t * __restrict S, size_t N, const wchar_t * __restrict Format, va_list Args);
805 int vswscanf(const wchar_t * __restrict S, const wchar_t * __restrict Format, va_list Args);
824 int vwprintf(const wchar_t * __restrict Format, va_list Args);
845 int vwscanf(const wchar_t * __restrict Format, va_list Args);
[all …]
Dstdio.h433 FILE *fopen (const char * __restrict Path, const char * __restrict Mode);
450 FILE *freopen (const char * __restrict Path, const char * __restrict Mode, FILE * __restrict Of…
467 void setbuf (FILE * __restrict fp, char * __restrict Buff);
493 int setvbuf (FILE * __restrict fp, char * __restrict Buff, int BufMode, size_t BufSize);
725 int fprintf (FILE * __restrict stream, const char * __restrict format, ...);
910 int fscanf (FILE * __restrict stream, const char * __restrict format, ...);
926 int printf (const char * __restrict format, ...);
944 int scanf (const char * __restrict format, ...);
965 int sprintf (char * __restrict Buff, const char * __restrict Format, ...);
986 int sscanf (const char * __restrict Buff, const char * __restrict Format, ...);
[all …]
Dstdlib.h455 long strtol(const char * __restrict nptr, char ** __restrict endptr, int base);
472 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base);
490 strtoll(const char * __restrict nptr, char ** __restrict endptr, int base);
507 strtoull(const char * __restrict nptr, char ** __restrict endptr, int base);
543 double strtod(const char * __restrict nptr, char ** __restrict endptr);
557 float strtof(const char * __restrict nptr, char ** __restrict endptr);
572 strtold(const char * __restrict nptr, char ** __restrict endptr);
777 int mbtowc(wchar_t * __restrict Pwc, const char * __restrict S, size_t N);
832 size_t mbstowcs(wchar_t * __restrict Dest, const char * __restrict Src, size_t Limit);
859 size_t wcstombs(char * __restrict Dest, const wchar_t * __restrict Src, size_t Limit);
Dstring.h110 void *memcpy(void * __restrict Dest, const void * __restrict Src, size_t N);
136 char *strcpy(char * __restrict Dest, const char * __restrict Src);
153 char *strncpy(char * __restrict Dest, const char * __restrict Src, size_t N);
173 int strncpyX(char * __restrict Dest, const char * __restrict Src, size_t N);
188 char *strcat(char * __restrict Dest, const char * __restrict Src);
203 char *strncat(char * __restrict Dest, const char * __restrict Src, size_t N);
223 int strncatX(char * __restrict s1, const char * __restrict s2, size_t n);
300 size_t strxfrm(char * __restrict Dest, const char * __restrict Src, size_t N);
420 char *strtok(char * __restrict S1, const char * __restrict S2);
Dinttypes.h53 intmax_t strtoimax(const char * __restrict,
54 char ** __restrict, int);
55 uintmax_t strtoumax(const char * __restrict,
56 char ** __restrict, int);
57 intmax_t wcstoimax(const wchar_t * __restrict,
58 wchar_t ** __restrict, int);
59 uintmax_t wcstoumax(const wchar_t * __restrict,
60 wchar_t ** __restrict, int);
Dnetdb.h258 int getaddrinfo ( const char * __restrict, const char * __restrict,
259 const struct addrinfo * __restrict,
260 struct addrinfo ** __restrict);
261 int getnameinfo ( const struct sockaddr * __restrict, socklen_t,
262 char * __restrict, socklen_t,
263 char * __restrict, socklen_t, int);
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
Dstdio.h61 int printf(const char * __restrict, ...) __printflike(1, 2);
64 int sprintf(char * __restrict, const char * __restrict, ...)
66 int vsprintf(char * __restrict, const char * __restrict,
69 int sscanf(const char *__restrict, char const *__restrict, ...);
72 int snprintf(char * __restrict, size_t, const char * __restrict,
74 int vsnprintf(char * __restrict, size_t, const char * __restrict,
Dstdlib.h97 double strtod(const char *__restrict, char **__restrict);
98 float strtof(const char *__restrict, char **__restrict);
99 long strtol(const char *__restrict, char **__restrict, int);
101 strtold(const char *__restrict, char **__restrict);
103 strtoul(const char *__restrict, char **__restrict, int);
134 strtoll(const char *__restrict, char **__restrict, int);
137 strtoull(const char *__restrict, char **__restrict, int);
156 char *realpath(const char *__restrict, char *__restrict);
Dtime.h152 size_t strftime(char *__restrict, size_t, const char *__restrict,
153 const struct tm *__restrict);
157 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
161 int timer_settime(timer_t, int, const struct itimerspec *__restrict,
162 struct itimerspec *__restrict);
188 char *strptime(const char *__restrict, const char *__restrict,
189 struct tm *__restrict);
Dinttypes.h47 intmax_t strtoimax(const char *__restrict, char **__restrict, int);
48 uintmax_t strtoumax(const char *__restrict, char **__restrict, int);
Dstring.h54 void *memcpy(void * __restrict, const void * __restrict, size_t);
55 void *memcpy16(void * __restrict, const void * __restrict, size_t);
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dselect.h45 int pselect(int, fd_set * __restrict, fd_set * __restrict,
46 fd_set * __restrict, const struct timespec * __restrict,
47 const sigset_t * __restrict);
48 int select(int, fd_set * __restrict, fd_set * __restrict,
49 fd_set * __restrict, struct timeval * __restrict);
Dsocket.h544 int accept(int, struct sockaddr * __restrict, socklen_t * __restrict);
547 int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict);
548 int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict);
549 int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
552 ssize_t recvfrom(int, void * __restrict, size_t, int,
553 struct sockaddr * __restrict, socklen_t * __restrict);
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dlocal.h67 extern int __svfscanf(FILE * __restrict, const char * __restrict, va_list)
69 extern int __svfscanf_unlocked(FILE * __restrict, const char * __restrict, va_list)
71 extern int __vfprintf_unlocked(FILE * __restrict, const char * __restrict, va_list);
81 extern char *__fgetstr(FILE * __restrict, size_t * __restrict, int);
84 extern int __vfwscanf_unlocked(FILE * __restrict, const wchar_t * __restrict, va_list);
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/xlocale/
D_time.h45 size_t strftime_l(char *__restrict, size_t, const char *__restrict,
46 const struct tm *__restrict, locale_t) __strftimelike(3, 0);
54 char *strptime_l(const char *__restrict, const char *__restrict,
55 struct tm *__restrict, locale_t);
/device/linaro/bootloader/edk2/StdLib/LibC/String/
DCopying.c36 memcpy(void * __restrict s1, const void * __restrict s2, size_t n) in memcpy()
70 strcpy(char * __restrict s1, const char * __restrict s2) in strcpy()
90 char *strncpy(char * __restrict s1, const char * __restrict s2, size_t n) in strncpy()
120 int strncpyX(char * __restrict s1, const char * __restrict s2, size_t n) in strncpyX()
DConcatenation.c29 strcat(char * __restrict s1, const char * __restrict s2) in strcat()
44 strncat(char * __restrict s1, const char * __restrict s2, size_t n) in strncat()
64 strncatX(char * __restrict s1, const char * __restrict s2, size_t n) in strncatX()
/device/google/contexthub/firmware/os/inc/
Dgpio.h68 void gpioRelease(struct Gpio* __restrict gpio);
71 void gpioConfigInput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum GpioPullMode pull);
72 void gpioConfigOutput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum GpioPullMode pull…
73 void gpioConfigAlt(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum GpioPullMode pull, e…
74 void gpioConfigAnalog(const struct Gpio* __restrict gpio);
77 void gpioSet(const struct Gpio* __restrict gpio, bool value);
78 bool gpioGet(const struct Gpio* __restrict gpio);
Dusart.h60 void usartOpen(struct usart* __restrict usart, UsartPort port, /* port number is 1-based!!!!! */
65 void usartClose(const struct usart* __restrict usart);
66 void usartFlush(const struct usart* __restrict usart);
67 void usartPutchar(const struct usart* __restrict usart, char c);
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
DCopying.c30 wchar_t *wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscpy()
45 wchar_t *wcsncpy(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wcsncpy()
58 wchar_t *wmemcpy(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wmemcpy()
DConcatenation.c32 wchar_t *wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscat()
45 wchar_t *wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wcsncat()
/device/linaro/bootloader/edk2/StdLib/Include/arpa/
Dinet.h88 const char *inet_ntop(int, const void * __restrict,
89 char * __restrict, socklen_t);
90 int inet_pton(int, const char * __restrict,
91 void * __restrict);
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dextern.h77 int snprintf_ss(char * __restrict, size_t, const char * __restrict, ...)
82 int vsnprintf_ss(char * __restrict, size_t, const char * __restrict,
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dexti.h73 static inline void extiEnableIntGpio(const struct Gpio *__restrict gpioHandle, enum ExtiTrigger tri… in extiEnableIntGpio()
80 static inline void extiDisableIntGpio(const struct Gpio *__restrict gpioHandle) in extiDisableIntGpio()
87 static inline bool extiIsPendingGpio(const struct Gpio *__restrict gpioHandle) in extiIsPendingGpio()
95 static inline void extiClearPendingGpio(const struct Gpio *__restrict gpioHandle) in extiClearPendingGpio()
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DNumericInt.c184 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) in strtol()
273 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoul()
348 strtoll(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoll()
437 strtoull(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoull()

123