Home
last modified time | relevance | path

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

/external/lzma/C/
DMtDec.c20 #define PRF_STR_INT(s, d) PRF(printf("\n" s " %d\n", (unsigned)d)) macro
267 PRF_STR_INT("ThreadFunc2", t->index); in ThreadFunc2()
296 PRF_STR_INT("Event_Wait(&t->canRead)", t->index); in ThreadFunc2()
302 PRF_STR_INT("after Event_Wait(&t->canRead)", t->index); in ThreadFunc2()
DXzDec.c29 #define PRF_STR_INT(s, d) PRF(printf("\n" s " %d\n", (unsigned)d)) macro
617 PRF_STR_INT("filter", i); in MixCoder_Code()
1696 PRF_STR_INT("Parse", srcSize2); in XzDecMt_Callback_Parse()
2103 PRF_STR_INT("Write MTDEC_PARSE_END", me->mtc.inProcessed); in XzDecMt_Callback_Write()
2109 PRF_STR_INT("PostSingle", srcSize); in XzDecMt_Callback_Write()
DLzma2DecMt.c19 #define PRF_STR_INT(s, d) PRF(printf("\n" s " %d\n", (unsigned)d)) macro