Searched defs:HOST_c2l (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmd32_common.h209 # define HOST_c2l(c,l) ({ unsigned int r=*((const unsigned int *)(c)); \ macro
220 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, (l)) macro
225 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ macro
242 # define HOST_c2l(c,l) ({ asm ("lrv %0,%1" \ macro
254 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4) macro
260 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro

Completed in 93 milliseconds