Searched refs:sections (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/shared/
H A DDateTimeEdit.h31 uint32 sections, BMessage* message);
83 TimeEdit(const char* name, uint32 sections,
130 DateEdit(const char* name, uint32 sections,
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp34 TimeEdit::TimeEdit(const char* name, uint32 sections, BMessage* message) argument
36 SectionEdit(name, sections, message),
393 DateEdit::DateEdit(const char* name, uint32 sections, BMessage* message) argument
395 SectionEdit(name, sections, message),
756 SectionEdit::SectionEdit(const char* name, uint32 sections, BMessage* message) argument
760 fSectionCount(sections),
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex130 table, section header table or sections), but will enlarge the file by some
137 table (if any), section header table (if any), sections and segments.
213 There are four sections:
557 presented in the preceding sections to achieve maximal compatibility.
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c2916 /* list of NVM sections we are allowed/need to read */
3975 iwm_parse_nvm_sections(struct iwm_softc *sc, struct iwm_nvm_section *sections) argument
3981 /* Checking for required sections */
3983 if (!sections[IWM_NVM_SECTION_TYPE_SW].data ||
3984 !sections[IWM_NVM_SECTION_TYPE_HW].data) {
3988 hw = (const uint16_t *) sections[IWM_NVM_SECTION_TYPE_HW].data;
3991 if (!sections[IWM_NVM_SECTION_TYPE_REGULATORY_SDP].data)
3994 sections[IWM_NVM_SECTION_TYPE_REGULATORY_SDP].data;
3996 sections[IWM_NVM_SECTION_TYPE_REGULATORY_SDP].length;
3999 /* SW and REGULATORY sections ar
[all...]

Completed in 72 milliseconds