Home
last modified time | relevance | path

Searched refs:__acc_nothrow (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/lzo/src/
Dminiacc.h1548 #if !defined(__acc_nothrow)
1550 # define __acc_nothrow __attribute__((__nothrow__)) macro
1552 # define __acc_nothrow __declspec(nothrow) macro
1554 # define __acc_nothrow __attribute__((__nothrow__)) macro
1556 # define __acc_nothrow __attribute__((__nothrow__)) macro
1558 # define __acc_nothrow __declspec(nothrow) macro
1561 #if defined(__acc_nothrow)
1564 # define __acc_nothrow macro