OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HOST_l2c
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/
md32_common.h
212
# define
HOST_l2c
(l,c) ({ unsigned int r=(l); \
221
# define
HOST_l2c
(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l))
231
#ifndef
HOST_l2c
232
#define
HOST_l2c
(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \
247
# define
HOST_l2c
(l,c) ({ asm ("strv %1,%0" \
257
# define
HOST_l2c
(l,c) (*((unsigned int *)(c))=(l), (c)+=4, l)
268
#ifndef
HOST_l2c
269
#define
HOST_l2c
(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \
365
(void)
HOST_l2c
(c->Nh,p);
366
(void)
HOST_l2c
(c->Nl,p)
[
all
...]
/external/openssl/crypto/
md32_common.h
212
# define
HOST_l2c
(l,c) ({ unsigned int r=(l); \
221
# define
HOST_l2c
(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l))
231
#ifndef
HOST_l2c
232
#define
HOST_l2c
(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \
247
# define
HOST_l2c
(l,c) ({ asm ("strv %1,%0" \
257
# define
HOST_l2c
(l,c) (*((unsigned int *)(c))=(l), (c)+=4, l)
268
#ifndef
HOST_l2c
269
#define
HOST_l2c
(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \
365
(void)
HOST_l2c
(c->Nh,p);
366
(void)
HOST_l2c
(c->Nl,p)
[
all
...]
/external/mdnsresponder/mDNSCore/
DNSDigest.c
266
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), \
640
#define
HOST_l2c
(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \
[
all
...]
Completed in 94 milliseconds