Searched refs:__restrict (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | argp.h | 49 /* GCC 2.95 and later have "__restrict"; C99 compilers have 51 Other compilers use __restrict, __restrict__, and _Restrict, and 53 #ifndef __restrict 56 # define __restrict restrict macro 58 # define __restrict macro 420 extern error_t argp_parse (const struct argp *__restrict __argp, 421 int /*argc*/, char **__restrict /*argv*/, 422 unsigned __flags, int *__restrict __arg_index, 423 void *__restrict __input); 424 extern error_t __argp_parse (const struct argp *__restrict __arg [all...] |
H A D | regex.h | 633 /* GCC 2.95 and later have "__restrict"; C99 compilers have 635 Other compilers use __restrict, __restrict__, and _Restrict, and 642 # define _Restrict_ __restrict
|
/osnet-11/usr/src/grub/grub2/build-bios/ |
H A D | config-util.h | 1262 #define restrict __restrict
|
/osnet-11/usr/src/grub/grub2/build-uefi64/ |
H A D | config-util.h | 1262 #define restrict __restrict
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/ |
H A D | lzodefs.h | 1533 # define __lzo_restrict __restrict
|
H A D | minilzo.c | 1553 # define __lzo_restrict __restrict
|
/osnet-11/usr/src/grub/grub2/ |
H A D | configure | 12379 for ac_kw in __restrict __restrict__ _Restrict restrict; do [all...] |
Completed in 162 milliseconds