HomeSort by relevance Sort by last modified time
    Searched full:restrict (Results 1 - 25 of 1467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/System/usr/include/
stdio.h 2 int fprintf(FILE*restrict, const char* restrict format, ...);
  /ndk/sources/android/support/src/musl-locale/
strftime_l.c 4 size_t strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t l)
strxfrm_l.c 3 size_t strxfrm_l(char *restrict dest, const char *restrict src, size_t n, locale_t l)
wcsxfrm_l.c 3 size_t wcsxfrm_l(wchar_t *restrict dest, const wchar_t *restrict src, size_t n, locale_t locale)
strxfrm.c 7 size_t strxfrm_l(char *restrict dest, const char *restrict src, size_t n, locale_t loc)
14 size_t strxfrm(char *restrict dest, const char *restrict src, size_t n)
  /ndk/sources/android/support/src/musl-multibyte/
mbstowcs.c 4 size_t mbstowcs(wchar_t *restrict ws, const char *restrict s, size_t wn)
wcstombs.c 4 size_t wcstombs(char *restrict s, const wchar_t *restrict ws, size_t n)
  /ndk/sources/android/support/src/musl-stdio/
vsprintf.c 4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap)
snprintf.c 4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...)
sprintf.c 4 int sprintf(char *restrict s, const char *restrict fmt, ...)
swprintf.c 4 int swprintf(wchar_t *restrict s, size_t n, const wchar_t *restrict fmt, ...)
vprintf.c 3 int vprintf(const char *restrict fmt, va_list ap)
  /external/clang/test/SemaObjC/
restrict-id-type.m 4 void f0(restrict id a0) {}
6 void f1(restrict id *a0) {}
8 void f2(restrict Class a0) {}
10 void f3(restrict Class *a0) {}
  /external/fio/os/windows/posix/include/arpa/
inet.h 15 const char *inet_ntop(int af, const void *restrict src,
16 char *restrict dst, socklen_t size);
17 int inet_pton(int af, const char *restrict src, void *restrict dst);
  /ndk/sources/android/support/src/wcstox/
wcstol.c 8 static unsigned long long wcstox(const wchar_t * restrict s,
9 wchar_t ** restrict p,
25 unsigned long long wcstoull(const wchar_t *restrict s,
26 wchar_t **restrict p,
32 long long wcstoll(const wchar_t *restrict s, wchar_t **restrict p, int base)
37 unsigned long wcstoul(const wchar_t *restrict s,
38 wchar_t **restrict p,
44 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base
    [all...]
wcstod.c 6 static long double wcstox(const wchar_t * restrict s,
7 wchar_t ** restrict p,
22 float wcstof(const wchar_t *restrict s, wchar_t **restrict p)
27 double wcstod(const wchar_t *restrict s, wchar_t **restrict p)
32 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p)
  /external/libcxx/include/
cwchar 34 int fwprintf(FILE* restrict stream, const wchar_t* restrict format, ...);
35 int fwscanf(FILE* restrict stream, const wchar_t* restrict format, ...);
36 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...);
37 int swscanf(const wchar_t* restrict s, const wchar_t* restrict format, ...);
38 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg)
    [all...]
cstdio 51 FILE* fopen(const char* restrict filename, const char* restrict mode);
52 FILE* freopen(const char* restrict filename, const char * restrict mode,
53 FILE * restrict stream);
54 void setbuf(FILE* restrict stream, char* restrict buf);
55 int setvbuf(FILE* restrict stream, char* restrict buf, int mode, size_t size);
56 int fprintf(FILE* restrict stream, const char* restrict format, ...)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 34 int fwprintf(FILE* restrict stream, const wchar_t* restrict format, ...);
35 int fwscanf(FILE* restrict stream, const wchar_t* restrict format, ...);
36 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...);
37 int swscanf(const wchar_t* restrict s, const wchar_t* restrict format, ...);
38 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 34 int fwprintf(FILE* restrict stream, const wchar_t* restrict format, ...);
35 int fwscanf(FILE* restrict stream, const wchar_t* restrict format, ...);
36 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...);
37 int swscanf(const wchar_t* restrict s, const wchar_t* restrict format, ...);
38 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg)
    [all...]
  /external/clang/test/CodeGen/
2002-06-25-FWriteInterfaceFailure.c 5 int fprintf(FILE * restrict stream, const char * restrict format, ...);
vfprintf.c 4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
  /external/fio/os/windows/posix/include/
dlfcn.h 8 void *dlsym(void *restrict handle, const char *restrict name);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 11 FILE *fopen(const char * restrict, const char * restrict) __asm("_" "fopen" );
13 int fputs(const char * restrict, FILE * restrict) __asm("_" "fputs" );
system-header-simulator.h 9 #define restrict /*restrict*/ macro
21 int scanf(const char *restrict format, ...);
22 int fscanf(FILE *restrict, const char *restrict, ...);
23 int printf(const char *restrict format, ...);
24 int fprintf(FILE *restrict, const char *restrict, ...);
34 char *strcpy(char *restrict, const char *restrict);
    [all...]

Completed in 881 milliseconds

1 2 3 4 5 6 7 8 91011>>