Searched defs:HOST_c2l (Results 1 - 1 of 1) sorted by last modified time

/freebsd-10-stable/crypto/openssl/crypto/
H A Dmd32_common.h213 # define HOST_c2l(c,l) ({ unsigned int r=*((const unsigned int *)(c)); \ macro
224 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, (l)) macro
229 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ macro
247 # define HOST_c2l(c,l) ({ asm ("lrv %0,%1" \ macro
259 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, l) macro
265 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro

Completed in 59 milliseconds