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

  /external/elfutils/libasm/
asm_addint8.c 49 #define BSWAP(size) _BSWAP(size)
105 var = BSWAP(SIZE) (var);
  /external/opencv3/modules/imgcodecs/src/
bitstrm.hpp 173 inline unsigned BSWAP(unsigned v)
  /external/opencv/otherlibs/highgui/
bitstrm.h 259 #define BSWAP(v) (((v)<<24)|(((v)&0xff00)<<8)| \
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 339 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]

Completed in 879 milliseconds