HomeSort by relevance Sort by last modified time
    Searched defs:HOST_c2l (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/
md32_common.h 209 # define HOST_c2l(c,l) ({ unsigned int r=*((const unsigned int *)(c)); \
220 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, (l))
224 #ifndef HOST_c2l
225 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \
244 # define HOST_c2l(c,l) ({ asm ("lrv %0,%1" \
256 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, l)
261 #ifndef HOST_c2l
262 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 576 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \
612 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \
680 HOST_c2l(data,l); p[sw]=l;
704 HOST_c2l(data,l); p[sw]=l;
760 HOST_c2l(data,l); *p=l;
    [all...]

Completed in 44 milliseconds