Home
last modified time | relevance | path

Searched refs:ByteSwapToLE32 (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
Dbyteorder.h19 inline uint32_t ByteSwapToLE32(uint32_t x) { in ByteSwapToLE32() function
20 return pdfium::base::ByteSwapToLE32(x); in ByteSwapToLE32()
Dbyteorder_unittest.cpp45 TEST(ByteOrder, ByteSwapToLE32) { in TEST() argument
49 EXPECT_EQ(expected, ByteSwapToLE32(v)) << v; in TEST()
/external/libchrome/base/
Dsys_byteorder.h74 inline uint32_t ByteSwapToLE32(uint32_t x) { in ByteSwapToLE32() function
/external/pdfium/third_party/base/
Dsys_byteorder.h75 inline uint32_t ByteSwapToLE32(uint32_t x) { in ByteSwapToLE32() function
/external/libchrome/components/policy/core/common/
Dregistry_dict.cc268 dword_value = base::ByteSwapToLE32(dword_value); in ReadRegistry()