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