/third_party/mesa3d/src/util/ |
D | u_atomic.h | 43 #define p_atomic_set(_v, _i) __atomic_store_n((_v), (_i), __ATOMIC_RELEASE) argument 44 #define p_atomic_read(_v) __atomic_load_n((_v), __ATOMIC_ACQUIRE) argument 45 #define p_atomic_read_relaxed(_v) __atomic_load_n((_v), __ATOMIC_RELAXED) argument 59 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument 60 #define p_atomic_read(_v) (*(_v)) argument 61 #define p_atomic_read_relaxed(_v) (*(_v)) argument 92 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument 93 #define p_atomic_read(_v) (*(_v)) argument 94 #define p_atomic_read_relaxed(_v) (*(_v)) argument 95 #define p_atomic_dec_zero(_v) (p_atomic_dec_return(_v) == 0) argument [all …]
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-logs.h | 178 #define lwsl_vhost(_v, _fil, ...) \ argument 179 _lws_log_cx(lwsl_vhost_get_cx(_v), lws_log_prepend_vhost, _v, \ 192 #define lwsl_hexdump_vhost(_v, _fil, _buf, _len) \ argument 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__) argument 428 #define lwsl_vhost_err(_v, ...) do {} while(0) argument 432 #define lwsl_vhost_warn(_v, ...) lwsl_vhost(_v, LLL_WARN, __VA_ARGS__) argument 434 #define lwsl_vhost_warn(_v, ...) do {} while(0) argument 438 #define lwsl_vhost_notice(_v, ...) lwsl_vhost(_v, LLL_NOTICE, __VA_ARGS__) argument [all …]
|
D | lws-secure-streams-client.h | 167 #define lwsl_hexdump_sspc_err(_v, ...) lwsl_hexdump_sspc(_v, LLL_ERR, __VA_ARGS__) argument 168 #define lwsl_hexdump_sspc_warn(_v, ...) lwsl_hexdump_sspc(_v, LLL_WARN, __VA_ARGS__) argument 169 #define lwsl_hexdump_sspc_notice(_v, ...) lwsl_hexdump_sspc(_v, LLL_NOTICE, __VA_ARGS__) argument 170 #define lwsl_hexdump_sspc_info(_v, ...) lwsl_hexdump_sspc(_v, LLL_INFO, __VA_ARGS__) argument 171 #define lwsl_hexdump_sspc_debug(_v, ...) lwsl_hexdump_sspc(_v, LLL_DEBUG, __VA_ARGS__) argument
|
/third_party/lzma/CPP/Common/ |
D | MyVector.h | 459 CPointerVector _v; variable 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() 465 void ClearAndReserve(unsigned newCapacity) { Clear(); _v.ClearAndReserve(newCapacity); } in ClearAndReserve() 471 _v.ConstructReserve(size); in CObjectVector() 481 _v.Reserve(size); 495 _v.Reserve(size + addSize); 502 const T& operator[](unsigned index) const { return *((T *)_v[index]); } 503 T& operator[](unsigned index) { return *((T *)_v[index]); } [all …]
|
/third_party/toybox/tests/ |
D | lsattr.test | 27 _v="12345" 28 testing "-v file" "chattr -v $_v * && lsattr -v file" \ 29 "$_v $_A file\n" "" "" 30 testing "-v file_path" "chattr -v $_v * && lsattr -v $_p/file" \ 31 "$_v $_A $_p/file\n" "" "" 32 testing "-Radlv file1 file2" "chattr -v $_v * && 34 "$_v file $sp_44 No_Atime\n$_v input $sp_44 ---\n" "" ""
|
/third_party/typescript/tests/baselines/reference/ |
D | objectSpreadSetonlyAccessor.types | 2 const o1: { foo: number, bar: undefined } = { foo: 1, ... { set bar(_v: number) { } } } 6 >{ foo: 1, ... { set bar(_v: number) { } } } : { bar: undefined; foo: number; } 9 >{ set bar(_v: number) { } } : { bar: number; } 11 >_v : number 13 const o2: { foo: undefined } = { foo: 1, ... { set foo(_v: number) { } } } 16 >{ foo: 1, ... { set foo(_v: number) { } } } : { foo: undefined; } 19 >{ set foo(_v: number) { } } : { foo: number; } 21 >_v : number
|
D | objectSpreadSetonlyAccessor.symbols | 2 const o1: { foo: number, bar: undefined } = { foo: 1, ... { set bar(_v: number) { } } } 8 >_v : Symbol(_v, Decl(objectSpreadSetonlyAccessor.ts, 0, 68)) 10 const o2: { foo: undefined } = { foo: 1, ... { set foo(_v: number) { } } } 15 >_v : Symbol(_v, Decl(objectSpreadSetonlyAccessor.ts, 1, 55))
|
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) { } } };
|
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 …dGet(C, _a, "f", _C_test) < 10; __classPrivateFieldSet(_v = C, _a, (_w = __classPrivateFieldGet(_v… 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 … _a, "f", _C_test) < 10; __classPrivateFieldSet(_v = this.getClass(), _a, (_w = __classPrivateFiel…
|
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 … f = (__classPrivateFieldSet(this, _C_test, (_v = __classPrivateFieldGet(this, _C_test, "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… 102 …PrivateFieldSet(_u = this.getInstance(), _C_test, (_v = __classPrivateFieldGet(_u, _C_test, "f"), …
|
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,… variable 80 _v = getRobotB(), _w = _v[0], numberB = _w === void 0 ? -1 : _w, _x = _v[1], nameB = _x === void 0 …
|
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 =… variable
|
D | staticFieldWithInterfaceContext.js | 115 var _v = [(_o = /** @class */ (function () { 121 _o)][0], c10 = _v === void 0 ? (_m = /** @class */ (function () { 127 _m) : _v;
|
D | destructuringVariableDeclaration1ES5.js | 86 var _v = { h: { h1: [1, 2] } }.h.h1, h1 = _v === void 0 ? [undefined, null] : _v; variable
|
/third_party/mesa3d/src/util/format/ |
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/musl/include/sys/linux/ |
D | cdefs.h | 95 #define __CAST(_k,_t,_v) (_k<_t>(_v)) argument 97 #define __CAST(_k,_t,_v) ((_t) (_v)) argument
|
/third_party/musl/porting/linux/user/include/sys/ |
D | cdefs.h | 95 #define __CAST(_k,_t,_v) (_k<_t>(_v)) argument 97 #define __CAST(_k,_t,_v) ((_t) (_v)) argument
|
/third_party/python/Lib/ |
D | crypt.py | 113 for _v in 'b', 'y', 'a', '': 114 if _add_method('BLOWFISH', '2' + _v, 22, 59 + len(_v), rounds=1<<4): 120 del _v, _add_method
|
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/mesa3d/src/imagination/common/ |
D | pvr_device_info.c | 290 #define CASE_PACKED_BVNC_DEVICE_INFO(_b, _v, _n, _c) \ in pvr_device_info_init() argument 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/ |
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/musl/porting/linux/user/include/fortify/ |
D | fortify.h | 36 #define __DIAGNOSE_CAST(_k, _t, _v) (_k<_t>(_v)) argument 38 #define __DIAGNOSE_CAST(_k, _t, _v) ((_t) (_v))
|
/third_party/musl/include/fortify/linux/ |
D | fortify.h | 36 #define __DIAGNOSE_CAST(_k, _t, _v) (_k<_t>(_v)) argument 38 #define __DIAGNOSE_CAST(_k, _t, _v) ((_t) (_v))
|
/third_party/typescript/tests/cases/conformance/types/spread/ |
D | objectSpreadSetonlyAccessor.ts | 3 const o1: { foo: number, bar: undefined } = { foo: 1, ... { set bar(_v: number) { } } } 4 const o2: { foo: undefined } = { foo: 1, ... { set foo(_v: number) { } } }
|
/third_party/mesa3d/src/broadcom/cle/ |
D | meson.build | 31 foreach _v : v3d_versions 32 v = _v[0] 33 xmlver = _v[1]
|