Searched defs:sel (Results 1 - 25 of 116) 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:__anon8135
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/curl/lib/
H A Dgopher.c81 char *sel; local
90 sel = (char *)"";
91 len = (int)strlen(sel);
108 result = Curl_urldecode(data, newp, 0, &sel, &len, FALSE);
109 if(!sel)
111 sel_org = sel;
119 result = Curl_write(conn, sockfd, sel, k, &amount);
121 result = Curl_client_write(conn, CLIENTWRITE_HEADER, sel, amount);
126 sel += amount;
/external/mesa3d/src/compiler/nir/
H A Dnir_opt_peephole_select.c207 nir_alu_instr *sel = nir_alu_instr_create(shader, nir_op_bcsel); local
208 nir_src_copy(&sel->src[0].src, &if_stmt->condition, sel);
210 memset(sel->src[0].swizzle, 0, sizeof sel->src[0].swizzle);
218 nir_src_copy(&sel->src[idx].src, &src->src, sel);
221 nir_ssa_dest_init(&sel->instr, &sel->dest.dest,
224 sel
[all...]
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_psi_ops.cpp151 value *sel = get_select_value_for_em(sh, pred); local
166 a->src.push_back(sel);
/external/pdfium/xfa/fde/css/
H A Dcfde_cssstylesheet_unittest.cpp146 auto sel = style->GetSelectorList(0); local
147 EXPECT_TRUE(sel != nullptr);
148 EXPECT_EQ(FX_HashCode_GetW(L"c", true), sel->GetNameHash());
150 sel = sel->GetNextSelector();
151 EXPECT_TRUE(sel != nullptr);
152 EXPECT_EQ(FX_HashCode_GetW(L"b", true), sel->GetNameHash());
154 sel = sel->GetNextSelector();
155 EXPECT_TRUE(sel !
[all...]
/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.c78 int *sel = offset2ptr(*pval, it->utype); local
79 return *sel;
85 int *sel, ret; local
86 sel = offset2ptr(*pval, it->utype);
87 ret = *sel;
88 *sel = value;
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_nir_lower_if_else.c267 nir_alu_instr *sel = nir_alu_instr_create(mem_ctx, nir_op_bcsel); local
268 nir_src_copy(&sel->src[0].src, &if_stmt->condition, mem_ctx);
270 memset(sel->src[0].swizzle, 0, sizeof sel->src[0].swizzle);
278 nir_src_copy(&sel->src[idx].src, &src->src, mem_ctx);
281 nir_ssa_dest_init(&sel->instr, &sel->dest.dest,
283 sel->dest.write_mask = (1 << phi->dest.ssa.num_components) - 1;
286 nir_src_for_ssa(&sel->dest.dest.ssa));
288 nir_instr_insert_before(&phi->instr, &sel
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dtest_fs_copy_propagation.cpp179 fs_inst *sel = set_condmod(test[i].conditional_mod, local
199 EXPECT_EQ(BRW_OPCODE_SEL, sel->opcode);
200 EXPECT_EQ(test[i].conditional_mod, sel->conditional_mod);
201 EXPECT_EQ(test[i].expected_result, sel->saturate);
202 EXPECT_TRUE(sel->dst.equals(vgrf2));
204 EXPECT_TRUE(sel->src[0].equals(vgrf1));
206 EXPECT_TRUE(sel->src[0].equals(vgrf0));
208 EXPECT_TRUE(sel->src[1].equals(brw_imm_f(test[i].immediate)));
/external/skia/samplecode/
H A DSampleFuzz.cpp58 int sel; local
61 sel = R(6);
63 sel = R(4);
66 if (return_undef == false && sel == 0) {
67 sel = 1;
74 switch (sel) {
99 int sel;
101 if (quick == true) sel = 0; else sel = R(6);
103 switch (sel) {
[all...]
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dfsgsbase.c119 unsigned short sel; local
125 asm volatile ("mov %%gs, %0" : "=rm" (sel));
129 sel);
133 base, sel);
140 sel);
144 base, sel);
196 unsigned short sel; local
197 asm volatile ("mov %%gs, %0" : "=rm" (sel));
198 printf("\tother thread: ARCH_SET_GS(0x%lx)%s -- sel is 0x%hx\n",
199 to_set, hard_zero ? " and clear gs" : "", sel);
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c94 LLVMValueRef sel, tmp, tmp2; local
101 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0));
102 *y = lp_build_select(&bld32, sel, tmp, tmp2);
178 LLVMValueRef sel, tmp; local
184 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0));
185 *y = lp_build_select(&bld32, sel, packed, tmp);

Completed in 2793 milliseconds

12345