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

  /external/boringssl/src/crypto/digest/
md32_common.h 149 #define HOST_c2l(c, l) \
167 #define HOST_c2l(c, l) \
183 #define HOST_c2l(c, l) (void)((l) = *((const uint32_t *)(c)), (c) += 4)
189 #ifndef HOST_c2l
190 #define HOST_c2l(c, l) \
208 #define HOST_c2l(c, l) (void)((l) = *((const uint32_t *)(c)), (c) += 4)
212 #ifndef HOST_c2l
213 #define HOST_c2l(c, l) \
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 577 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \
613 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \
681 HOST_c2l(data,l); p[sw]=l;
705 HOST_c2l(data,l); p[sw]=l;
761 HOST_c2l(data,l); *p=l;
    [all...]

Completed in 64 milliseconds