Searched refs:th2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash_test.cc774 BlockHash th2(sample_text, strlen(sample_text), 0x10000);
775 th2.Init(true); // hash all blocks
776 th2.FindBestMatch(hashed_f,
/external/qemu/tcg/
H A Dtcg.c816 const TCGHelperInfo *th2 = p2; local
817 if (th1->func < th2->func)
819 else if (th1->func == th2->func)

Completed in 79 milliseconds