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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dmd32_common.h297 # define HOST_c2l(c,l) ({ unsigned int r=*((const unsigned int *)(c)); \ macro
308 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ macro
350 # define HOST_c2l(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, l) macro
356 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c616 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ macro
652 #define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ macro
[all...]

Completed in 126 milliseconds