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

  /external/elfutils/lib/
system.h 43 # define BE64(n) bswap_64 (n)
46 # define BE64(n) (n)
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 570 typedef ELFType<support::big, true> BE64;
577 return ELFState<BE64>::writeELF(Out, Doc);
  /external/webrtc/webrtc/base/
testutils.h 568 #define BE64(x) \
582 #define TE64 BE64

Completed in 436 milliseconds