Searched refs:total_offset (Results 1 – 1 of 1) sorted by relevance
1052 uint32_t index, i, offset, total_offset; in cons_parse_flex_filter() local1127 total_offset = 0; in cons_parse_flex_filter()1131 total_offset += raw_offset[j - 1]; in cons_parse_flex_filter()1135 if (total_offset + raw_spec->length + offset > max_offset) in cons_parse_flex_filter()1136 max_offset = total_offset + raw_spec->length + offset; in cons_parse_flex_filter()1142 if ((raw_spec->length + offset + total_offset) > in cons_parse_flex_filter()1159 filter->bytes[total_offset + offset + j] = in cons_parse_flex_filter()1161 j = (total_offset + offset) / CHAR_BIT; in cons_parse_flex_filter()1162 shift = (total_offset + offset) % CHAR_BIT; in cons_parse_flex_filter()