Home
last modified time | relevance | path

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

/external/openssl/crypto/
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
244 # define HOST_c2l(c,l) ({ asm ("lrv %0,%1" \ macro
256 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, l) macro
262 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro
/external/chromium_org/third_party/openssl/openssl/crypto/
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
244 # define HOST_c2l(c,l) ({ asm ("lrv %0,%1" \ macro
256 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, l) macro
262 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro
/external/mdnsresponder/mDNSCore/
DDNSDigest.c576 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ macro
612 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro