/third_party/mesa3d/src/util/ |
H A D | u_atomic.h | 43 #define p_atomic_set(_v, _i) __atomic_store_n((_v), (_i), __ATOMIC_RELEASE) 44 #define p_atomic_read(_v) __atomic_load_n((_v), __ATOMIC_ACQUIRE) 45 #define p_atomic_read_relaxed(_v) __atomic_load_n((_v), __ATOMIC_RELAXED) 59 #define p_atomic_set(_v, _i) (*(_v) = (_i)) 60 #define p_atomic_read(_v) (*(_v)) [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-logs.h | 178 #define lwsl_vhost(_v, _fil, ...) \ 179 _lws_log_cx(lwsl_vhost_get_cx(_v), lws_log_prepend_vhost, _v, \ 192 #define lwsl_hexdump_vhost(_v, _fil, _buf, _len) \ 193 lwsl_hexdump_level_cx(lwsl_vhost_get_cx(_v), \ 195 _v, _fil, _buf, _len) 426 #define lwsl_vhost_err(_v, ...) lwsl_vhost(_v, LLL_ERR, __VA_ARGS__) 428 #define lwsl_vhost_err(_v, ...) do {} while(0) 432 #define lwsl_vhost_warn(_v, [all...] |
H A D | lws-secure-streams-client.h | 167 #define lwsl_hexdump_sspc_err(_v, ...) lwsl_hexdump_sspc(_v, LLL_ERR, __VA_ARGS__) 168 #define lwsl_hexdump_sspc_warn(_v, ...) lwsl_hexdump_sspc(_v, LLL_WARN, __VA_ARGS__) 169 #define lwsl_hexdump_sspc_notice(_v, ...) lwsl_hexdump_sspc(_v, LLL_NOTICE, __VA_ARGS__) 170 #define lwsl_hexdump_sspc_info(_v, ...) lwsl_hexdump_sspc(_v, LLL_INFO, __VA_ARGS__) 171 #define lwsl_hexdump_sspc_debug(_v, ...) lwsl_hexdump_sspc(_v, LLL_DEBU [all...] |
H A D | lws-map.h | 91 #define lws_map_item_create_ks(_map, _str, _v, _vl) \ 93 strlen(_str), (const lws_map_value_t)_v, \
|
/third_party/lzma/CPP/Common/ |
H A D | MyVector.h | 459 CPointerVector _v;
member in CObjectVector 461 unsigned Size() const { return _v.Size(); }
in Size() 462 bool IsEmpty() const { return _v.IsEmpty(); }
in IsEmpty() 463 void ReserveDown() { _v.ReserveDown(); }
in ReserveDown() 464 // void Reserve(unsigned newCapacity) { _v.Reserve(newCapacity); }
465 void ClearAndReserve(unsigned newCapacity) { Clear(); _v.ClearAndReserve(newCapacity); }
in ClearAndReserve() 471 _v.ConstructReserve(size);
in CObjectVector() 481 _v.Reserve(size);
in operator =() 495 _v.Reserve(size + addSize);
in operator +=() 502 const T& operator[](unsigned index) const { return *((T *)_v[inde [all...] |
/third_party/mesa3d/src/util/format/ |
H A D | u_format_yuv.h | 70 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); in util_format_rgb_float_to_yuv() local 74 *v = _v + 128; in util_format_rgb_float_to_yuv() 84 const int _v = v - 128; in util_format_yuv_to_rgb_float() local 90 *r = scale * (y_factor * _y + 1.596f * _v); in util_format_yuv_to_rgb_float() 91 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v); in util_format_yuv_to_rgb_float() 112 const int _v = v - 128; in util_format_yuv_to_rgb_8unorm() local 114 const int _r = (298 * _y + 409 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() 115 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectSpreadSetonlyAccessor.js | 2 const o1: { foo: number, bar: undefined } = { foo: 1, ... { set bar(_v: number) { } } } 3 const o2: { foo: undefined } = { foo: 1, ... { set foo(_v: number) { } } } 8 const o1 = { foo: 1, ...{ set bar(_v) { } } };
9 const o2 = { foo: 1, ...{ set foo(_v) { } } };
|
H A D | privateNameFieldUnaryMutation.js | 69 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;
86 const f = (__classPrivateFieldSet(this, _C_test, (_v = __classPrivateFieldGet(this, _C_test, "f"), _u = _v--, _v), "f"), _u);
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;
102 for (__classPrivateFieldSet(this.getInstance(), _C_test, 0, "f"); __classPrivateFieldGet(this.getInstance(), _C_test, "f") < 10; __classPrivateFieldSet(_u = this.getInstance(), _C_test, (_v = __classPrivateFieldGet(_u, _C_test, "f"), ++_v), "f")) { }
|
H A D | sourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.js | 58 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;
80 _v = getRobotB(), _w = _v[0], numberB = _w === void 0 ? -1 : _w, _x = _v[1], nameB = _x === void 0 ? "helloNoName" : _x, _y = _v[2], skillB = _y === void 0 ? "noSkill" : _y;
|
H A D | privateNameStaticFieldUnaryMutation.js | 47 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
56 for (__classPrivateFieldSet(C, _a, 0, "f", _C_test); __classPrivateFieldGet(C, _a, "f", _C_test) < 10; __classPrivateFieldSet(_v = C, _a, (_w = __classPrivateFieldGet(_v, _a, "f", _C_test), ++_w), "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;
69 for (__classPrivateFieldSet(this.getClass(), _a, 0, "f", _C_test); __classPrivateFieldGet(this.getClass(), _a, "f", _C_test) < 10; __classPrivateFieldSet(_v = this.getClass(), _a, (_w = __classPrivateFieldGet(_v, _a, "f", _C_test), ++_w), "f", _C_test)) { }
|
H A D | staticFieldWithInterfaceContext.js | 115 var _v = [(_o = /** @class */ (function () {
variable 121 _o)][0], c10 = _v === void 0 ? (_m = /** @class */ (function () {
127 _m) : _v;
|
H A D | destructuringVariableDeclaration1ES5.js | 86 var _v = { h: { h1: [1, 2] } }.h.h1, h1 = _v === void 0 ? [undefined, null] : _v;
|
H A D | noImplicitAnyDestructuringVarDeclaration2.js | 23 var _u = { x2: 1, y2: 2, z2: 3 }, _v = _u.x2, x2 = _v === void 0 ? undefined : _v, _w = _u.y2, y2 = _w === void 0 ? undefined : _w, _x = _u.z2, z2 = _x === void 0 ? undefined : _x; // no error
|
H A D | destructuringSameNames.js | 56 var _v = { foo6: 60, bar6: 660 }, foo6 = _v.bar6, foo6 = _v.foo6;
|
H A D | destructuringVariableDeclaration1ES5iterable.js | 96 var _u = __read({ e: [1, 2, { b1: 4, b4: 0 }] }.e, 3), e1 = _u[0], e2 = _u[1], _v = _u[2], e3 = _v === void 0 ? { b1: 1000, b4: 200 } : _v;
|
H A D | sourceMapValidationDestructuringForOfArrayBindingPattern.js | 139 for (var _v = 0, _w = getRobots(); _v < _w.length; _v++) {
140 var numberB = _w[_v][0];
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | cdefs.h | 95 #define __CAST(_k,_t,_v) (_k<_t>(_v)) 97 #define __CAST(_k,_t,_v) ((_t) (_v))
|
/third_party/musl/include/sys/linux/ |
H A D | cdefs.h | 95 #define __CAST(_k,_t,_v) (_k<_t>(_v)) 97 #define __CAST(_k,_t,_v) ((_t) (_v))
|
/third_party/python/Lib/ |
H A D | crypt.py | 117 for _v in 'b', 'y', 'a', '': 118 if _add_method('BLOWFISH', '2' + _v, 22, 59 + len(_v), rounds=1<<4): 124 del _v, _add_method
|
H A D | colorsys.py | 107 return (_v(m1, m2, h+ONE_THIRD), _v(m1, m2, h), _v(m1, m2, h-ONE_THIRD)) 109 def _v(m1, m2, hue): function
|
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | fortify.h | 36 #define __DIAGNOSE_CAST(_k, _t, _v) (_k<_t>(_v)) 38 #define __DIAGNOSE_CAST(_k, _t, _v) ((_t) (_v))
|
/third_party/musl/include/fortify/linux/ |
H A D | fortify.h | 36 #define __DIAGNOSE_CAST(_k, _t, _v) (_k<_t>(_v)) 38 #define __DIAGNOSE_CAST(_k, _t, _v) ((_t) (_v))
|
/third_party/mesa3d/src/imagination/common/ |
H A D | pvr_device_info.c | 290 #define CASE_PACKED_BVNC_DEVICE_INFO(_b, _v, _n, _c) \ in pvr_device_info_init() 291 case PVR_BVNC_PACK(_b, _v, _n, _c): \ in pvr_device_info_init() 295 info->ident.v = _v; \ in pvr_device_info_init() 298 info->enhancements = pvr_device_enhancements_##_b##_##_v##_##_n##_##_c; \ in pvr_device_info_init() 299 info->quirks = pvr_device_quirks_##_b##_##_v##_##_n##_##_c; \ in pvr_device_info_init()
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_ir.h | 413 pan_block **_v; \ 414 for (_v = (pan_block **) &blk->successors[0], \ 415 v = *_v; \ 416 v != NULL && _v < (pan_block **) &blk->successors[2]; \ 417 _v++, v = *_v) \
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compiler.h | 524 agx_block **_v; \ 525 for (_v = (agx_block **) &blk->successors[0], \ 526 v = *_v; \ 527 v != NULL && _v < (agx_block **) &blk->successors[2]; \ 528 _v++, v = *_v) \
|