Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_hotshot.c258 #define WHAT_LINE_TIMES 0x33 macro
457 case WHAT_LINE_TIMES: in logreader_tp_iternext()
701 self->buffer[self->index] = WHAT_LINE_TIMES; in pack_line_times()
1645 PyModule_AddIntConstant(module, "WHAT_LINE_TIMES", WHAT_LINE_TIMES); in init_hotshot()