Searched refs:PRF_STR_INT_2 (Results 1 – 1 of 1) sorted by relevance
/external/lzma/C/ |
D | Lzma2DecMt.c | 20 #define PRF_STR_INT_2(s, d1, d2) PRF(printf("\n" s " %d %d\n", (unsigned)d1, (unsigned)d2)) macro 241 PRF_STR_INT_2("Parse", coderIndex, cc->srcSize); in Lzma2DecMt_MtCallback_Parse() 465 PRF_STR_INT_2("Code", coderIndex, srcSize); in Lzma2DecMt_MtCallback_Code() 539 PRF_STR_INT_2("Write", coderIndex, srcSize); in Lzma2DecMt_MtCallback_Write()
|