Searched refs:__lzo_restrict (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dlzodefs.h1525 #if !defined(__lzo_restrict)
1527 # define __lzo_restrict __restrict__ macro
1529 # define __lzo_restrict __restrict__ macro
1531 # define __lzo_restrict __restrict__ macro
1533 # define __lzo_restrict __restrict macro
1536 #if defined(__lzo_restrict)
1539 # define __lzo_restrict /*empty*/ macro
H A Dminilzo.c1545 #if !defined(__lzo_restrict)
1547 # define __lzo_restrict __restrict__ macro
1549 # define __lzo_restrict __restrict__ macro
1551 # define __lzo_restrict __restrict__ macro
1553 # define __lzo_restrict __restrict macro
1556 #if defined(__lzo_restrict)
1559 # define __lzo_restrict /*empty*/ macro

Completed in 43 milliseconds