Searched refs:match_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h530 * @param match_index
533 * Destination if the character matches (match_index*2).
535 * Destination if the character matches (match_index*2+1).
538 uint64_t source_node, uint64_t match_index,
544 address.u64 = graph->base_address + source_node * CVMX_DFA_NODESM_SIZE + match_index * 4;
537 cvmx_dfa_write_edge_sm(const cvmx_dfa_graph_t *graph, uint64_t source_node, uint64_t match_index, uint64_t destination_node0, uint64_t destination_node1) argument
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c1834 int i, ret = 0, len, config_dn_field_index, match_index = 0; local
1859 match_index++;
1862 if (match_index != config_dn_field_index)

Completed in 120 milliseconds