Home
last modified time | relevance | path

Searched refs:intptr_t (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/
DVirtualProfiling.cpp70 intptr_t ret = 0; in hash()
72 ret ^= reinterpret_cast<intptr_t>(callers_[n]); in hash()
84 int diff = reinterpret_cast<intptr_t>(callers_[n]) in cmp()
85 - reinterpret_cast<intptr_t>(bt.callers_[n]); in cmp()
/thrift-3.4.0/lib/py/compat/win32/
Dstdint.h115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef