HomeSort by relevance Sort by last modified time
    Searched refs:__restrict (Results 1 - 24 of 24) sorted by null

  /bionic/libc/wchar/
wcpcpy.c 41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from)
wcpncpy.c 33 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n)
wcscat.c 40 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2)
wcscpy.c 40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2)
wmemcpy.c 41 wmemcpy(wchar_t * __restrict d, const wchar_t * __restrict s, size_t n)
wcsncat.c 40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n)
wcsncpy.c 48 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n)
wcsstr.c 47 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find)
wcstok.c 41 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim,
42 wchar_t ** __restrict last)
wcsxfrm.c 35 wcsxfrm(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len)
  /bionic/libc/bionic/
fdprintf.c 34 int vfdprintf(int fd, const char * __restrict format, __va_list ap)
48 int fdprintf(int fd, const char * __restrict format, ...)
  /external/elfutils/
config-compat-darwin.h 57 static inline wchar_t *wmempcpy (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, size_t __n)
config-compat-freebsd.h 60 static inline wchar_t *wmempcpy (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, size_t __n)
  /external/webkit/WebKitTools/WebKitLauncher/
main.m 42 int posix_spawn(pid_t * __restrict, const char * __restrict, const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict, char *const __argv[ __restrict], char *const __envp[ __restrict]) WEAK_IMPORT;
43 int posix_spawnattr_setbinpref_np(posix_spawnattr_t * __restrict, size_t, cpu_type_t *__restrict, size_t *__restrict) WEAK_IMPORT;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 228 #define __restrict restrict macro
231 #define __restrict /* delete __restrict when not supported */ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 228 #define __restrict restrict macro
231 #define __restrict /* delete __restrict when not supported */ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 228 #define __restrict restrict macro
231 #define __restrict /* delete __restrict when not supported */ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 228 #define __restrict restrict macro
231 #define __restrict /* delete __restrict when not supported */ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 228 #define __restrict restrict macro
231 #define __restrict /* delete __restrict when not supported */ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 228 #define __restrict restrict macro
231 #define __restrict /* delete __restrict when not supported */ macro
  /bionic/libc/include/sys/
cdefs.h 217 #define __restrict restrict macro
220 #define __restrict /* delete __restrict when not supported */ macro
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 223 #define __restrict restrict macro
226 #define __restrict /* delete __restrict when not supported */ macro
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 217 #define __restrict restrict macro
220 #define __restrict /* delete __restrict when not supported */ macro
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 92 #define dl_restrict __restrict
139 #define dl_restrict __restrict
    [all...]

Completed in 441 milliseconds