/third_party/typescript/tests/baselines/reference/ |
H A D | parentheses.js | 2 declare const o1: ((...args: any[]) => number); 7 (o1)(o1 ?? 1); 8 (o2?.b)(o1 ?? 1); 9 (o3?.b())(o1 ?? 1); 10 (o4?.b().c)(o1 ?? 1); 15 (o1)(o1 !== null && o1 !== void 0 ? o1 [all...] |
H A D | implicitIndexSignatures.js | 19 const o1 = { a: 1, b: 2 }; 21 const v1 = getStringIndexValue(o1); 26 const o1 = { a: "1", b: "2" }; 28 const v1 = getStringIndexValue(o1); 33 const o1 = { a: 1, b: "2" }; 35 const v1 = getStringIndexValue(o1); 40 const o1 = { 0: "0", 1: "1", count: 2 }; 42 const v1 = getStringIndexValue(o1); 44 const v3 = getNumberIndexValue(o1); 73 var o1 [all...] |
H A D | callChain.js | 2 declare const o1: undefined | ((...args: any[]) => number); 3 o1?.(); 4 o1?.(1); 5 o1?.(...[1, 2]); 6 o1?.(1, ...[2, 3], 4); 56 o1 === null || o1 === void 0 ? void 0 : o1();
57 o1 === null || o1 [all...] |
H A D | propertyAccessChain.js | 2 declare const o1: undefined | { b: string }; 3 o1?.b; 22 o1?.b ? 1 : 0; 31 o1 === null || o1 === void 0 ? void 0 : o1.b;
38 (o1 === null || o1 === void 0 ? void 0 : o1.b) ? 1 : 0;
|
H A D | objectLiteralIndexers.js | 14 var o1: { [s: string]: A;[n: number]: B; } = { x: a, 0: b }; // string indexer is A, number indexer is B variable 15 o1 = { x: b, 0: c }; // both indexers are any 16 o1 = { x: c, 0: b }; // string indexer is any, number indexer is B
22 var o1 = { x: a, 0: b }; // string indexer is A, number indexer is B
23 o1 = { x: b, 0: c }; // both indexers are any
24 o1 = { x: c, 0: b }; // string indexer is any, number indexer is B
|
H A D | deleteChain.js | 2 declare const o1: undefined | { b: string }; 3 delete o1?.b; 4 delete (o1?.b); 30 o1 === null || o1 === void 0 ? true : delete o1.b;
31 (o1 === null || o1 === void 0 ? true : delete o1.b);
|
H A D | callChain.2.js | 2 declare const o1: undefined | (() => number); 3 o1?.(); 14 o1 === null || o1 === void 0 ? void 0 : o1();
|
H A D | elementAccessChain.2.js | 2 declare const o1: undefined | { b: string }; 3 o1?.["b"]; 16 o1 === null || o1 === void 0 ? void 0 : o1["b"];
|
H A D | propertyAccessChain.2.js | 2 declare const o1: undefined | { b: string }; 3 o1?.b; 14 o1 === null || o1 === void 0 ? void 0 : o1.b;
|
H A D | dynamicNames.js | 127 export const o1 = { 134 export const o1_c4 = o1[c4]; 135 export const o1_c5 = o1[c5]; 136 export const o1_s2 = o1[s2]; 138 export const o2: T0 = o1; 167 exports.o2 = exports.o1_s2 = exports.o1_c5 = exports.o1_c4 = exports.o1 = exports.s2 = exports.c5 = exports.c4 = void 0;
204 exports.o1 = {
210 exports.o1_c4 = exports.o1[exports.c4];
211 exports.o1_c5 = exports.o1[exports.c5];
212 exports.o1_s2 = exports.o1[export [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-sparcv9.pl | 82 $B="%o1"; 106 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%g1","%o7"); 500 andcc %o1, 0x7, %g0 506 ldd [%o1 + 0x00], %f16 507 ldd [%o1 + 0x08], %f18 508 ldd [%o1 + 0x10], %f20 509 ldd [%o1 + 0x18], %f22 510 ldd [%o1 + 0x20], %f24 511 ldd [%o1 + 0x28], %f26 512 ldd [%o1 [all...] |
H A D | sha1-sparcv9.pl | 37 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%g1","%o7"); 219 andcc %o1, 0x7, %g0 225 ldd [%o1 + 0x00], %f8 226 ldd [%o1 + 0x08], %f10 227 ldd [%o1 + 0x10], %f12 228 ldd [%o1 + 0x18], %f14 229 ldd [%o1 + 0x20], %f16 230 ldd [%o1 + 0x28], %f18 231 ldd [%o1 + 0x30], %f20 233 ldd [%o1 [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-sparcv9.pl | 82 $B="%o1"; 106 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%g1","%o7"); 500 andcc %o1, 0x7, %g0 506 ldd [%o1 + 0x00], %f16 507 ldd [%o1 + 0x08], %f18 508 ldd [%o1 + 0x10], %f20 509 ldd [%o1 + 0x18], %f22 510 ldd [%o1 + 0x20], %f24 511 ldd [%o1 + 0x28], %f26 512 ldd [%o1 [all...] |
H A D | sha1-sparcv9.pl | 37 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%g1","%o7"); 219 andcc %o1, 0x7, %g0 225 ldd [%o1 + 0x00], %f8 226 ldd [%o1 + 0x08], %f10 227 ldd [%o1 + 0x10], %f12 228 ldd [%o1 + 0x18], %f14 229 ldd [%o1 + 0x20], %f16 230 ldd [%o1 + 0x28], %f18 231 ldd [%o1 + 0x30], %f20 233 ldd [%o1 [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | format.c | 242 const pa_json_object *o1; in pa_format_info_get_prop_type() local 273 o1 = pa_json_object_get_array_member(o, 0); in pa_format_info_get_prop_type() 275 if (pa_json_object_get_type(o1) == PA_JSON_TYPE_INT) in pa_format_info_get_prop_type() 277 else if (pa_json_object_get_type(o1) == PA_JSON_TYPE_STRING) in pa_format_info_get_prop_type() 342 const pa_json_object *o1; in pa_format_info_get_prop_int_range() local 363 if (!(o1 = pa_json_object_get_object_member(o, PA_JSON_MIN_KEY)) || in pa_format_info_get_prop_int_range() 364 (pa_json_object_get_type(o1) != PA_JSON_TYPE_INT)) in pa_format_info_get_prop_int_range() 367 *min = pa_json_object_get_int(o1); in pa_format_info_get_prop_int_range() 369 if (!(o1 = pa_json_object_get_object_member(o, PA_JSON_MAX_KEY)) || in pa_format_info_get_prop_int_range() 370 (pa_json_object_get_type(o1) ! in pa_format_info_get_prop_int_range() 388 const pa_json_object *o1; pa_format_info_get_prop_int_array() local 465 const pa_json_object *o1; pa_format_info_get_prop_string_array() local 706 pa_json_object *o1 = NULL, *o2 = NULL; pa_format_info_prop_compatible() local [all...] |
/third_party/python/Include/ |
H A D | abstract.h | 419 /* Returns the result of adding o1 and o2, or NULL on failure. 421 This is the equivalent of the Python expression: o1 + o2. */ 422 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2); 424 /* Returns the result of subtracting o2 from o1, or NULL on failure. 426 This is the equivalent of the Python expression: o1 - o2. */ 427 PyAPI_FUNC(PyObject *) PyNumber_Subtract(PyObject *o1, PyObject *o2); 429 /* Returns the result of multiplying o1 and o2, or NULL on failure. 431 This is the equivalent of the Python expression: o1 * o2. */ 432 PyAPI_FUNC(PyObject *) PyNumber_Multiply(PyObject *o1, PyObject *o2); 435 /* This is the equivalent of the Python expression: o1 [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 79 clr %o1 154 clr %o1 215 1: add %o1,%o2,%o3 220 add %o1,%o2,%o0 ! OpenSSL expects the new value 235 .word 0x93323020 !srlx %o0,32,%o1 238 xor %o1,%o1,%o1 245 add %sp,BIAS+2,%o1 246 .word 0xc19a5a40 !ldda [%o1]ASI_FP16_ [all...] |
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 79 clr %o1 154 clr %o1 215 1: add %o1,%o2,%o3 220 add %o1,%o2,%o0 ! OpenSSL expects the new value 235 .word 0x93323020 !srlx %o0,32,%o1 238 xor %o1,%o1,%o1 245 add %sp,BIAS+2,%o1 246 .word 0xc19a5a40 !ldda [%o1]ASI_FP16_ [all...] |
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 96 ldx [$inp + 8], %o1 100 srlx %o1, $iright, %g1 101 sllx %o1, $ileft, %o1 104 or %o2, %o1, %o1 107 xor %g5, %o1, %o1 109 movxtod %o1, %f14 206 ldx [$inp + 8], %o1 [all...] |
/third_party/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 96 ldx [$inp + 8], %o1 100 srlx %o1, $iright, %g1 101 sllx %o1, $ileft, %o1 104 or %o2, %o1, %o1 107 xor %g5, %o1, %o1 109 movxtod %o1, %f14 206 ldx [$inp + 8], %o1 [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSpecConstantUtil.hpp | 59 std::vector<T> makeVector (const T& o1) in makeVector() argument 63 vec.push_back(o1); in makeVector() 68 std::vector<T> makeVector (const T& o1, const T& o2) in makeVector() argument 72 vec.push_back(o1); in makeVector() 78 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3) in makeVector() argument 82 vec.push_back(o1); in makeVector() 89 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3, const T& o4) in makeVector() argument 93 vec.push_back(o1); in makeVector()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSpecConstantUtil.hpp | 59 std::vector<T> makeVector (const T& o1) in makeVector() argument 63 vec.push_back(o1); in makeVector() 68 std::vector<T> makeVector (const T& o1, const T& o2) in makeVector() argument 72 vec.push_back(o1); in makeVector() 78 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3) in makeVector() argument 82 vec.push_back(o1); in makeVector() 89 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3, const T& o4) in makeVector() argument 93 vec.push_back(o1); in makeVector()
|
/third_party/node/deps/openssl/openssl/crypto/md5/asm/ |
H A D | md5-sparcv9.pl | 37 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%o7","%g1","%g2"); 233 andcc %o1, 0x7, %g0 243 ldd [%o1 + 0x00], %f8 244 ldd [%o1 + 0x08], %f10 245 ldd [%o1 + 0x10], %f12 246 ldd [%o1 + 0x18], %f14 247 ldd [%o1 + 0x20], %f16 248 ldd [%o1 + 0x28], %f18 249 ldd [%o1 + 0x30], %f20 251 ldd [%o1 [all...] |
/third_party/openssl/crypto/md5/asm/ |
H A D | md5-sparcv9.pl | 37 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%o7","%g1","%g2"); 233 andcc %o1, 0x7, %g0 243 ldd [%o1 + 0x00], %f8 244 ldd [%o1 + 0x08], %f10 245 ldd [%o1 + 0x10], %f12 246 ldd [%o1 + 0x18], %f14 247 ldd [%o1 + 0x20], %f16 248 ldd [%o1 + 0x28], %f18 249 ldd [%o1 + 0x30], %f20 251 ldd [%o1 [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_afreqshift.c | 44 AVFrame *i1, *o1; member 66 type *o1 = (type *)s->o1->extended_data[ch]; \ 83 o2[j] = o1[j]; \ 84 o1[j] = I; \ 92 o2[j] = o1[j]; \ 93 o1[j] = Q; \ 115 type *o1 = (type *)s->o1->extended_data[ch]; \ 132 o2[j] = o1[ [all...] |