Searched refs:display_part (Results 1 – 1 of 1) sorted by relevance
52 #define BUILD_DISPLAY_UINT64_FUNCTION(function_name, display_part) \ argument55 return android::base::StringPrintf("%" PRIu64, sample->display_part); \58 #define BUILD_DISPLAY_HEX64_FUNCTION(function_name, display_part) \ argument61 return android::base::StringPrintf("0x%" PRIx64, sample->display_part); \