Searched refs:elem_count (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| D | OptionGroupValueObjectDisplay.cpp | 111 if (option_arg.getAsInteger(0, elem_count)) { in SetOptionValue() 112 elem_count = UINT32_MAX; in SetOptionValue() 167 elem_count = 0; in OptionParsingStarting() 214 options.SetElementCount(elem_count); in GetAsDumpOptions()
|
| /freebsd-12-stable/sys/dev/bhnd/nvram/ |
| D | bhnd_nvram_value_fmts.c | 871 size_t elem_count; in bhnd_nvram_ident_octet_string() local 908 elem_count = 0; in bhnd_nvram_ident_octet_string() 920 if (elem_count < min_elem_count) in bhnd_nvram_ident_octet_string() 924 elem_count = 0; in bhnd_nvram_ident_octet_string() 931 if (elem_count >= max_elem_count) in bhnd_nvram_ident_octet_string() 938 elem_count++; in bhnd_nvram_ident_octet_string()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| D | DumpValueObjectOptions.h | 44 PointerAsArraySettings(size_t elem_count, size_t base_elem = 0, 46 : m_element_count(elem_count), m_base_element(base_elem), in m_element_count()
|
| /freebsd-12-stable/sys/dev/ice/ |
| D | ice_nvm.h | 150 u16 buf_size, u16 *elem_count, struct ice_sq_cd *cd); 153 u16 elem_count, struct ice_sq_cd *cd);
|
| D | ice_nvm.c | 246 u16 buf_size, u16 *elem_count, struct ice_sq_cd *cd) in ice_aq_read_nvm_cfg() argument 262 if (!status && elem_count) in ice_aq_read_nvm_cfg() 263 *elem_count = LE16_TO_CPU(cmd->count); in ice_aq_read_nvm_cfg() 281 u16 elem_count, struct ice_sq_cd *cd) in ice_aq_write_nvm_cfg() argument 293 cmd->count = CPU_TO_LE16(elem_count); in ice_aq_write_nvm_cfg()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| D | OptionGroupValueObjectDisplay.h | 51 uint32_t elem_count; variable
|
| /freebsd-12-stable/contrib/wpa/src/rsn_supp/ |
| D | wpa_ft.c | 193 u8 *buf, *pos, *ftie_len, *ftie_pos, *fte_mic, *elem_count; in wpa_ft_gen_req_ies() local 336 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies() 347 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies() 426 *elem_count = 3 + ieee802_11_ie_count(ric_ies, ric_ies_len); in wpa_ft_gen_req_ies() 428 *elem_count += 1; in wpa_ft_gen_req_ies()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectExpression.cpp | 437 if (m_varobj_options.elem_count > 0) { in EvaluateExpression()
|
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | wpa_auth_ft.c | 2511 u8 *fte_mic, *elem_count; in wpa_sm_write_assoc_resp_ies() local 2722 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies() 2727 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies() 2730 *elem_count = 3; /* Information element count */ in wpa_sm_write_assoc_resp_ies() 2738 *elem_count += in wpa_sm_write_assoc_resp_ies() 2764 *elem_count += 1; in wpa_sm_write_assoc_resp_ies()
|