HomeSort by: relevance | last modified time | path
    Searched refs:cloop2_header (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/vndcompress/
vndcompress.c 63 __CTASSERT(sizeof(struct cloop2_header) == CLOOP2_OFFSET_TABLE_OFFSET);
535 static const struct cloop2_header zero_header;
550 S->offset = (sizeof(struct cloop2_header) +
573 static const struct cloop2_header zero_header;
574 struct cloop2_header header = zero_header;
617 __CTASSERT(ADD_OK(uint64_t, sizeof(struct cloop2_header),
619 const uint64_t expected = sizeof(struct cloop2_header) +
870 static const struct cloop2_header zero_header;
871 struct cloop2_header header = zero_header;
common.h 133 struct cloop2_header { struct
vnduncompress.c 78 struct cloop2_header header;

Completed in 14 milliseconds