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

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dlzodefs.h1507 #if !defined(__lzo_nothrow)
1509 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1511 # define __lzo_nothrow __declspec(nothrow) macro
1513 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1515 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1517 # define __lzo_nothrow __declspec(nothrow) macro
1520 #if defined(__lzo_nothrow)
1523 # define __lzo_nothrow /*empty*/ macro
H A Dminilzo.c1527 #if !defined(__lzo_nothrow)
1529 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1531 # define __lzo_nothrow __declspec(nothrow) macro
1533 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1535 # define __lzo_nothrow __attribute__((__nothrow__)) macro
1537 # define __lzo_nothrow __declspec(nothrow) macro
1540 #if defined(__lzo_nothrow)
1543 # define __lzo_nothrow /*empty*/ macro

Completed in 38 milliseconds