Searched defs:cmp_header (Results 1 – 2 of 2) sorted by relevance
44 struct cmp_header { struct46 unsigned hits : 24;47 unsigned id : 24;48 unsigned shape : 5;49 unsigned type : 2;50 unsigned attribute : 4;51 unsigned overflow : 1;52 unsigned reserved : 4;
82 cmp_header(const void * a, const void * b) in cmp_header() function