/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/ |
H A D | tst.general.d | 31 #define SEL(ss) \ macro 33 printf("sel |%s|\nout |%s|\n", ss, \ 40 SEL("0"); 44 SEL("0"); 45 SEL("1"); 46 SEL("100"); 47 SEL("-1"); 51 SEL("0"); 55 SEL("0"); 59 SEL("0"); [all …]
|
H A D | tst.general.d.out | 4 sel |0| 9 sel |0| 11 sel |1| 13 sel |100| 15 sel |-1| 20 sel |0| 25 sel |0| 30 sel |0| 35 sel |0| 40 sel |0| [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | NSAPI.cpp | 45 Selector Sel; in getNSStringSelector() local 48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString")); in getNSStringSelector() 51 Sel = Ctx.Selectors.getUnarySelector( in getNSStringSelector() 55 Sel = Ctx.Selectors.getUnarySelector( in getNSStringSelector() 61 Sel = Ctx.Selectors.getSelector(2, KeyIdents); in getNSStringSelector() 65 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString")); in getNSStringSelector() 68 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString")); in getNSStringSelector() 71 return (NSStringSelectors[MK] = Sel); in getNSStringSelector() 79 Selector Sel; in getNSArraySelector() local 82 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array")); in getNSArraySelector() [all …]
|
H A D | SelectorLocationsKind.cpp | 20 Selector Sel, in getStandardSelLoc() argument 24 unsigned NumSelArgs = Sel.getNumArgs(); in getStandardSelLoc() 29 const IdentifierInfo *II = Sel.getIdentifierInfoForSlot(0); in getStandardSelLoc() 37 const IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index); in getStandardSelLoc() 69 SelectorLocationsKind hasStandardSelLocs(Selector Sel, in hasStandardSelLocs() argument 76 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/false, in hasStandardSelLocs() 85 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/true, in hasStandardSelLocs() 96 clang::hasStandardSelectorLocs(Selector Sel, in hasStandardSelectorLocs() argument 100 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc); in hasStandardSelectorLocs() 104 Selector Sel, in getStandardSelectorLoc() argument [all …]
|
H A D | ExprObjC.cpp | 109 QualType SuperType, Selector Sel, in ObjCMessageExpr() argument 116 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())), in ObjCMessageExpr() 128 TypeSourceInfo *Receiver, Selector Sel, in ObjCMessageExpr() argument 135 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())), in ObjCMessageExpr() 145 Selector Sel, ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr() argument 151 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())), in ObjCMessageExpr() 177 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument 188 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK); in Create() 190 SuperType, Sel, SelLocs, SelLocsK, Method, in Create() 197 Selector Sel, ArrayRef<SourceLocation> SelLocs, in Create() argument [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | sdhci-am654.yaml | 61 ti,otap-del-sel-legacy: 67 ti,otap-del-sel-mmc-hs: 73 ti,otap-del-sel-sd-hs: 79 ti,otap-del-sel-sdr12: 85 ti,otap-del-sel-sdr25: 91 ti,otap-del-sel-sdr50: 97 ti,otap-del-sel-sdr104: 103 ti,otap-del-sel-ddr50: 109 ti,otap-del-sel-ddr52: 115 ti,otap-del-sel-hs200: [all …]
|
H A D | sdhci-am654.txt | 22 - ti,otap-del-sel-legacy 23 - ti,otap-del-sel-mmc-hs 24 - ti,otap-del-sel-sd-hs 25 - ti,otap-del-sel-sdr12 26 - ti,otap-del-sel-sdr25 27 - ti,otap-del-sel-sdr50 28 - ti,otap-del-sel-sdr104 29 - ti,otap-del-sel-ddr50 30 - ti,otap-del-sel-ddr52 31 - ti,otap-del-sel-hs200 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | ti,phy-gmii-sel.yaml | 5 $id: http://devicetree.org/schemas/phy/ti,phy-gmii-sel.yaml# 51 - ti,am3352-phy-gmii-sel 52 - ti,dra7xx-phy-gmii-sel 53 - ti,am43xx-phy-gmii-sel 54 - ti,dm814-phy-gmii-sel 55 - ti,am654-phy-gmii-sel 56 - ti,j7200-cpsw5g-phy-gmii-sel 57 - ti,j721e-cpsw9g-phy-gmii-sel 58 - ti,j784s4-cpsw9g-phy-gmii-sel 86 - ti,dra7xx-phy-gmii-sel [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | ldt.sh | 65 s2ds(int sel) 68 return (LSEL(sel, SEL_UPL)); 72 readbyte(int sel, int offset) 81 : "=r"(res) : "r"(s2ds(sel)), "r"(offset)); 87 writebyte(int sel, int offset, unsigned char val) 95 : : "r"(s2ds(sel)), "r"(offset), "r"(val) : "memory"); 101 int sel; 125 if ((sel = i386_set_ldt(LDT_AUTO_ALLOC, descs, 1)) == -1) 127 else if (i386_get_ldt(sel, descsk, 1) == -1) { 129 sel = -1; [all …]
|
/freebsd/contrib/bsddialog/lib/ |
H A D | menubox.c | 69 int sel; /* current focus item, can be -1 */ member 473 if (m->ypad > m->sel && m->ypad > 0) in mixedlist_redraw() 474 m->ypad = m->sel; in mixedlist_redraw() 475 if ((int)(m->ypad + m->menurows) <= m->sel) in mixedlist_redraw() 476 m->ypad = m->sel - m->menurows + 1; in mixedlist_redraw() 529 m.sel = getfirst_with_default(m.nitems, m.pritems, ngroups, groups, in do_mixedlist() 531 if (m.sel >= 0) in do_mixedlist() 532 drawitem(d.conf, &m, m.sel, true); in do_mixedlist() 548 if (m.sel >= 0 && m.pritems[m.sel] in do_mixedlist() [all...] |
H A D | timebox.c | 99 int i, retval, sel; in bsddialog_timebox() local 123 sel = -1; in bsddialog_timebox() 127 drawsquare(conf, c[i].win, c[i].value, sel == i); in bsddialog_timebox() 153 sel = 0; in bsddialog_timebox() 158 sel++; in bsddialog_timebox() 159 focusbuttons = sel > 2 ? true : false; in bsddialog_timebox() 172 sel = 2; in bsddialog_timebox() 177 sel--; in bsddialog_timebox() 178 focusbuttons = sel < 0 ? true : false; in bsddialog_timebox() 186 c[sel] in bsddialog_timebox() [all...] |
H A D | datebox.c | 333 int retval, sel, yy, mm, dd; in bsddialog_calendar() 360 sel = -1; in bsddialog_calendar() 363 drawsquare(conf, mm_win, RAISED, "%15s", mm, sel == 0); in bsddialog_calendar() 364 drawsquare(conf, yy_win, RAISED, "%15d", yy, sel == 1); in bsddialog_calendar() 365 print_calendar(conf, dd_win, yy, mm, dd, sel == 2); in bsddialog_calendar() 389 sel = 0; in bsddialog_calendar() 394 sel++; in bsddialog_calendar() 395 if (sel > 2) { in bsddialog_calendar() 397 sel = -1; in bsddialog_calendar() 409 sel in bsddialog_calendar() 335 int retval, sel, yy, mm, dd; bsddialog_calendar() local 587 int retval, i, sel, yy, mm, dd; bsddialog_datebox() local [all...] |
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | cpsw-phy-sel.txt | 5 - compatible : Should be "ti,am3352-cpsw-phy-sel" for am335x platform and 6 "ti,dra7xx-cpsw-phy-sel" for dra7xx platform 7 "ti,am43xx-cpsw-phy-sel" for am43xx platform 18 phy_sel: cpsw-phy-sel@44e10650 { 19 compatible = "ti,am3352-cpsw-phy-sel"; 21 reg-names = "gmii-sel"; 25 phy_sel: cpsw-phy-sel@44e10650 { 26 compatible = "ti,am3352-cpsw-phy-sel"; 28 reg-names = "gmii-sel";
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_flags.c | 56 char sel, sub; in getauditflagsbin() local 79 sel = AU_PRS_SUCCESS; in getauditflagsbin() 82 sel = AU_PRS_FAILURE; in getauditflagsbin() 85 sel = AU_PRS_BOTH; in getauditflagsbin() 89 SUB_FROM_MASK(masks, c.ac_class, sel); in getauditflagsbin() 91 ADD_TO_MASK(masks, c.ac_class, sel); in getauditflagsbin() 123 u_char sel; in getauditflagschar() local 137 sel = 0; in getauditflagschar() 143 sel |= ((c.ac_class & masks->am_success) == c.ac_class) ? in getauditflagschar() 145 sel |= ((c.ac_class & masks->am_failure) == c.ac_class) ? in getauditflagschar() [all …]
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | task_switch.c | 95 #define SEL_START(sel) (((sel) & ~0x7)) argument 96 #define SEL_LIMIT(sel) (((sel) | 0x7)) argument 151 sel_exception(struct vcpu *vcpu, int vector, uint16_t sel, int ext) in sel_exception() argument 162 sel &= ~0x3; in sel_exception() 164 sel |= 0x1; in sel_exception() 165 vm_inject_fault(vcpu, vector, 1, sel); in sel_exception() 169 * Return 0 if the selector 'sel' in within the limits of the GDT/LDT 173 desc_table_limit_check(struct vcpu *vcpu, uint16_t sel) in desc_table_limit_check() argument 179 reg = ISLDT(sel) ? VM_REG_GUEST_LDTR : VM_REG_GUEST_GDTR; in desc_table_limit_check() 188 if (limit < SEL_LIMIT(sel)) in desc_table_limit_check() [all …]
|
/freebsd/contrib/libedit/ |
H A D | sig.c | 55 static EditLine *sel = NULL; variable 82 sel->el_signal->sig_no = signo; in sig_handler() 86 tty_rawmode(sel); in sig_handler() 87 if (ed_redisplay(sel, 0) == CC_REFRESH) in sig_handler() 88 re_refresh(sel); in sig_handler() 89 terminal__flush(sel); in sig_handler() 93 el_resize(sel); in sig_handler() 97 tty_cookedmode(sel); in sig_handler() 105 (void) sigaction(signo, &sel->el_signal->sig_action[i], NULL); in sig_handler() 106 sel->el_signal->sig_action[i].sa_handler = SIG_ERR; in sig_handler() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | renesas,rcar-usb2-clock-sel.yaml | 4 $id: http://devicetree.org/schemas/clock/renesas,rcar-usb2-clock-sel.yaml# 38 - renesas,r8a774a1-rcar-usb2-clock-sel # RZ/G2M 39 - renesas,r8a774b1-rcar-usb2-clock-sel # RZ/G2N 40 - renesas,r8a774e1-rcar-usb2-clock-sel # RZ/G2H 41 - renesas,r8a7795-rcar-usb2-clock-sel # R-Car H3 42 - renesas,r8a7796-rcar-usb2-clock-sel # R-Car M3-W 43 - renesas,r8a77961-rcar-usb2-clock-sel # R-Car M3-W+ 44 - const: renesas,rcar-gen3-usb2-clock-sel 91 compatible = "renesas,r8a7795-rcar-usb2-clock-sel", 92 "renesas,rcar-gen3-usb2-clock-sel";
|
/freebsd/sys/amd64/include/ |
H A D | cpufunc.h | 554 u_short sel; in rfs() local 555 __asm __volatile("movw %%fs,%0" : "=rm" (sel)); in rfs() 556 return (sel); in rfs() 562 u_short sel; in rgs() local 563 __asm __volatile("movw %%gs,%0" : "=rm" (sel)); in rgs() 564 return (sel); in rgs() 570 u_short sel; in rss() local 571 __asm __volatile("movw %%ss,%0" : "=rm" (sel)); in rss() 572 return (sel); in rss() 576 load_ds(u_short sel) in load_ds() argument [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | NSAPI.h | 91 /// Return NSArrayMethodKind if \p Sel is such a selector. 92 std::optional<NSArrayMethodKind> getNSArrayMethodKind(Selector Sel); 116 /// Return NSDictionaryMethodKind if \p Sel is such a selector. 117 std::optional<NSDictionaryMethodKind> getNSDictionaryMethodKind(Selector Sel); 133 /// Return NSSetMethodKind if \p Sel is such a selector. 134 std::optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel); 200 Selector Sel) const { in isNSNumberLiteralSelector() argument 201 return Sel == getNSNumberLiteralSelector(MK, false) || in isNSNumberLiteralSelector() 202 Sel == getNSNumberLiteralSelector(MK, true); in isNSNumberLiteralSelector() 205 /// Return NSNumberLiteralMethodKind if \p Sel is such a selector. [all …]
|
/freebsd/sys/dev/iicbus/pmic/ |
H A D | fan53555.c | 166 fan53555_read_sel(struct fan53555_reg_sc *sc, uint8_t *sel) in fan53555_read_sel() argument 170 rv = fan53555_read(sc->base_dev, sc->live_reg, sel); in fan53555_read_sel() 173 *sel &= FAN53555_VSEL_MASK; in fan53555_read_sel() 178 fan53555_write_sel(struct fan53555_reg_sc *sc, uint8_t sel) in fan53555_write_sel() argument 187 reg |= sel; in fan53555_write_sel() 228 uint8_t sel; in fan53555_regnode_set_voltage() local 236 &sel); in fan53555_regnode_set_voltage() 240 rv = fan53555_write_sel(sc, sel); in fan53555_regnode_set_voltage() 241 dprintf(sc, "Regulator %s writing sel: 0x%02X\n", sc->name, sel); in fan53555_regnode_set_voltage() 243 fan53555_read_sel(sc, &sel); in fan53555_regnode_set_voltage() [all …]
|
H A D | act8846_regulator.c | 241 act8846_read_sel(struct act8846_reg_sc *sc, uint8_t *sel) in act8846_read_sel() argument 245 rv = RD1(sc->base_sc, sc->def->voltage_reg, sel); in act8846_read_sel() 248 *sel &= sc->def->voltage_mask; in act8846_read_sel() 249 *sel >>= ffs(sc->def->voltage_mask) - 1; in act8846_read_sel() 254 act8846_write_sel(struct act8846_reg_sc *sc, uint8_t sel) in act8846_write_sel() argument 258 sel <<= ffs(sc->def->voltage_mask) - 1; in act8846_write_sel() 259 sel &= sc->def->voltage_mask; in act8846_write_sel() 262 sc->def->voltage_mask, sel); in act8846_write_sel() 297 uint8_t sel; in act8846_regnode_set_voltage() local 310 min_uvolt, max_uvolt, &sel); in act8846_regnode_set_voltage() [all …]
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_proxy.c | 1121 int sel, ch = 0, out, nlen; in ipf_proxy_fixseqack() local 1139 sel = aps->aps_sel[out]; in ipf_proxy_fixseqack() 1142 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) && in ipf_proxy_fixseqack() 1143 (seq1 > aps->aps_seqmin[!sel])) { in ipf_proxy_fixseqack() 1146 sel, !sel, seq1, in ipf_proxy_fixseqack() 1147 aps->aps_seqmin[!sel]); in ipf_proxy_fixseqack() 1148 sel = aps->aps_sel[out] = !sel; in ipf_proxy_fixseqack() 1151 if (aps->aps_seqoff[sel]) { in ipf_proxy_fixseqack() 1152 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel]; in ipf_proxy_fixseqack() 1154 seq2 = aps->aps_seqoff[sel]; in ipf_proxy_fixseqack() [all …]
|
/freebsd/contrib/libucl/tests/ |
H A D | test_msgpack.c | 105 uint32_t sel; in main() local 141 sel = pcg32_random () % NTESTS; in main() 145 elt = tests[sel](); in main() 323 uint32_t cur_len, sel; in ucl_test_map() local 336 sel = pcg32_random () % NTESTS; in ucl_test_map() 337 if (tests[sel] != ucl_test_map && in ucl_test_map() 338 tests[sel] != ucl_test_array) { in ucl_test_map() 344 sel = pcg32_random () % NTESTS; in ucl_test_map() 348 cur = tests[sel](); in ucl_test_map() 355 cur = tests[sel](); in ucl_test_map() [all …]
|
/freebsd/contrib/arm-optimized-routines/string/arm/ |
H A D | strlen-armv6t2.S | 65 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 67 sel data1b, data1a, const_m1 /* Only used if d1a == 0. */ 74 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 76 sel data1b, data1a, const_m1 /* Only used if d1a == 0. */ 83 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 85 sel data1b, data1a, const_m1 /* Only used if d1a == 0. */ 93 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 95 sel data1b, data1a, const_m1 /* Only used if d1a == 0. */
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | da7218.txt | 32 - dlg,mic1-amp-in-sel : Mic1 input source type 34 - dlg,mic2-amp-in-sel : Mic2 input source type 36 - dlg,dmic1-data-sel : DMIC1 channel select based on clock edge. 42 - dlg,dmic2-data-sel : DMic2 channel select based on clock edge. 86 dlg,mic1-amp-in-sel = "diff"; 87 dlg,mic2-amp-in-sel = "diff"; 89 dlg,dmic1-data-sel = "lrise_rfall"; 92 dlg,dmic2-data-sel = "lrise_rfall";
|