Home
last modified time | relevance | path

Searched defs:to_uintptr (Results 1 – 1 of 1) sorted by relevance

/external/armnn/third-party/fmt/
Dformat.h280 inline uintptr_t to_uintptr(const void* p) { return bit_cast<uintptr_t>(p); } in to_uintptr() function
283 inline fallback_uintptr to_uintptr(const void* p) { in to_uintptr() function