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

/external/valgrind/main/coregrind/m_debuginfo/
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-inl.c1549 #if !defined(__lzo_restrict)
1551 # define __lzo_restrict __restrict__ macro
1553 # define __lzo_restrict __restrict__ macro
1555 # define __lzo_restrict __restrict__ macro
1557 # define __lzo_restrict __restrict macro
1560 #if defined(__lzo_restrict)
1563 # define __lzo_restrict /*empty*/ macro

Completed in 80 milliseconds