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

1234567891011>>

/netbsd-current/sys/arch/arm/nxp/
H A Dimx_ccm_mux.c50 const u_int sel = __SHIFTOUT(val, mux->sel); local
52 if (sel >= mux->nparents)
55 return mux->parents[sel];
67 for (u_int sel = 0; sel < mux->nparents; sel++) {
68 if (strcmp(mux->parents[sel], parent) == 0) {
70 val &= ~mux->sel;
71 val |= __SHIFTIN(sel, mu
[all...]
/netbsd-current/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-current/sys/arch/arm/amlogic/
H A Dmeson_clk_mux.c44 u_int sel; local
52 sel = __SHIFTOUT(val, mux->sel);
53 if (sel >= mux->nparents)
56 return mux->parents[sel];
/netbsd-current/external/bsd/tmux/dist/
H A Dscreen.c89 s->sel = NULL;
127 free(s->sel);
399 if (s->sel == NULL)
400 s->sel = xcalloc(1, sizeof *s->sel);
402 memcpy(&s->sel->cell, gc, sizeof s->sel->cell);
403 s->sel->hidden = 0;
404 s->sel->rectangle = rectangle;
405 s->sel
433 struct screen_sel *sel = s->sel; local
[all...]
/netbsd-current/lib/libedit/
H A Dsig.c55 static EditLine *sel = NULL; variable
82 sel->el_signal->sig_no = signo;
86 tty_rawmode(sel);
87 if (ed_redisplay(sel, 0) == CC_REFRESH)
88 re_refresh(sel);
89 terminal__flush(sel);
93 el_resize(sel);
97 tty_cookedmode(sel);
105 (void) sigaction(signo, &sel->el_signal->sig_action[i], NULL);
106 sel
[all...]
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_ccu_prediv.c45 u_int rate, pre, div, sel; local
68 sel = __SHIFTOUT(val, prediv->sel);
83 if (prediv->prediv_sel & __BIT(sel))
106 if (prediv->sel == 0)
118 val &= ~prediv->sel;
119 val |= __SHIFTIN(index, prediv->sel);
136 index = __SHIFTOUT(val, prediv->sel);
H A Dsunxi_ccu_mux.c49 if (mux->sel == 0)
61 val &= ~mux->sel;
62 val |= __SHIFTIN(index, mux->sel);
79 index = __SHIFTOUT(val, mux->sel);
/netbsd-current/external/gpl3/gdb.old/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)
H A Dcp0sel-names-mips64.d2 #name: MIPS CP0 with sel register disassembly (mips64)
H A Dcp0sel-names-mips64r2.d2 #name: MIPS CP0 with sel register disassembly (mips64r2)
H A Dcp0sel-names-numeric.d2 #name: MIPS CP0 with sel register disassembly (numeric)
H A Dcp0sel-names-sb1.d2 #name: MIPS CP0 with sel register disassembly (sb1)
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.h26 virtual void paramsFromScanResults(QTreeWidgetItem *sel);
34 virtual void authChanged(int sel);
36 virtual void encrChanged(const QString &sel);
39 virtual void eapChanged(int sel);
H A Daddinterface.h28 virtual void interfaceSelected(QTreeWidgetItem *sel);
H A Dwpagui.h57 virtual void editNetwork(const QString &sel);
58 virtual void removeNetwork(const QString &sel);
59 virtual void enableNetwork(const QString &sel);
60 virtual void disableNetwork(const QString &sel);
61 virtual int getNetworkDisabled(const QString &sel);
83 virtual void selectNetwork(const QString &sel);
93 virtual void selectAdapter(const QString &sel);
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc/
H A Dmessage.h105 objc_EXPORT IMP objc_msg_lookup_super (struct objc_super *super, SEL sel);
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc/
H A Dmessage.h105 objc_EXPORT IMP objc_msg_lookup_super (struct objc_super *super, SEL sel);
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dsendmsg.c72 static IMP __objc_get_prepared_imp (Class cls,SEL sel);
89 static struct objc_method * search_for_method_in_hierarchy (Class class, SEL sel);
99 __objc_get_forward_imp (id rcv, SEL sel) argument
108 if ((result = __objc_msg_forward2 (rcv, sel)) != NULL)
114 if ((result = __objc_msg_forward (sel)) != NULL)
121 const char *t = sel->sel_types;
143 meta-class), and 'sel' is the selector that we are trying to
153 __objc_resolve_class_method (Class class, SEL sel) argument
160 so we just look it up directly. Note that if 'sel' is precisely
166 if (resolveMethodIMP && resolveMethodIMP ((id)class, selector_resolveClassMethod, sel))
192 __objc_resolve_instance_method(Class class, SEL sel) argument
245 get_implementation(id receiver, Class class, SEL sel) argument
318 get_imp(Class class, SEL sel) argument
361 __objc_responds_to(id object, SEL sel) argument
457 objc_msg_lookup_super(struct objc_super *super, SEL sel) argument
771 search_for_method_in_hierarchy(Class cls, SEL sel) argument
886 __objc_forward(id object, SEL sel, arglist_t args) argument
1129 __objc_get_prepared_imp(Class cls,SEL sel) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dsendmsg.c72 static IMP __objc_get_prepared_imp (Class cls,SEL sel);
89 static struct objc_method * search_for_method_in_hierarchy (Class class, SEL sel);
99 __objc_get_forward_imp (id rcv, SEL sel) argument
108 if ((result = __objc_msg_forward2 (rcv, sel)) != NULL)
114 if ((result = __objc_msg_forward (sel)) != NULL)
121 const char *t = sel->sel_types;
143 meta-class), and 'sel' is the selector that we are trying to
153 __objc_resolve_class_method (Class class, SEL sel) argument
160 so we just look it up directly. Note that if 'sel' is precisely
166 if (resolveMethodIMP && resolveMethodIMP ((id)class, selector_resolveClassMethod, sel))
192 __objc_resolve_instance_method(Class class, SEL sel) argument
245 get_implementation(id receiver, Class class, SEL sel) argument
318 get_imp(Class class, SEL sel) argument
361 __objc_responds_to(id object, SEL sel) argument
457 objc_msg_lookup_super(struct objc_super *super, SEL sel) argument
771 search_for_method_in_hierarchy(Class cls, SEL sel) argument
886 __objc_forward(id object, SEL sel, arglist_t args) argument
1129 __objc_get_prepared_imp(Class cls,SEL sel) argument
[all...]
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_proxy.c1150 int sel, ch = 0, out, nlen; local
1168 sel = aps->aps_sel[out];
1171 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
1172 (seq1 > aps->aps_seqmin[!sel])) {
1175 sel, !sel, seq1,
1176 aps->aps_seqmin[!sel]);
1177 sel = aps->aps_sel[out] = !sel;
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format-sublime.py38 for region in self.view.sel():
55 self.view.sel().clear()
57 self.view.sel().add(region)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dgp-print.h87 int check_exp_id (int exp_id, char *sel);
88 int get_exp_id (char *sel, int &bgn_index, int &end_index);
91 char *func_name = NULL, char *sel = NULL);
92 void print_gprof (CmdType cmd_type, char *func_name, char *sel);
95 char *dobj_name = NULL, char *sel = NULL);

Completed in 198 milliseconds

1234567891011>>