Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_code.h352 #define STAT_INC(opname, name) do { if (_Py_stats) _Py_stats->opcode_stats[opname].specialization.n… macro
388 #define STAT_INC(opname, name) ((void)0) macro
/external/lzma/C/
DZstdDec.c69 #define STAT_INC(v) STAT_UPDATE(v++;) macro