Searched refs:section_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c136 u16 section_count; local
141 section_count = LE16_TO_CPU(hdr->section_count);
142 if (section_count < ICE_MIN_S_COUNT || section_count > ICE_MAX_S_COUNT)
216 if (++state->sect_idx < LE16_TO_CPU(state->buf->section_count))
1036 if (LE16_TO_CPU(bh->section_count))
1907 u16 section_count; local
1916 section_count = LE16_TO_CPU(buf->section_count);
2039 u16 section_count; local
[all...]
H A Dice_flex_type.h135 __le16 section_count; member in struct:ice_buf_hdr
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp660 size_t section_count = section_list->GetNumSections(0);
661 for (size_t i = 0; i < section_count; ++i) {

Completed in 167 milliseconds