Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/src/thrift/
DVirtualProfiling.cpp353 uintptr_t header[5] = {0, 3, 0, 0, 0}; in profile_write_pprof_file()
358 uintptr_t count = it->second; in profile_write_pprof_file()
362 uintptr_t num_pcs = bt->getDepth(); in profile_write_pprof_file()
365 for (uintptr_t n = 0; n < num_pcs; ++n) { in profile_write_pprof_file()
372 uintptr_t trailer[3] = {0, 1, 0}; in profile_write_pprof_file()
/thrift-3.4.0/lib/py/compat/win32/
Dstdint.h116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef