Searched defs:BSWAP (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/0.153/libasm/
H A Dasm_addint8.c46 #define BSWAP(size) _BSWAP(size) macro
104 var = BSWAP(SIZE) (var);
/external/opencv/otherlibs/highgui/
H A Dbitstrm.h259 #define BSWAP(v) (((v)<<24)|(((v)&0xff00)<<8)| \ macro
/external/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c94 # define BSWAP(x) ({ unsigned int r=(x); asm ("bswapl %0":"=r"(r):"0"(r)); r; }) macro
306 #ifdef BSWAP
307 bitlen = BSWAP(bitlen);
369 #ifdef BSWAP
370 pmac->u[0] = BSWAP(pmac->u[0]);
371 pmac->u[1] = BSWAP(pmac->u[1]);
372 pmac->u[2] = BSWAP(pmac->u[2]);
373 pmac->u[3] = BSWAP(pmac->u[3]);
374 pmac->u[4] = BSWAP(pmac->u[4]);
/external/qemu/include/exec/
H A Dsoftmmu_template.h73 # define BSWAP(X) bswap64(X) macro
75 # define BSWAP(X) bswap32(X) macro
77 # define BSWAP(X) bswap16(X) macro
79 # define BSWAP(X) (X) macro
84 # define TGT_LE(X) BSWAP(X)
86 # define TGT_BE(X) BSWAP(X)
527 #undef BSWAP macro
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h314 BSWAP, CTTZ, CTLZ, CTPOP, enumerator in enum:llvm::ISD::NodeType

Completed in 1509 milliseconds