Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystats.h106 #define _Py_UOP_HIST_SIZE 32 macro
/external/python/cpython3/Python/
Dspecialize.c224 print_histogram(FILE *out, const char *name, uint64_t hist[_Py_UOP_HIST_SIZE]) in print_histogram()