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

/inkscape/src/libuemf/
H A Duemf_endian.h35 #define U_IS_LE 0 //!< this machine is not little endian macro
39 #define U_IS_LE 1 //!< this machine is little endian macro
H A Dupmf.c666 if(((lptr->TE & U_LE) && U_IS_BE) || ((lptr->TE & U_BE) && U_IS_LE)){
1178 if(SE == U_LE && U_IS_LE){ return(1); }
1216 if(SE == U_LE && U_IS_LE){ return(1); }

Completed in 54 milliseconds