Searched refs:numlit (Results 1 - 3 of 3) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.h144 size_t numlit; //number of lit codes in this block member in struct:lodepng::ZlibBlockInfo
H A Dlodepng_util.cpp483 size_t numcodes = 0, numlit = 0, numlen = 0; //for logging local
502 numlit++;
529 zlibinfo->back().numlit = numlit; //output number of literal symbols
/external/swiftshader/third_party/LLVM/test/Scripts/
H A Dcoff-dump.py322 numlit = re.compile("[0-9]+") variable
363 if numlit.match(token):

Completed in 238 milliseconds