Home
last modified time | relevance | path

Searched defs:HOST_l2c (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/
H A Dmd32_common.h300 # define HOST_l2c(l,c) ({ unsigned int r=(l); \ macro
338 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
351 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, l) macro
386 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c644 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
680 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro