OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HOST_c2l
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/
md32_common.h
209
# define
HOST_c2l
(c,l) ({ unsigned int r=*((const unsigned int *)(c)); \
220
# define
HOST_c2l
(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, (l))
224
#ifndef
HOST_c2l
225
#define
HOST_c2l
(c,l) (l =(((unsigned long)(*((c)++)))<<24), \
244
# define
HOST_c2l
(c,l) ({ asm ("lrv %0,%1" \
256
# define
HOST_c2l
(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, l)
261
#ifndef
HOST_c2l
262
#define
HOST_c2l
(c,l) (l =(((unsigned long)(*((c)++))) ), \
/external/openssl/crypto/
md32_common.h
209
# define
HOST_c2l
(c,l) ({ unsigned int r=*((const unsigned int *)(c)); \
220
# define
HOST_c2l
(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, (l))
224
#ifndef
HOST_c2l
225
#define
HOST_c2l
(c,l) (l =(((unsigned long)(*((c)++)))<<24), \
244
# define
HOST_c2l
(c,l) ({ asm ("lrv %0,%1" \
256
# define
HOST_c2l
(c,l) ((l)=*((const unsigned int *)(c)), (c)+=4, l)
261
#ifndef
HOST_c2l
262
#define
HOST_c2l
(c,l) (l =(((unsigned long)(*((c)++))) ), \
/external/mdnsresponder/mDNSCore/
DNSDigest.c
576
#define
HOST_c2l
(c,l) (l =(((unsigned long)(*((c)++)))<<24), \
612
#define
HOST_c2l
(c,l) (l =(((unsigned long)(*((c)++))) ), \
680
HOST_c2l
(data,l); p[sw]=l;
704
HOST_c2l
(data,l); p[sw]=l;
760
HOST_c2l
(data,l); *p=l;
[
all
...]
Completed in 39 milliseconds