OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BSWAP
(Results
1 - 6
of
6
) sorted by null
/external/elfutils/libasm/
asm_addint8.c
46
#define
BSWAP
(size) _BSWAP(size)
104
var =
BSWAP
(SIZE) (var);
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h
230
#define
BSWAP
(x) ( ((x>>24)&0x000000FFUL) | ((x<<24)&0xFF000000UL) | \
/external/opencv/otherlibs/highgui/
bitstrm.h
259
#define
BSWAP
(v) (((v)<<24)|(((v)&0xff00)<<8)| \
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c
94
# define
BSWAP
(x) ({ unsigned int r=(x); asm ("bswapl %0":"=r"(r):"0"(r)); r; })
306
#ifdef
BSWAP
307
bitlen =
BSWAP
(bitlen);
368
#ifdef
BSWAP
369
pmac->u[0] =
BSWAP
(pmac->u[0]);
370
pmac->u[1] =
BSWAP
(pmac->u[1]);
371
pmac->u[2] =
BSWAP
(pmac->u[2]);
372
pmac->u[3] =
BSWAP
(pmac->u[3]);
373
pmac->u[4] =
BSWAP
(pmac->u[4]);
/external/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c
94
# define
BSWAP
(x) ({ unsigned int r=(x); asm ("bswapl %0":"=r"(r):"0"(r)); r; })
306
#ifdef
BSWAP
307
bitlen =
BSWAP
(bitlen);
368
#ifdef
BSWAP
369
pmac->u[0] =
BSWAP
(pmac->u[0]);
370
pmac->u[1] =
BSWAP
(pmac->u[1]);
371
pmac->u[2] =
BSWAP
(pmac->u[2]);
372
pmac->u[3] =
BSWAP
(pmac->u[3]);
373
pmac->u[4] =
BSWAP
(pmac->u[4]);
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
309
BSWAP
, CTTZ, CTLZ, CTPOP,
[
all
...]
Completed in 126 milliseconds