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

  /external/chromium_org/crypto/
rsa_private_key.h 69 // and populates the integer components with |big_endian_| byte-significance.
86 // Utility wrappers for PrependIntegerImpl that use the class's |big_endian_|
98 // Utility wrappers for ReadIntegerImpl that use the class's |big_endian_|
152 bool big_endian_; member in class:crypto::PrivateKeyInfoCodec
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 709 : file_(NULL), big_endian_(false), is_64bits_(false), reader_(NULL) {}
734 big_endian_ = elf_ident_is_big_endian(ident);
737 if (big_endian_) {
747 bool IsBigEndian() { return big_endian_; }
777 bool big_endian_; member in class:__anon43025::ElfFile
    [all...]

Completed in 606 milliseconds