Home
last modified time | relevance | path

Searched refs:_s (Results 1 - 25 of 82) sorted by relevance

1234

/third_party/lzma/CPP/7zip/UI/Console/
H A DPercentPrinter.cpp82 _s.Add_Space(); in GetPercents()
86 _s += s; in GetPercents()
114 _s.Empty(); in Print()
118 if (onlyPercentsChanged && _s == _printedPercents) in Print()
121 _printedPercents = _s; in Print()
128 // for (; size < 3; size++) _s.Add_Space(); in Print()
129 _s.Add_Space(); in Print()
130 _s += s; in Print()
131 // _s += "f"; in Print()
137 _s in Print()
174 *_so << _s; Print() local
[all...]
H A DHashCon.cpp68 Print_DirItemsStat(_s, st); in FinishScanning()
69 *_so << _s << endl << endl; in FinishScanning()
151 _s.Empty(); in PrintSeparatorLine()
162 AddMinuses(_s, GetColumnWidth(h.DigestSize)); in PrintSeparatorLine()
168 AddMinuses(_s, kSizeField_Len); in PrintSeparatorLine()
173 AddMinuses(_s, kNameField_Len); in PrintSeparatorLine()
177 *_so << _s << endl; in PrintSeparatorLine()
185 _s.Empty(); in BeforeFirstFile()
198 _s += h.Name; in BeforeFirstFile()
199 AddSpaces_if_Positive(_s, (in in BeforeFirstFile()
303 *_so << _s; PrintResultLine() local
[all...]
H A DHashCon.h18 AString _s; member in Z7_final
22 _s.Add_Space_if_NotEmpty(); in AddSpace()
27 if (!_s.IsEmpty()) in AddSpacesBeforeName()
29 _s.Add_Space(); in AddSpacesBeforeName()
30 _s.Add_Space(); in AddSpacesBeforeName()
/third_party/rust/crates/quote/src/
H A Dlib.rs498 let mut _s = $crate::__private::TokenStream::new(); variables
499 $crate::quote_token!{$tt _s}
500 _s
505 let mut _s = $crate::__private::TokenStream::new(); variables
506 $crate::ToTokens::to_tokens(&$var, &mut _s);
507 _s
510 let mut _s = $crate::__private::TokenStream::new(); variables
511 $crate::quote_token!{$tt1 _s}
512 $crate::quote_token!{$tt2 _s}
513 _s
518 let mut _s = $crate::__private::TokenStream::new(); global() variables
638 let mut _s = $crate::__private::TokenStream::new(); global() variables
646 let mut _s = $crate::__private::TokenStream::new(); global() variables
652 let mut _s = $crate::__private::TokenStream::new(); global() variables
661 let mut _s = $crate::__private::TokenStream::new(); global() variables
[all...]
/third_party/rust/crates/once_cell/xtask/src/
H A Dmain.rs17 let _s = section("BUILD"); in main()
22 let _s = section("TEST"); in main()
42 let _s = section("TEST_BETA"); in main()
48 let _s = section("TEST_MSRV"); in main()
55 let _s = section("TEST_MIRI"); in main()
67 let _s = section("PUBLISH"); in main()
/third_party/elfutils/lib/
H A Deu-config.h140 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
142 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
144 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
/third_party/popt/src/
H A Dsystem.h57 #define getenv(_s) secure_getenv(_s)
59 #define getenv(_s) __secure_getenv(_s)
/third_party/typescript/tests/baselines/reference/
H A DdestructuringVariableDeclaration1ES5.js81 var _s = { f: [1, 2, { f3: 4, f5: 0 }] }.f, f1 = _s[0], f2 = _s[1], _t = _s[2], f4 = _t.f3, f5 = _t.f5;
H A DprivateNameFieldUnaryMutation.js69 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z;
85 const e = (__classPrivateFieldSet(this, _C_test, (_t = __classPrivateFieldGet(this, _C_test, "f"), _s = _t++, _t), "f"), _s);
93 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19;
101 const d = __classPrivateFieldSet(_s = this.getInstance(), _C_test, (_t = __classPrivateFieldGet(_s, _C_test, "f"), --_t), "f");
H A DprivateNameStaticFieldUnaryMutation.js47 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
54 const c = __classPrivateFieldSet(_r = C, _a, (_s = __classPrivateFieldGet(_r, _a, "f", _C_test), ++_s), "f", _C_test);
60 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
67 const c = __classPrivateFieldSet(_r = this.getClass(), _a, (_s = __classPrivateFieldGet(_r, _a, "f", _C_test), ++_s), "f", _C_test);
H A DcontextualOverloadListFromUnionWithPrimitiveNoImplicitAny.js13 validate: (_t, _p, _s) => false,
22 validate: (_t, _p, _s) => false,
H A DstaticFieldWithInterfaceContext.js74 var _s = { c: (_g = /** @class */ (function () {
80 _g) }.c, c5 = _s === void 0 ? (_f = /** @class */ (function () {
86 _f) : _s;
H A DnoImplicitAnyDestructuringVarDeclaration2.js22 var _q = { x1: 1, y1: 2, z1: 3 }, _r = _q.x1, x1 = _r === void 0 ? 10 : _r, _s = _q.y1, y1 = _s === void 0 ? 10 : _s, _t = _q.z1, z1 = _t === void 0 ? 10 : _t; // no error
H A DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.js58 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24;
79 _s = robotB[0], numberB = _s === void 0 ? -1 : _s, _t = robotB[1], nameB = _t === void 0 ? "helloNoName" : _t, _u = robotB[2], skillB = _u === void 0 ? "noSkill" : _u;
H A DdestructuringSameNames.js53 var _s = { foo3: 30, bar3: 330 }, foo3 = _s.bar3, foo3 = _s.foo3;
H A DdestructuringVariableDeclaration1ES5iterable.js89 var _s = __read([1, "string"], 2), d1 = _s[0], d2 = _s[1]; variable
H A DlateBoundDestructuringImplicitAnyError.js54 var _s = strIndexed, _t = symed2, prop9 = _s[_t]; variable
H A DsourceMapValidationDestructuringForOfObjectBindingPattern.js110 var _s = _r[_q], nameA = _s.name, skillA = _s.skill;
H A DnewWithSpread.js109 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
188 new ((_s = i["a-b"][1]).bind.apply(_s, __spreadArray([void 0, 1, 2], a, false)))();
H A DnewWithSpreadES5.js108 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
187 new ((_s = i["a-b"][1]).bind.apply(_s, __spreadArray([void 0, 1, 2], a, false)))();
H A DprivateNameStaticFieldAssignment.js53 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0;
71 __classPrivateFieldSet(_s = A.getClass(), _a, __classPrivateFieldGet(_s, _a, "f", _A_field) * 5, "f", _A_field);
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h55 #define sizeof_field(_s, _m) sizeof(((_s *)0)->_m)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_session.c819 struct fst_session *_s; in fst_session_initiate_setup() local
866 _s = fst_find_session_in_progress(s->data.old_peer_addr, s->group); in fst_session_initiate_setup()
867 if (_s) { in fst_session_initiate_setup()
870 _s->id); in fst_session_initiate_setup()
874 _s = fst_find_session_in_progress(s->data.new_peer_addr, s->group); in fst_session_initiate_setup()
875 if (_s) { in fst_session_initiate_setup()
878 _s->id); in fst_session_initiate_setup()
1414 struct fst_session *_s; in fst_test_req_send_fst_response() local
1440 _s = fst_find_session_in_progress(fst_session_get_peer_addr(&s, TRUE), in fst_test_req_send_fst_response()
1442 res.dialog_token = (_s in fst_test_req_send_fst_response()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_session.c819 struct fst_session *_s; in fst_session_initiate_setup() local
866 _s = fst_find_session_in_progress(s->data.old_peer_addr, s->group); in fst_session_initiate_setup()
867 if (_s) { in fst_session_initiate_setup()
870 _s->id); in fst_session_initiate_setup()
874 _s = fst_find_session_in_progress(s->data.new_peer_addr, s->group); in fst_session_initiate_setup()
875 if (_s) { in fst_session_initiate_setup()
878 _s->id); in fst_session_initiate_setup()
1414 struct fst_session *_s; in fst_test_req_send_fst_response() local
1440 _s = fst_find_session_in_progress(fst_session_get_peer_addr(&s, true), in fst_test_req_send_fst_response()
1442 res.dialog_token = (_s in fst_test_req_send_fst_response()
[all...]
/third_party/eudev/src/shared/
H A Dmacro.h155 char *_s = (char *)(s); \
156 _i->iov_base = _s; \
157 _i->iov_len = strlen(_s); \

Completed in 12 milliseconds

1234