Home | History | Annotate | Download | only in vndcompress

Lines Matching refs:ADD_OK

184 		if (!ADD_OK(uint64_t, S->offset, 2*(uintmax_t)readsize) ||
185 !ADD_OK(off_t, S->offset, 2*(uintmax_t)readsize))
201 assert(ADD_OK(uint32_t, S->blkno, 1));
202 assert(ADD_OK(uint64_t, S->offset, complen));
203 assert(ADD_OK(off_t, (off_t)S->offset, (off_t)complen));
236 assert(ADD_OK(uint64_t, S->offset, n_padding));
237 assert(ADD_OK(off_t, (off_t)S->offset, (off_t)n_padding));
315 __CTASSERT(ADD_OK(uint64_t, CLOOP2_OFFSET_TABLE_OFFSET,
490 __CTASSERT(ADD_OK(uint32_t, MAX_N_BLOCKS, 1));
617 __CTASSERT(ADD_OK(uint64_t, sizeof(struct cloop2_header),