Searched defs:__restrict (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A DEfiCdefs.h20 __restrict Defined to nothing for VC++ or to restrict for GCC and C99 compliant compilers.
242 #define __restrict restrict macro
245 #define __restrict /* delete __restrict when not supported */ macro
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
H A Dcdefs.h329 * GCC 2.95 provides `__restrict' as an extension to C90 to support the
330 * C99-specific `restrict' type qualifier. We happen to use `__restrict' as
336 #define __restrict macro
338 #define __restrict restrict macro

Completed in 445 milliseconds