Home
last modified time | relevance | path

Searched refs:opclass (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/common/
HDdpp.c834 int opclass = -1, channel, freq; in dpp_parse_uri_chan_list() local
841 opclass = atoi(pos); in dpp_parse_uri_chan_list()
844 if (opclass <= 0) in dpp_parse_uri_chan_list()
851 freq = ieee80211_chan_to_freq(NULL, opclass, channel); in dpp_parse_uri_chan_list()
854 opclass, channel, freq); in dpp_parse_uri_chan_list()
858 opclass, channel); in dpp_parse_uri_chan_list()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsMSAInstrInfo.td238 class SplatPatLeaf<Operand opclass, dag frag, code pred = [{}],
241 Operand OpClass = opclass;
244 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
248 Operand OpClass = opclass;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDp2p_supplicant.c9164 u8 chan, opclass; in wpas_p2p_move_go_csa() local
9169 &opclass, &chan) == in wpas_p2p_move_go_csa()
9178 NULL, opclass, in wpas_p2p_move_go_csa()
9183 NULL, opclass, in wpas_p2p_move_go_csa()