MCPcopy Create free account
hub / github.com/FDOS/kernel / test_all_ff

Function test_all_ff

tests/int2f-12/t121d.c:204–218  ·  view source on GitHub ↗

* All-0xFF buffer: every byte addition overflows. * For N bytes of 0xFF: AL = (N * 0xFF) & 0xFF = (0xFF * N) mod 256. * N=1: 0xFF; N=2: 0xFE; N=256: 0x00; N=257: 0xFF; etc. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

run_sum_caseFunction · 0.85

Tested by

no test coverage detected