* 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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected