Home
last modified time | relevance | path

Searched defs:sel (Results 1 – 25 of 80) sorted by relevance

1234

/external/iproute2/tc/
Dm_pedit.c62 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pedit_parse_nopopt()
121 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key()
145 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key32()
161 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key16()
194 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key8()
251 parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,st… in parse_cmd()
321 parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_offset()
398 parse_munge(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel) in parse_munge()
447 struct tc_pedit_sel sel; in parse_pedit() member
449 } sel; in parse_pedit() local
[all …]
Df_u32.c117 static int pack_key(struct tc_u32_sel *sel, __u32 key, __u32 mask, in pack_key()
149 static int pack_key32(struct tc_u32_sel *sel, __u32 key, __u32 mask, in pack_key32()
157 static int pack_key16(struct tc_u32_sel *sel, __u32 key, __u32 mask, in pack_key16()
174 static int pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) in pack_key8()
226 static int parse_u32(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u32()
258 static int parse_u16(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u16()
289 static int parse_u8(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u8()
324 static int parse_ip_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_ip_addr()
360 struct tc_u32_sel *sel, int off) in parse_ip6_addr()
406 static int parse_ip6_class(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ip6_class()
[all …]
Dm_nat.c44 parse_nat_args(int *argc_p, char ***argv_p,struct tc_nat *sel) in parse_nat_args()
87 struct tc_nat sel; in parse_nat() local
170 struct tc_nat *sel; in print_nat() local
Dp_ip.c27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_ip()
142 parse_ip6(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_ip6()
Dm_csum.c40 parse_csum_args(int *argc_p, char ***argv_p, struct tc_csum *sel) in parse_csum_args()
89 struct tc_csum sel; in parse_csum() local
179 struct tc_csum *sel; in print_csum() local
Dm_simple.c99 struct tc_defact sel = {}; in parse_simple() local
161 struct tc_defact *sel; in print_simple() local
Dp_icmp.c28 parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_icmp()
Dp_udp.c27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_udp()
Dp_tcp.c27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_tcp()
Dm_connmark.c47 struct tc_connmark sel = {}; in parse_connmark() local
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp1060 void WpaGui::selectNetwork( const QString &sel ) in selectNetwork()
1077 void WpaGui::enableNetwork(const QString &sel) in enableNetwork()
1096 void WpaGui::disableNetwork(const QString &sel) in disableNetwork()
1115 void WpaGui::editNetwork(const QString &sel) in editNetwork()
1148 QString sel(networkSelect->currentText()); in editSelectedNetwork() local
1161 QString sel(networkList->currentItem()->text()); in editListedNetwork() local
1186 void WpaGui::removeNetwork(const QString &sel) in removeNetwork()
1213 QString sel(networkSelect->currentText()); in removeSelectedNetwork() local
1226 QString sel(networkList->currentItem()->text()); in removeListedNetwork() local
1233 QString sel("all"); in enableAllNetworks() local
[all …]
Dnetworkconfig.cpp63 void NetworkConfig::paramsFromScanResults(QTreeWidgetItem *sel) in paramsFromScanResults()
109 void NetworkConfig::authChanged(int sel) in authChanged()
143 void NetworkConfig::eapChanged(int sel) in eapChanged()
/external/opencv3/samples/python2/
Dmouse_and_match.py23 sel = (0,0,0,0) variable
69 sel = (0,0,0,0) variable
/external/icu/icu4c/source/common/
Ducnvsel.cpp227 ucnvsel_close(UConverterSelector *sel) { in ucnvsel_close()
280 ucnvsel_serialize(const UConverterSelector* sel, in ucnvsel_serialize()
548 UConverterSelector* sel = (UConverterSelector*)uprv_malloc(sizeof(UConverterSelector)); in ucnvsel_openFromSerialized() local
594 const UConverterSelector* sel; member
626 const UConverterSelector* sel; in ucnvsel_next_encoding() local
690 static UEnumeration *selectForMask(const UConverterSelector* sel, in selectForMask()
740 ucnvsel_selectForString(const UConverterSelector* sel, in ucnvsel_selectForString()
782 ucnvsel_selectForUTF8(const UConverterSelector* sel, in ucnvsel_selectForUTF8()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestSelection.java89 … CharsetSelector sel = new CharsetSelector(testEncodings, excluded, CharsetICU.ROUNDTRIP_SET); in TestConversionUTF16() local
131 CharsetSelector sel = null; in TestCharsetSelectorCodeCoverage() local
/external/valgrind/VEX/priv/
Dguest_mips_helpers.c417 #define ASM_VOLATILE_CASE(rd, sel) \ argument
422 UInt mips32_dirtyhelper_mfc0(UInt rd, UInt sel) in mips32_dirtyhelper_mfc0()
749 #define ASM_VOLATILE_CASE(rd, sel) \ argument
754 ULong mips64_dirtyhelper_dmfc0 ( UInt rd, UInt sel ) in mips64_dirtyhelper_dmfc0()
/external/webrtc/webrtc/modules/audio_device/test/
Daudio_device_test_func.cc39 int func_test(int sel) in func_test()
/external/libnl/lib/route/cls/
Du32.c119 struct tc_u32_sel *sel; in u32_msg_parser() local
197 static void print_selector(struct nl_dump_params *p, struct tc_u32_sel *sel, in print_selector()
370 struct tc_u32_sel *sel; in rtnl_u32_set_flags() local
400 struct tc_u32_sel *sel; in rtnl_u32_add_key() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c681 static int reserve_gpr(struct alu_bank_swizzle *bs, unsigned sel, unsigned chan, unsigned cycle) in reserve_gpr()
692 static int reserve_cfile(struct r600_bytecode *bc, struct alu_bank_swizzle *bs, unsigned sel, unsig… in reserve_cfile()
712 static int is_gpr(unsigned sel) in is_gpr()
720 static int is_cfile(unsigned sel) in is_cfile()
727 static int is_const(int sel) in is_const()
737 int r, src, num_src, sel, elem, cycle; in check_vector() local
767 int r, src, num_src, const_count, sel, elem, cycle; in check_scalar() local
952 void r600_bytecode_special_constants(uint32_t value, unsigned *sel, unsigned *neg) in r600_bytecode_special_constants()
1270 unsigned bank, line, sel = alu->src[i].sel; in r600_bytecode_alloc_inst_kcache_lines() local
1293 unsigned int line, sel = alu->src[i].sel, found = 0; in r600_bytecode_assign_kcache_banks() local
/external/boringssl/src/crypto/asn1/
Dtasn_utl.c77 int *sel = offset2ptr(*pval, it->utype); in asn1_get_choice_selector() local
84 int *sel, ret; in asn1_set_choice_selector() local
/external/curl/lib/
Dgopher.c83 char *sel; in gopher_do() local
/external/v8/test/mjsunit/regress/
Dregress-799761.js52 (function (sel) { argument
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dp2p-nfc.py132 def wpas_report_handover(req, sel, type): argument
143 def wpas_report_handover_wsc(req, sel, type): argument
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1785 struct si_pipe_shader_selector *sel) in si_shader_selector_key()
1805 struct si_pipe_shader_selector *sel, in si_shader_select()
1876 struct si_pipe_shader_selector *sel = CALLOC_STRUCT(si_pipe_shader_selector); in si_create_shader_state() local
1907 struct si_pipe_shader_selector *sel = state; in si_bind_vs_shader() local
1924 struct si_pipe_shader_selector *sel = state; in si_bind_ps_shader() local
1939 struct si_pipe_shader_selector *sel) in si_delete_shader_selector()
1959 struct si_pipe_shader_selector *sel = (struct si_pipe_shader_selector *)state; in si_delete_vs_shader() local
1971 struct si_pipe_shader_selector *sel = (struct si_pipe_shader_selector *)state; in si_delete_ps_shader() local
/external/libedit/src/
Dsig.c52 private EditLine *sel = NULL; variable

1234