HomeSort by relevance Sort by last modified time
    Searched defs:BSWAP (Results 1 - 6 of 6) sorted by null

  /external/elfutils/0.153/libasm/
asm_addint8.c 46 #define BSWAP(size) _BSWAP(size)
104 var = BSWAP(SIZE) (var);
  /external/opencv/otherlibs/highgui/
bitstrm.h 259 #define BSWAP(v) (((v)<<24)|(((v)&0xff00)<<8)| \
  /external/qemu/include/exec/
softmmu_template.h 73 # define BSWAP(X) bswap64(X)
75 # define BSWAP(X) bswap32(X)
77 # define BSWAP(X) bswap16(X)
79 # define BSWAP(X) (X)
84 # define TGT_LE(X) BSWAP(X)
86 # define TGT_BE(X) BSWAP(X)
527 #undef BSWAP
  /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);
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/llvm/include/llvm/CodeGen/
ISDOpcodes.h 314 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]

Completed in 226 milliseconds