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);
579 int nfa_ee_find_total_aid_len(tNFA_EE_ECB* p_cb, int start_entry) { in nfa_ee_find_total_aid_len() argument582 if (p_cb->aid_entries > start_entry) { in nfa_ee_find_total_aid_len()583 for (xx = start_entry; xx < p_cb->aid_entries; xx++) { in nfa_ee_find_total_aid_len()600 int nfa_ee_find_total_sys_code_len(tNFA_EE_ECB* p_cb, int start_entry) { in nfa_ee_find_total_sys_code_len() argument602 if (p_cb->sys_code_cfg_entries > start_entry) { in nfa_ee_find_total_sys_code_len()603 for (int xx = start_entry; xx < p_cb->sys_code_cfg_entries; xx++) { in nfa_ee_find_total_sys_code_len()