Searched defs:sel (Results 1 - 25 of 102) sorted by relevance

12345

/external/webrtc/webrtc/modules/audio_device/test/
H A Daudio_device_test_func.cc39 int func_test(int sel) argument
83 if (sel > 0)
85 selection = sel;
153 if (sel > 0)
/external/iproute2/tc/
H A Dp_icmp.c28 parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dp_tcp.c27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dp_udp.c27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dp_ip.c27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
39 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey);
45 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey);
55 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
61 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
67 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
74 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
81 res = parse_cmd(&argc, &argv, 1, TU32,0x3F,sel,tkey);
88 res = parse_cmd(&argc, &argv, 1, TU32,0x1F,sel,tkey);
94 res = parse_cmd(&argc, &argv, 1, TU32,0x80,sel,tke
142 parse_ip6(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
[all...]
H A Dm_connmark.c47 struct tc_connmark sel = {}; local
74 if (get_u16(&sel.zone, *argv, 10)) {
83 sel.action = TC_ACT_PIPE;
86 sel.action = TC_ACT_RECLASSIFY;
90 sel.action = TC_ACT_PIPE;
95 sel.action = TC_ACT_SHOT;
99 sel.action = TC_ACT_UNSPEC;
103 sel.action = TC_ACT_OK;
112 if (get_u32(&sel.index, *argv, 10)) {
123 addattr_l(n, MAX_MSG, TCA_CONNMARK_PARMS, &sel, sizeo
[all...]
H A Dm_nat.c44 parse_nat_args(int *argc_p, char ***argv_p,struct tc_nat *sel) argument
54 sel->flags |= TCA_NAT_FLAG_EGRESS;
63 sel->old_addr = addr.data[0];
64 sel->mask = htonl(~0u << (32 - addr.bitlen));
71 sel->new_addr = addr.data[0];
87 struct tc_nat sel; local
94 memset(&sel, 0, sizeof(sel));
99 if (parse_nat_args(&argc, &argv, &sel)) {
122 sel
170 struct tc_nat *sel; local
[all...]
H A Dm_simple.c99 struct tc_defact sel = {}; local
131 if (get_u32(&sel.index, *argv, 10)) {
146 sel.action = TC_ACT_PIPE;
150 addattr_l(n, MAX_MSG, TCA_DEF_PARMS, &sel, sizeof(sel));
161 struct tc_defact *sel; local
174 sel = RTA_DATA(tb[TCA_DEF_PARMS]);
184 fprintf(f, "\t index %d ref %d bind %d", sel->index,
185 sel->refcnt, sel
[all...]
H A Dm_skbedit.c60 struct tc_skbedit sel = { 0 }; local
102 sel.action = TC_ACT_PIPE;
105 sel.action = TC_ACT_RECLASSIFY;
108 sel.action = TC_ACT_PIPE;
112 sel.action = TC_ACT_SHOT;
115 sel.action = TC_ACT_UNSPEC;
118 sel.action = TC_ACT_OK;
126 if (get_u32(&sel.index, *argv, 10)) {
144 addattr_l(n, MAX_MSG, TCA_SKBEDIT_PARMS, &sel, sizeof(sel));
[all...]
H A Dm_csum.c40 parse_csum_args(int *argc_p, char ***argv_p, struct tc_csum *sel) argument
52 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_IPV4HDR;
55 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_ICMP;
58 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_IGMP;
61 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_TCP;
64 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_UDP;
67 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_UDPLITE;
89 struct tc_csum sel; local
96 memset(&sel, 0, sizeof(sel));
179 struct tc_csum *sel; local
[all...]
H A Dm_pedit.c62 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
121 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
123 int hwm = sel->nkeys;
133 sel->keys[hwm].val = tkey->val;
134 sel->keys[hwm].mask = tkey->mask;
135 sel->keys[hwm].off = tkey->off;
136 sel->keys[hwm].at = tkey->at;
137 sel->keys[hwm].offmask = tkey->offmask;
138 sel->keys[hwm].shift = tkey->shift;
139 sel
145 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
161 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
194 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
251 parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
321 parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
398 parse_munge(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel) argument
447 struct tc_pedit_sel sel; member in struct:__anon7487
449 } sel; local
537 struct tc_pedit_sel *sel; local
[all...]
/external/valgrind/none/tests/
H A Dnestedfns.c12 static void call_func(void (*sel)(void)) argument
14 sel();
/external/libedit/src/
H A Dsig.c52 private EditLine *sel = NULL; variable
78 sel->el_signal->sig_no = signo;
82 tty_rawmode(sel);
83 if (ed_redisplay(sel, 0) == CC_REFRESH)
84 re_refresh(sel);
85 terminal__flush(sel);
89 el_resize(sel);
93 tty_cookedmode(sel);
101 (void) sigaction(signo, &sel->el_signal->sig_action[i], NULL);
102 sel
[all...]
/external/opencv3/samples/python2/
H A Dmouse_and_match.py23 sel = (0,0,0,0) variable
26 global drag_start, sel
29 sel = 0,0,0,0
31 if sel[2] > sel[0] and sel[3] > sel[1]:
32 patch = gray[sel[1]:sel[3],sel[
69 sel = (0,0,0,0) variable
[all...]
/external/curl/lib/
H A Dgopher.c83 char *sel; local
92 sel = (char *)"";
93 len = (int)strlen(sel);
110 sel = curl_easy_unescape(data, newp, 0, &len);
111 if(!sel)
113 sel_org = sel;
121 result = Curl_write(conn, sockfd, sel, k, &amount);
123 result = Curl_client_write(conn, CLIENTWRITE_HEADER, sel, amount);
129 sel += amount;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp182 void AddInterface::interfaceSelected(QTreeWidgetItem *sel) argument
184 if (!sel)
199 sel->text(1).toLocal8Bit().constData(),
201 sel->text(0).toLocal8Bit().constData(),
230 if (!addRegistryInterface(sel->text(1))) {
237 wpagui->selectAdapter(sel->text(1));
H A Dscanresults.cpp132 void ScanResults::bssSelected(QTreeWidgetItem *sel) argument
138 nc->paramsFromScanResults(sel);
/external/boringssl/src/crypto/asn1/
H A Dtasn_utl.c77 int *sel = offset2ptr(*pval, it->utype); local
78 return *sel;
84 int *sel, ret; local
85 sel = offset2ptr(*pval, it->utype);
86 ret = *sel;
87 *sel = value;
/external/skia/samplecode/
H A DSampleFuzz.cpp60 int sel; local
63 sel = R(6);
65 sel = R(4);
68 if (return_undef == false && sel == 0) {
69 sel = 1;
76 switch (sel) {
101 int sel;
103 if (quick == true) sel = 0; else sel = R(6);
105 switch (sel) {
[all...]
/external/libnl/lib/route/cls/
H A Du32.c119 struct tc_u32_sel *sel; local
127 sel = u->cu_selector->d_data;
129 (sel->nkeys * sizeof(uint64_t));
197 static void print_selector(struct nl_dump_params *p, struct tc_u32_sel *sel, argument
203 if (sel->hmask || sel->hoff) {
208 nl_dump(p, " hash at %u & 0x%x", sel->hoff, sel->hmask);
211 if (sel->flags & (TC_U32_OFFSET | TC_U32_VAROFFSET)) {
212 nl_dump(p, " offset at %u", sel
370 struct tc_u32_sel *sel; local
400 struct tc_u32_sel *sel; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c88 LLVMValueRef sel, tmp, tmp2; local
95 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0));
96 *y = lp_build_select(&bld32, sel, tmp, tmp2);
156 LLVMValueRef sel, tmp; local
162 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0));
163 *y = lp_build_select(&bld32, sel, packed, tmp);
/external/skia/experimental/Networking/
H A DSkSockets.cpp274 int sel = select(fSockfd + 1, &workingSet, NULL, NULL, &timeout); local
275 if (sel < 0) {
279 if (sel == 0) //select() timed out
/external/valgrind/VEX/priv/
H A Dguest_mips_helpers.c417 #define ASM_VOLATILE_CASE(rd, sel) \
419 asm volatile ("mfc0 %0, $" #rd ", "#sel"\n\t" :"=r" (x) ); \
422 UInt mips32_dirtyhelper_mfc0(UInt rd, UInt sel) argument
426 switch (sel) {
749 #define ASM_VOLATILE_CASE(rd, sel) \
751 asm volatile ("dmfc0 %0, $" #rd ", "#sel"\n\t" :"=r" (x) ); \
754 ULong mips64_dirtyhelper_dmfc0 ( UInt rd, UInt sel )
758 switch (sel) {
/external/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c348 serializeAndUnserialize(UConverterSelector *sel, char **buffer, UErrorCode *status) { argument
352 ser_len = ucnvsel_serialize(sel, NULL, 0, status);
355 return sel;
359 ser_len2 = ucnvsel_serialize(sel, new_buffer, ser_len, status);
363 return sel;
365 ucnvsel_close(sel);
368 sel = ucnvsel_openFromSerialized(new_buffer, ser_len, status);
373 return sel;
/external/v8/tools/turbolizer/
H A Dgraph-view.js505 var sel = graph.nodes.filter(function(n) { variable

Completed in 417 milliseconds

12345