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

/external/openssl/crypto/
H A 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
231 #ifndef HOST_l2c
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
268 #ifndef HOST_l2c
269 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
365 (void)HOST_l2c(c->Nh,p);
366 (void)HOST_l2c(
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/digest/
H A Dmd32_common.h193 # define HOST_l2c(l,c) ({ unsigned int r=(l); \ macro
204 # define HOST_l2c(l,c) ({ unsigned int r; \ macro
211 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l)) macro
225 #ifndef HOST_l2c
226 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
238 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, l) macro
248 #ifndef HOST_l2c
249 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
341 (void)HOST_l2c(c->Nh,p);
342 (void)HOST_l2c(
[all...]
/external/mdnsresponder/mDNSCore/
H A DDNSDigest.c266 ll=(c)->A; HOST_l2c(ll,(s)); \
267 ll=(c)->B; HOST_l2c(ll,(s)); \
268 ll=(c)->C; HOST_l2c(ll,(s)); \
269 ll=(c)->D; HOST_l2c(ll,(s)); \
604 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
640 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro

Completed in 180 milliseconds