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

  /external/chromium_org/third_party/leveldatabase/src/port/
port_example.h 21 static const bool kLittleEndian = true /* or some other expression */;
port_posix.h 80 static const bool kLittleEndian = PLATFORM_IS_LITTLE_ENDIAN;
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.h 35 static const bool kLittleEndian = true;
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 289 file_endian_type_ = kLittleEndian;
309 static const long int kLittleEndian = 0x03020100ul;

Completed in 733 milliseconds