Searched defs:HOST_c2l (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/ |
D | md32_common.h | 209 # 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/ |
D | md32_common.h | 209 # 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/ |
D | DNSDigest.c | 576 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ macro 612 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro
|