Home
last modified time | relevance | path

Searched refs:_1 (Results 1 - 25 of 109) sorted by relevance

12345

/third_party/jerryscript/jerry-core/jrt/
H A Djrt.h36 #define JERRY_UNUSED_1(_1) JERRY_UNUSED (_1)
37 #define JERRY_UNUSED_2(_1, _2) JERRY_UNUSED (_1), JERRY_UNUSED_1 (_2)
38 #define JERRY_UNUSED_3(_1, _2, _3) JERRY_UNUSED (_1), JERRY_UNUSED_2 (_2, _3)
39 #define JERRY_UNUSED_4(_1, _2, _3, _4) JERRY_UNUSED (_1), JERRY_UNUSED_3 (_2, _3, _4)
40 #define JERRY_UNUSED_5(_1, _2, _3, _4, _5) JERRY_UNUSED (_1), JERRY_UNUSED_
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DPrint.hpp395 # define RR_GET_NTH_ARG(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, N, ...) N
410 # define RR_WATCH_FMT_1(_1) "\n " # _1 ": {0}"
411 # define RR_WATCH_FMT_2(_1, _2) \
412 RR_WATCH_FMT_1(_1) \
414 # define RR_WATCH_FMT_3(_1, _2, _3) \
415 RR_WATCH_FMT_2(_1, _2) \
417 # define RR_WATCH_FMT_4(_1, _2, _3, _4) \
418 RR_WATCH_FMT_3(_1, _2, _3) \
420 # define RR_WATCH_FMT_5(_1, _
[all...]
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-pp.h5 #define GMOCK_PP_CAT(_1, _2) GMOCK_PP_INTERNAL_CAT(_1, _2)
17 #define GMOCK_PP_IDENTITY(_1) _1
152 #define GMOCK_PP_INTERNAL_CAT(_1, _2) _1##_2
154 #define GMOCK_PP_INTERNAL_CAT_5(_1, _2, _3, _4, _5) _1##_2##_3##_4##_5
155 #define GMOCK_PP_INTERNAL_IS_EMPTY(_1, _2, _3, _4) \
157 _1, _
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcGLSLVectorConstructorTests.cpp318 { "vec2" , { 2 , generateValueFloat, bind(generateCtorOpen, "vec2", _1, _2) , generateCtorClose } },
319 { "vec3" , { 3 , generateValueFloat, bind(generateCtorOpen, "vec3", _1, _2) , generateCtorClose } },
320 { "vec4" , { 4 , generateValueFloat, bind(generateCtorOpen, "vec4", _1, _2) , generateCtorClose } },
322 { "ivec2" , { 2 , generateValueInt , bind(generateCtorOpen, "ivec2", _1, _2) , generateCtorClose } },
323 { "ivec3" , { 3 , generateValueInt , bind(generateCtorOpen, "ivec3", _1, _2) , generateCtorClose } },
324 { "ivec4" , { 4 , generateValueInt , bind(generateCtorOpen, "ivec4", _1, _2) , generateCtorClose } },
326 { "bvec2" , { 2 , generateValueBool , bind(generateCtorOpen, "bvec2", _1, _2) , generateCtorClose } },
327 { "bvec3" , { 3 , generateValueBool , bind(generateCtorOpen, "bvec3", _1, _2) , generateCtorClose } },
328 { "bvec4" , { 4 , generateValueBool , bind(generateCtorOpen, "bvec4", _1, _2) , generateCtorClose } },
329 { "mat2" , { 4 , generateValueFloat, bind(generateCtorOpen, "mat2", _1, _
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp109 bind(initializeExpectedValue, _1, _2, 3221225472u) // SetupUniformsFn setupUniformsFn
118 bind(initializeExpectedValue, _1, _2, 3221225472u) // SetupUniformsFn setupUniformsFn
127 bind(initializeExpectedValue, _1, _2, 3221225472u) // SetupUniformsFn setupUniformsFn
136 bind(initializeExpectedValue, _1, _2, 2147483648u) // SetupUniformsFn setupUniformsFn
145 bind(initializeExpectedValue, _1, _2, 2147483648u) // SetupUniformsFn setupUniformsFn
154 bind(initializeExpectedValue, _1, _2, 2147483648u) // SetupUniformsFn setupUniformsFn
163 bind(initializeExpectedValue, _1, _2, 4294967295u) // SetupUniformsFn setupUniformsFn
172 bind(initializeExpectedValue, _1, _2, 4294967295u) // SetupUniformsFn setupUniformsFn
181 bind(initializeExpectedValue, _1, _2, 4294967295u) // SetupUniformsFn setupUniformsFn
199 bind(initializeExpectedValue, _1, _
[all...]
/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtord.c48 L[_1] = bits[0];
54 L[_1] = bits[0];
60 L[_1] = 0;
/third_party/ffmpeg/libswscale/ppc/
H A Dyuv2rgb_altivec.c169 __typeof__(x0) _0, _1, _2; \
170 vec_merge3(x0, x1, x2, _0, _1, _2); \
172 vec_st(_1, 0, ptr++); \
178 __typeof__(x0) _0, _1, _2; \
179 vec_merge3(x2, x1, x0, _0, _1, _2); \
181 vec_st(_1, 0, ptr++); \
191 T _0, _1, _2, _3; \
193 _1 = vec_mergeh(x2, x3); \
195 (vector unsigned short) _1); \
197 (vector unsigned short) _1); \
[all...]
/third_party/typescript/tests/baselines/reference/
H A DclassStaticBlock15(target=es2022).js5 static #_1 = 1;
23 static #_1 = 1;
H A DclassStaticBlock15(target=esnext).js5 static #_1 = 1;
23 static #_1 = 1;
H A DimportWithTrailingSlash.js33 var _1 = require("."); variable
35 _1["default"].a;
H A DnoImplicitAnyDestructuringVarDeclaration2.js24 var _y = { x3: 1, y3: 2, z3: 3 }, _z = _y.x3, x3 = _z === void 0 ? undefined : _z, _0 = _y.y3, y3 = _0 === void 0 ? null : _0, _1 = _y.z3, z3 = _1 === void 0 ? undefined : _1; // 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;
81 _z = [2, "trimmer", "trimming"], _0 = _z[0], numberB = _0 === void 0 ? -1 : _0, _1 = _z[1], nameB = _1 === void 0 ? "helloNoName" : _1, _2 = _z[2], skillB = _2 === void 0 ? "noSkill" : _2;
H A DdestructuringUnspreadableIntoRest.js18 const { publicProp: _1, ...rest3 } = this;
56 const { publicProp: _1, ...rest3 } = x;
116 const _a = this, { publicProp: _1 } = _a, rest3 = __rest(_a, ["publicProp"]);
147 const { publicProp: _1 } = x, rest3 = __rest(x, ["publicProp"]);
H A DexportStarNotElided.js49 var _1 = require("./");
50 (0, _1.register)("ok");
H A DprivateNameFieldUnaryMutation.js93 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;
105 __classPrivateFieldSet(_0 = this.getInstance(), _C_test, (_1 = __classPrivateFieldGet(_0, _C_test, "f"), _1--, _1), "f");
H A DsourceMapValidationDestructuringForOfObjectBindingPattern.js122 var _1 = _0[_z], nameA = _1.name, _2 = _1.skills, primaryA = _2.primary, secondaryA = _2.secondary;
H A DdestructuringInitializerContextualTypeFromContext.js25 f(([_1, _2 = undefined]) => undefined)
61 var _1 = _a[0], _b = _a[1], _2 = _b === void 0 ? undefined : _b;
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Ddrf.h65 #define NVVAL_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL
70 #define NVDEF_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL
76 #define NVVAL_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL
82 #define NVVAL_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL
89 #define NVDEF_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL
98 #define NVVAL_MW_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL
108 #define NVVAL_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL
116 #define NVDEF_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL
/third_party/spirv-tools/source/val/
H A Dvalidate_builtins.cpp1133 referenced_from_inst, std::placeholders::_1)); in ValidateNotCalledWithExecutionModel()
1175 referenced_from_inst, std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1182 referenced_from_inst, std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1189 referenced_from_inst, std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1201 referenced_from_inst, std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1303 std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1365 built_in_inst, referenced_from_inst, std::placeholders::_1)); in ValidateFragCoordAtReference()
1441 built_in_inst, referenced_from_inst, std::placeholders::_1)); in ValidateFragDepthAtReference()
1502 built_in_inst, referenced_from_inst, std::placeholders::_1)); in ValidateFrontFacingAtReference()
1562 std::placeholders::_1)); in ValidateHelperInvocationAtReference()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_builtins.cpp1122 referenced_from_inst, std::placeholders::_1)); in ValidateNotCalledWithExecutionModel()
1164 referenced_from_inst, std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1171 referenced_from_inst, std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1183 referenced_from_inst, std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1284 std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1346 built_in_inst, referenced_from_inst, std::placeholders::_1)); in ValidateFragCoordAtReference()
1422 built_in_inst, referenced_from_inst, std::placeholders::_1)); in ValidateFragDepthAtReference()
1483 built_in_inst, referenced_from_inst, std::placeholders::_1)); in ValidateFrontFacingAtReference()
1543 std::placeholders::_1)); in ValidateHelperInvocationAtReference()
1603 built_in_inst, referenced_from_inst, std::placeholders::_1)); in ValidateInvocationIdAtReference()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_builtins.cpp1122 referenced_from_inst, std::placeholders::_1)); in ValidateNotCalledWithExecutionModel()
1164 referenced_from_inst, std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1171 referenced_from_inst, std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1183 referenced_from_inst, std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1284 std::placeholders::_1)); in ValidateClipOrCullDistanceAtReference()
1346 built_in_inst, referenced_from_inst, std::placeholders::_1)); in ValidateFragCoordAtReference()
1422 built_in_inst, referenced_from_inst, std::placeholders::_1)); in ValidateFragDepthAtReference()
1483 built_in_inst, referenced_from_inst, std::placeholders::_1)); in ValidateFrontFacingAtReference()
1543 std::placeholders::_1)); in ValidateHelperInvocationAtReference()
1603 built_in_inst, referenced_from_inst, std::placeholders::_1)); in ValidateInvocationIdAtReference()
[all...]
/third_party/skia/bench/
H A DShapesBench.cpp180 fShapes[i].fDraw = bind(&SkCanvas::drawRect, _1, cref(fRect.rect()), _2);
183 fShapes[i].fDraw = bind(&SkCanvas::drawOval, _1, cref(fOval.rect()), _2);
186 fShapes[i].fDraw = bind(&SkCanvas::drawRRect, _1, cref(fRRect), _2);
202 fShapes[i].fDraw = std::bind(&SkCanvas::drawDRRect, std::placeholders::_1,
/third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/
H A Dclient.js25 const _1 = require(".");
86 throw new _1.TUFError({
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceBitVector.h69 *Data |= _1 << Bit; in operator =()
71 *Data &= ~(_1 << Bit); in operator =()
75 operator bool() const { return (*Data & (_1 << Bit)) != 0; } in operator bool()
90 Idx & ((_1 << BitIndexSize) - 1));
96 (_1 << (Idx & ((_1 << BitIndexSize) - 1))); in operator []()
182 // _1 is the constant 1 of type ElementType.
183 static constexpr ElementType _1 = ElementType(1);
/third_party/skia/third_party/externals/brotli/research/
H A Dfind_opt_references.cc229 using std::placeholders::_1; in main()
242 Fn print = std::bind(PrintReference, _1, _2, _3, _4, _5, _6, _7, _8, fout); in main()
243 Fn store = std::bind(StoreReference, _1, _2, _3, _4, _5, _6, _7, _8, entries); in main()

Completed in 19 milliseconds

12345