HomeSort by relevance Sort by last modified time
    Searched refs:numlit (Results 1 - 3 of 3) sorted by null

  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.h 144 size_t numlit; //number of lit codes in this block member in struct:lodepng::ZlibBlockInfo
lodepng_util.cpp 483 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/
coff-dump.py 322 numlit = re.compile("[0-9]+") variable
363 if numlit.match(token):

Completed in 2129 milliseconds