Home
last modified time | relevance | path

Searched refs:ok_bits (Results 1 – 2 of 2) sorted by relevance

/external/libpng/contrib/tools/
Dpngfix.c2028 int ok_bits; /* Set <16 on a successful read */ member
2101 if (zlib->ok_bits < 16) /* stream was read ok */ in zlib_end()
2108 else if (zlib->ok_bits > zlib->file_bits) in zlib_end()
2111 else if (zlib->ok_bits == zlib->file_bits) in zlib_end()
2123 zlib->ok_bits); in zlib_end()
2225 zlib->ok_bits = 16; /* unset */ in zlib_init()
2455 if (endrc == ZLIB_STREAM_END && zlib->window_bits < zlib->ok_bits) in zlib_advance()
2483 zlib->ok_bits = zlib->window_bits; in zlib_advance()
2658 if (zlib.ok_bits < max_bits) in zlib_check()
2659 max_bits = zlib.ok_bits; in zlib_check()
[all …]
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c1832 const DWORD* ok_bits; in get_stream_by_name() local
1854 ok_bits = pdw; in get_stream_by_name()
1855 pdw += *ok_bits++ + 1; in get_stream_by_name()
1866 if (ok_bits[i / 32] & (1 << (i % 32))) in get_stream_by_name()