Home
last modified time | relevance | path

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

/external/openssl/crypto/
Dmd32_common.h212 # define HOST_l2c(l,c) ({ unsigned int r=(l); \ macro
221 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l)) macro
232 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
247 # define HOST_l2c(l,c) ({ asm ("strv %1,%0" \ macro
257 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, l) macro
269 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/external/chromium_org/third_party/boringssl/src/crypto/digest/
Dmd32_common.h193 # define HOST_l2c(l,c) ({ unsigned int r=(l); \ macro
226 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
/external/mdnsresponder/mDNSCore/
DDNSDigest.c604 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
640 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro