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

  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp 539 unsigned long LEN = in[p] + 256 * in[p + 1], NLEN = in[p + 2] + 256 * in[p + 3]; p += 4;
540 if(LEN + NLEN != 65535) { error = 21; return; } //error: NLEN is not one's complement of LEN
lodepng.cpp     [all...]

Completed in 65 milliseconds