OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLittleEndian
(Results
1 - 6
of
6
) 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/src/util/
coding.h
59
if (port::
kLittleEndian
) {
73
if (port::
kLittleEndian
) {
coding.cc
10
if (port::
kLittleEndian
) {
21
if (port::
kLittleEndian
) {
/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 784 milliseconds