Searched refs:PRF_STR_INT (Results 1 – 2 of 2) sorted by relevance
/third_party/lzma/C/ |
D | MtDec.c | 25 #define PRF_STR_INT(s, d) PRF(printf("\n" s " %d\n", (unsigned)d)) macro 268 PRF_STR_INT("ThreadFunc2", t->index); in ThreadFunc2() 298 PRF_STR_INT("=============== Event_Wait(&t->canRead)", t->index); in ThreadFunc2() 304 PRF_STR_INT("after Event_Wait(&t->canRead)", t->index); in ThreadFunc2()
|
D | XzDec.c | 29 #define PRF_STR_INT(s, d) PRF(printf("\n" s " %d\n", (unsigned)d)) macro 618 PRF_STR_INT("filter", i); in MixCoder_Code() 1699 PRF_STR_INT("Parse", srcSize2); in XzDecMt_Callback_Parse() 2109 PRF_STR_INT("Write MTDEC_PARSE_END", me->mtc.inProcessed); in XzDecMt_Callback_Write() 2115 PRF_STR_INT("PostSingle", srcSize); in XzDecMt_Callback_Write() 2189 PRF_STR_INT("XZ_STATE_STREAM_HEADER crossEnd = ", (unsigned)me->mtc.crossEnd); in XzDecMt_Callback_Write()
|