Home
last modified time | relevance | path

Searched refs:cloop2_header (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.bin/vndcompress/
Dvndcompress.c63 __CTASSERT(sizeof(struct cloop2_header) == CLOOP2_OFFSET_TABLE_OFFSET);
535 static const struct cloop2_header zero_header; in compress_init()
550 S->offset = (sizeof(struct cloop2_header) + in compress_init()
573 static const struct cloop2_header zero_header; in compress_restart()
574 struct cloop2_header header = zero_header; in compress_restart()
617 __CTASSERT(ADD_OK(uint64_t, sizeof(struct cloop2_header), in compress_restart()
619 const uint64_t expected = sizeof(struct cloop2_header) + in compress_restart()
870 static const struct cloop2_header zero_header; in compress_checkpoint()
871 struct cloop2_header header = zero_header; in compress_checkpoint()
Dcommon.h133 struct cloop2_header { struct
Dvnduncompress.c78 struct cloop2_header header; in vnduncompress()