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

12345

/external/chromium_org/third_party/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_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_skbedit.c61 struct tc_skbedit sel = { 0 }; local
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));
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
122 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
124 int hwm = sel->nkeys;
134 sel->keys[hwm].val = tkey->val;
135 sel->keys[hwm].mask = tkey->mask;
136 sel->keys[hwm].off = tkey->off;
137 sel->keys[hwm].at = tkey->at;
138 sel->keys[hwm].offmask = tkey->offmask;
139 sel->keys[hwm].shift = tkey->shift;
140 sel
146 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
162 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
205 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
268 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
338 parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
415 parse_munge(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel) argument
464 struct tc_pedit_sel sel; member in struct:__anon21627
466 } sel; local
554 struct tc_pedit_sel *sel; local
[all...]
/external/qemu/include/hw/
H A Ddevices.h40 qemu_irq sel; member in struct:__anon28998
/external/valgrind/main/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/chromium_org/ui/app_list/
H A Dsearch_box_model.cc53 void SearchBoxModel::SetSelectionModel(const gfx::SelectionModel& sel) { argument
54 if (selection_model_ == sel)
57 selection_model_ = sel;
/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).toAscii().constData(),
201 sel->text(0).toAscii().constData(),
230 if (!addRegistryInterface(sel->text(1))) {
237 wpagui->selectAdapter(sel->text(1));
H A Dscanresults.cpp131 void ScanResults::bssSelected(QTreeWidgetItem *sel) argument
137 nc->paramsFromScanResults(sel);
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dtasn_utl.c78 int *sel = offset2ptr(*pval, it->utype); local
79 return *sel;
88 int *sel, ret; local
89 sel = offset2ptr(*pval, it->utype);
90 ret = *sel;
91 *sel = value;
/external/chromium_org/third_party/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/openssl/crypto/asn1/
H A Dtasn_utl.c78 int *sel = offset2ptr(*pval, it->utype); local
79 return *sel;
88 int *sel, ret; local
89 sel = offset2ptr(*pval, it->utype);
90 ret = *sel;
91 *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/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandgen.h108 RandGenOptions(const S &sel, int len = INT_MAX, size_t n = 1) argument
109 : arc_selector(sel), max_length(len), npath(n),
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dcontent_editable_extractor.js77 var sel = window.getSelection(); variable
78 var selectionStart = new cvox.Cursor(sel.baseNode, sel.baseOffset, '');
79 var selectionEnd = new cvox.Cursor(sel.extentNode, sel.extentOffset, '');
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/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/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/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp275 int sel = MI->getOperand(OpNo).getImm(); local
277 int chan = sel & 3;
278 sel >>= 2;
280 if (sel >= 512) {
281 sel -= 512;
282 int cb = sel >> 12;
283 sel &= 4095;
284 O << cb << "[" << sel << "]"; local
285 } else if (sel >= 448) {
286 sel
287 O << sel; local
289 O << sel; local
[all...]

Completed in 6606 milliseconds

12345