Home
last modified time | relevance | path

Searched refs:ByteSwapUintPtrT (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dsys_byteorder_unittest.cc44 TEST(ByteOrderTest, ByteSwapUintPtrT) { in TEST() argument
57 uintptr_t swapped = base::ByteSwapUintPtrT(test_data); in TEST()
59 uintptr_t reswapped = base::ByteSwapUintPtrT(swapped); in TEST()
Dsys_byteorder.h50 inline uintptr_t ByteSwapUintPtrT(uintptr_t x) { in ByteSwapUintPtrT() function
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_freelist_entry.h46 uintptr_t masked = ByteSwapUintPtrT(reinterpret_cast<uintptr_t>(ptr)); in Transform()
/external/pdfium/third_party/base/
Dsys_byteorder.h51 inline uintptr_t ByteSwapUintPtrT(uintptr_t x) { in ByteSwapUintPtrT() function