Searched refs:start_entry (Results 1 – 2 of 2) sorted by relevance
567 int nfa_ee_find_total_aid_len(tNFA_EE_ECB* p_cb, int start_entry);
578 int nfa_ee_find_total_aid_len(tNFA_EE_ECB* p_cb, int start_entry) { in nfa_ee_find_total_aid_len() argument581 if (p_cb->aid_entries > start_entry) { in nfa_ee_find_total_aid_len()582 for (xx = start_entry; xx < p_cb->aid_entries; xx++) { in nfa_ee_find_total_aid_len()599 int nfa_ee_find_total_sys_code_len(tNFA_EE_ECB* p_cb, int start_entry) { in nfa_ee_find_total_sys_code_len() argument601 if (p_cb->sys_code_cfg_entries > start_entry) { in nfa_ee_find_total_sys_code_len()602 for (int xx = start_entry; xx < p_cb->sys_code_cfg_entries; xx++) { in nfa_ee_find_total_sys_code_len()