Home
last modified time | relevance | path

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

/external/fastrpc/inc/
DAEEstd.h210 #define STD_SWAPL(ul) \ macro
215 return STD_SWAPL(ul); in std_swapl()
221 # define STD_HTOLEL(u) (STD_SWAPL(u))
224 # define STD_HTONL(u) (STD_SWAPL(u))
276 #undef STD_SWAPL // private macro; not exported as a supported API