nx_deflate_byte_diff_test.nx
buildroot/runtime/nx_deflate_byte_diff_test.nx
about
nx_deflate_byte_diff_test.nx -- byte-by-byte compare nx_deflate output
against the EXPECTED 7550-byte raw bytes for the 50x50 PNG case.
Returns 0 on full byte-match.
On mismatch, returns 1 + (mismatch_index % 250) so we can localize
which region of the output diverges. (Exit codes are mod 256, so
for indices >= 250 we shift modulus; first call gives the band.)
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_deflate.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 12 | func main() -> i64 |