Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_byteorder.h50 inline uintptr_t ByteSwapUintPtrT(uintptr_t x) { in ByteSwapUintPtrT() function
/external/pdfium/third_party/base/
Dsys_byteorder.h51 inline uintptr_t ByteSwapUintPtrT(uintptr_t x) { in ByteSwapUintPtrT() function
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h506 uintptr_t masked = ByteSwapUintPtrT(reinterpret_cast<uintptr_t>(ptr)); in PartitionFreelistMask()