Searched refs:sel (Results 1 - 25 of 159) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A DWshadow-3.c25 } sel; variable in typeref:struct:__anon5725
31 sel.size_of_select = 3;
32 foo(buf, sel.pcr_select, sel.size_of_select);
57 sel.size_of_select = 5;
58 foo2(buf, sel.pcr_select, sel.size_of_select);
H A Dpr36902.c25 } sel; variable in typeref:struct:__anon6028
31 sel.size_of_select = 3;
32 foo(buf, sel.pcr_select, sel.size_of_select);
57 sel.size_of_select = 5;
58 foo2(buf, sel.pcr_select, sel.size_of_select);
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dscreen.c260 struct screen_sel *sel = &s->sel; local
262 memcpy(&sel->cell, gc, sizeof sel->cell);
263 sel->flag = 1;
264 sel->rectflag = rectflag;
266 sel->sx = sx; sel->sy = sy;
267 sel->ex = ex; sel
274 struct screen_sel *sel = &s->sel; local
283 struct screen_sel *sel = &s->sel; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dxop-vpermil2ps-1.c14 select2sp(float *src1, float *src2, int sel) argument
18 if ((sel & 0x7) == 0) tmp = src1[0];
19 if ((sel & 0x7) == 1) tmp = src1[1];
20 if ((sel & 0x7) == 2) tmp = src1[2];
21 if ((sel & 0x7) == 3) tmp = src1[3];
22 if ((sel & 0x7) == 4) tmp = src2[0];
23 if ((sel & 0x7) == 5) tmp = src2[1];
24 if ((sel & 0x7) == 6) tmp = src2[2];
25 if ((sel & 0x7) == 7) tmp = src2[3];
30 sel_and_condzerosp(float *src1, float *src2, int sel, in argument
[all...]
H A Dxop-vpermil2ps-256-1.c14 select2sp(float *src1, float *src2, int sel) argument
18 if ((sel & 0x7) == 0) tmp = src1[0];
19 if ((sel & 0x7) == 1) tmp = src1[1];
20 if ((sel & 0x7) == 2) tmp = src1[2];
21 if ((sel & 0x7) == 3) tmp = src1[3];
22 if ((sel & 0x7) == 4) tmp = src2[0];
23 if ((sel & 0x7) == 5) tmp = src2[1];
24 if ((sel & 0x7) == 6) tmp = src2[2];
25 if ((sel & 0x7) == 7) tmp = src2[3];
30 sel_and_condzerosp(float *src1, float *src2, int sel, in argument
[all...]
H A Dxop-vpermil2pd-1.c14 select2dp(double *src1, double *src2, long long sel) argument
18 if ((sel & 0x3) == 0) tmp = src1[0];
19 if ((sel & 0x3) == 1) tmp = src1[1];
20 if ((sel & 0x3) == 2) tmp = src2[0];
21 if ((sel & 0x3) == 3) tmp = src2[1];
27 sel_and_condzerodp(double *src1, double *src2, long long sel, int imm8) argument
31 tmp = select2dp(src1, src2, sel & 0x3);
33 if (((imm8 & 0x3) == 2) && ((sel & 0x4) == 0x4)) tmp = 0;
34 if (((imm8 & 0x3) == 3) && ((sel & 0x4) == 0x0)) tmp = 0;
H A Dxop-vpermil2pd-256-1.c14 select2dp(double *src1, double *src2, long long sel) argument
18 if ((sel & 0x3) == 0) tmp = src1[0];
19 if ((sel & 0x3) == 1) tmp = src1[1];
20 if ((sel & 0x3) == 2) tmp = src2[0];
21 if ((sel & 0x3) == 3) tmp = src2[1];
27 sel_and_condzerodp(double *src1, double *src2, long long sel, int imm8) argument
31 tmp = select2dp(src1, src2, sel);
33 if (((imm8 & 0x3) == 2) && ((sel & 0x4) == 0x4)) tmp = 0;
34 if (((imm8 & 0x3) == 3) && ((sel & 0x4) == 0x0)) tmp = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20031220-1.c10 static inline void select(int sel, void *klass) argument
12 emit(klass ? 0 : f(), signals[sel ? 0 : 1]);
H A D20060202-1.c45 get_imp (Class class, SEL sel) argument
47 void *res = sarray_get_safe (class->dtable, (size_t) sel->sel_id);
51 res = get_imp (class, sel);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Dr10k-cache-barrier-7.c8 foo (int *x, int sel, int n) argument
10 if (sel)
H A Dr10k-cache-barrier-8.c9 foo (int sel) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20031220-1.c10 static inline void select(int sel, void *klass) argument
12 emit(klass ? 0 : f(), signals[sel ? 0 : 1]);
/netbsd-6-1-5-RELEASE/sys/arch/mips/rmi/
H A Drmixl_fmnvar.h72 #define RMIXL_DMFC2(regnum, sel, rv) \
82 : "=r"(__val) : "n"(regnum), "n"(sel)); \
86 #define RMIXL_DMTC2(regnum, sel, val) \
96 :: "r"(__val), "n"(regnum), "n"(sel)); \
99 #define RMIXL_MFC2(regnum, sel, rv) \
108 : "=r"(__val) : "n"(regnum), "n"(sel)); \
112 #define RMIXL_MTC2(regnum, sel, val) \
121 :: "r"(__val), "n"(regnum), "n"(sel)); \
124 #define CPU2_PRINT_8(regno, sel) \
127 RMIXL_DMFC2(regno, sel,
[all...]
H A Drmixl_fmn.c281 * must use literal values for rd and sel operands
288 #define FMN_CP2_4SEL_READ(rd, sel, vp) \
291 RMIXL_MFC2(rd, sel, rp[0]); \
292 RMIXL_MFC2(rd, sel+1, rp[1]); \
293 RMIXL_MFC2(rd, sel+2, rp[2]); \
294 RMIXL_MFC2(rd, sel+3, rp[3]); \
300 #define FMN_CP2_4SEL_WRITE(rd, sel, v) \
302 RMIXL_MTC2(rd, sel, v); \
303 RMIXL_MTC2(rd, sel+1, v); \
304 RMIXL_MTC2(rd, sel
[all...]
/netbsd-6-1-5-RELEASE/lib/libedit/
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...]
/netbsd-6-1-5-RELEASE/sys/arch/xen/x86/
H A Dxenfunc.c62 lldt(u_short sel) argument
69 if (ci->ci_curldt == sel)
71 /* __PRINTK(("ldt %x\n", IDXSELN(sel))); */
72 if (sel == GSEL(GLDT_SEL, SEL_KPL))
75 xen_set_ldt(ci->ci_gdt[IDXSELN(sel)].ld.ld_base,
76 ci->ci_gdt[IDXSELN(sel)].ld.ld_entries);
77 ci->ci_curldt = sel;
82 ltr(u_short sel) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmips64-cp2.s13 dmfc2 $4, $5, 0 # disassembles without sel
16 dmtc2 $7, $8, 0 # disassembles without sel
H A Dcp0sel-names-mips32.d2 #name: MIPS CP0 with sel register disassembly (mips32)
H A Dcp0sel-names-mips32r2.d2 #name: MIPS CP0 with sel register disassembly (mips32r2)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D991016-1.c10 doit(int sel, int n, void *p) argument
16 switch (sel)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D991016-1.c10 doit(int sel, int n, void *p) argument
16 switch (sel)
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_proxy.c688 int sel, ch = 0, out, nlen; local
706 sel = aps->aps_sel[out];
709 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
710 (seq1 > aps->aps_seqmin[!sel])) {
713 sel, !sel, seq1,
714 aps->aps_seqmin[!sel]);
715 sel = aps->aps_sel[out] = !sel;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.h32 virtual void paramsFromScanResults(QTreeWidgetItem *sel);
40 virtual void authChanged(int sel);
42 virtual void encrChanged(const QString &sel);
45 virtual void eapChanged(int sel);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A DNTMakefile54 $(OBJ)\sel.obj \
55 $(OBJ)\sel-gram.obj \
56 $(OBJ)\sel-lex.obj \
90 $(SRCDIR)\sel.c \
91 $(SRCDIR)\sel.h \
92 $(SRCDIR)\sel-gram.y \
93 $(SRCDIR)\sel-lex.l \
183 $(OBJ)\sel-gram.obj: $(OBJ)\sel-gram.c
186 $(OBJ)\sel
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dsendmsg.c88 static Method_t search_for_method_in_hierarchy (Class class, SEL sel);
95 __objc_get_forward_imp (id rcv, SEL sel) argument
103 if ((result = __objc_msg_forward2 (rcv, sel)) != NULL)
109 if ((result = __objc_msg_forward (sel)) != NULL)
116 const char *t = sel->sel_types;
134 get_imp (Class class, SEL sel) argument
144 void *res = sarray_get_safe (class->dtable, (size_t) sel->sel_id);
165 res = get_imp (class, sel);
176 res = sarray_get_safe (class->dtable, (size_t) sel->sel_id);
183 res = __objc_get_forward_imp ((id)class, sel);
195 __objc_responds_to(id object, SEL sel) argument
263 objc_msg_lookup_super(Super_t super, SEL sel) argument
515 search_for_method_in_hierarchy(Class cls, SEL sel) argument
623 __objc_forward(id object, SEL sel, arglist_t args) argument
[all...]

Completed in 134 milliseconds

1234567