Home
last modified time | relevance | path

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

/third_party/zlib/examples/
Dgzappend.c223 unsigned long read4(file *in) in read4() function
343 if (crc != read4(&gz)) in gzscan()
346 if ((tot & 0xffffffffUL) != read4(&gz)) in gzscan()
/third_party/node/test/fixtures/wpt/streams/readable-streams/
Dasync-iterator.any.js142 const read4 = await it.next(); constant
143 assert_iter_result(read4, undefined, true);