Home
last modified time | relevance | path

Searched full:u8 (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/arkcompiler/runtime_core/taihe/test/ani_arraybuffer/idl/
Darraybuffer.taihe15 function SumArrayU8(nums: @arraybuffer Array<u8>): u8;
16 function GetArrayBuffer(nums: u8): @arraybuffer Array<u8>;
17 function DoubleArrayBuffer(nums: @arraybuffer Array<u8>): @arraybuffer Array<u8>;
39 function DoubleBufferToInt8Array(nums: @arraybuffer Array<u8>): @arraybuffer Array<u8>;
40 function DoubleBufferToInt16Array(nums: @arraybuffer Array<u8>): @arraybuffer Array<u8>;
41 function DoubleBufferToInt32Array(nums: @arraybuffer Array<u8>): @arraybuffer Array<u8>;
42 function DoubleBufferToUint16Array(nums: @arraybuffer Array<u8>): @arraybuffer Array<u8>;
43 function DoubleBufferToUint32Array(nums: @arraybuffer Array<u8>): @arraybuffer Array<u8>;
/arkcompiler/runtime_core/disassembler/tests/expected/
Dmodule-start-export.pa25 u8 pkgName@ = 0x0
26 u8 isCommonjs = 0x0
31 u8 pkgName@ = 0x0
32 u8 isCommonjs = 0x0
37 u8 pkgName@ = 0x0
38 u8 isCommonjs = 0x0
43 u8 pkgName@ = 0x0
44 u8 isCommonjs = 0x0
Dmodule-import-file.pa25 u8 pkgName@ = 0x0
26 u8 isCommonjs = 0x0
31 u8 pkgName@ = 0x0
32 u8 isCommonjs = 0x0
37 u8 pkgName@ = 0x0
38 u8 isCommonjs = 0x0
43 u8 pkgName@ = 0x0
44 u8 isCommonjs = 0x0
Dmodule-indirect-export.pa25 u8 pkgName@ = 0x0
26 u8 isCommonjs = 0x0
31 u8 pkgName@ = 0x0
32 u8 isCommonjs = 0x0
37 u8 pkgName@ = 0x0
38 u8 isCommonjs = 0x0
43 u8 pkgName@ = 0x0
44 u8 isCommonjs = 0x0
Dmodule-regular-import.pa23 u8 pkgName@ = 0x0
24 u8 isCommonjs = 0x0
29 u8 pkgName@ = 0x0
30 u8 isCommonjs = 0x0
Dmodule-namespace-import.pa23 u8 pkgName@ = 0x0
24 u8 isCommonjs = 0x0
29 u8 pkgName@ = 0x0
30 u8 isCommonjs = 0x0
/arkcompiler/runtime_core/static_core/verification/
Dverification.yaml60 - u8
124 sign: u8
133 u8:
272 - u8
283 - u8
290 u8:
294 - u8
308 - u8
320 - u8
334 - u8
[all …]
/arkcompiler/runtime_core/disassembler/tests/sources/
Dcalls.pa18 .function u8 B.Bhandler_unspec(B a0) {
22 .function u8 B.Bhandler_short(B a0, u1 a1) {
26 .function u8 B.Bhandler_short2(B a0, u1[] a1, i64 a2) {
48 .function u8 handler_unspec() {
52 .function u8 handler_short(u1 a0) {
56 .function u8 handler_short2(u1 a0, i64 a1) {
74 .function u8 handler_unspec_ext() <external>
76 .function u8 handler_short_ext(u1 a0) <external>
78 .function u8 handler_short2_ext(u1 a0, i64 a1) <external>
/arkcompiler/runtime_core/isa/
Disa.yaml431 - sig: getasynciterator imm:u8
436 - sig: ldprivateproperty imm1:u8, imm2:u16, imm3:u16
441 - sig: stprivateproperty imm1:u8, imm2:u16, imm3:u16, v:in:top
446 - sig: testin imm1:u8, imm2:u16, imm3:u16
451 - sig: definefieldbyname imm:u8, string_id, v:in:top
456 - sig: definepropertybyname imm:u8, string_id, v:in:top
494 - sig: createobjectwithexcludedkeys imm:u8, v1:in:top, v2:in:top
525 - sig: createregexpwithliteral imm1:u16, string_id, imm2:u8
535 - sig: newobjrange imm1:u16, imm2:u8, v:in:top
546 - sig: newlexenv imm:u8
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dldarru.8.yaml32 - sig: ldarru.8 v:in:u8[]
45 - values: ['u8[]']
55 - sig: ldarru.8 v:in:u8[]
65 .array arr_u8 u8 1 { 1 }
94 - values: [u8]
109 - sig: ldarru.8 v:in:u8[]
144 - values: ['u8[]']
156 - sig: ldarru.8 v:in:u8[]
192 - values: ['u8[]']
203 - sig: ldarru.8 v:in:u8[]
[all …]
Dldstatic.yaml21 u8 fu8 <static>
188 # u8
189 - values: [0, 'u8', 0, 'u8', 'ucmp']
190 - values: [0x000000ff, 'u8', 0x000000ff, 'u8', 'ucmp']
191 - values: [0x000000a5, 'u8', 0x000000a5, 'u8', 'ucmp']
/arkcompiler/runtime_core/taihe/test/ani_typedarray/idl/
Dbar.taihe15 function SumUint8Array(v: @typedarray Array<u8>): i8;
16 function NewUint8Array(n: i64, v: i8): @typedarray Array<u8>;
46 CreateUint8Array(a: @typedarray Array<u8>): void;
47 PrintUint8Array(a: @typedarray Array<u8>): @typedarray Array<u8>;
48 @set("Uint8Array") SetUint8Array(a: @typedarray Array<u8>): void;
49 @get("Uint8Array") GetUint8Array(): @typedarray Array<u8>;
96 …ConvertToInt64Array(a: @typedarray Array<u8>, b: @typedarray Array<u16>, c: @typedarray Array<u32>…
99 GetUint8ArrayOptional(a: Optional<@typedarray Array<u8>>): @typedarray Array<i32>;
110 …nt8Arrays(m : @record Map<String, @typedarray Array<u8>>) : @record Map<String, @typedarray Array<
124 a: @typedarray Array<u8>;
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/benchmarks/
Dcaller.ets28 …g, u2: String, u3: String, u4: String, u5: String, u6: String, u7: String, u8: String, u9: String)…
29 …e, u2: double, u3: double, u4: double, u5: double, u6: double, u7: double, u8: double, u9: double)…
30 …>, u5: FixedArray<double>, u6: FixedArray<double>, u7: FixedArray<double>, u8: FixedArray<double>,…
104 let u8 = "foo8";
107 PassStrings(u0, u1, u2, u3, u4, u5, u6, u7, u8, u9);
132 let u8 = .8;
135 PassNumbers(u0, u1, u2, u3, u4, u5, u6, u7, u8, u9);
160 let u8: FixedArray<double> = [.8];
163 PassArrays(u0, u1, u2, u3, u4, u5, u6, u7, u8, u9);
214 let u8 = "foo8";
[all …]
Dcaller.js66 let u8 = 'foo8';
69 PassStrings(u0, u1, u2, u3, u4, u5, u6, u7, u8, u9);
83 let u8 = 0.8;
86 PassNumbers(u0, u1, u2, u3, u4, u5, u6, u7, u8, u9);
100 let u8 = [0.8];
103 PassArrays(u0, u1, u2, u3, u4, u5, u6, u7, u8, u9);
Dcallee.ets48 u8: string,
61 u8: FixedArray<double>,
74 u8: number,
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldarru.8.yaml41 - sig: ldarru.8 v:in:u8[]
54 - values: ['u8[]']
64 - sig: ldarru.8 v:in:u8[]
88 - sig: ldarru.8 v:in:u8[]
98 .array arr_u8 u8 1 { 1 }
127 - values: [u8]
142 - sig: ldarru.8 v:in:u8[]
188 - sig: ldarru.8 v:in:u8[]
225 - values: ['u8[]']
237 - sig: ldarru.8 v:in:u8[]
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
Dasync-function-expression1.ets21 let u8 = new Uint8Array([1, 2, 3]);
26 "blobType": u8,
39 let u8 = new Uint8Array([1, 2, 3]);
44 "blobType": u8,
Dasync-function-expression2.ets21 let u8 = new Uint8Array([1, 2, 3]);
26 "blobType": u8,
39 let u8 = new Uint8Array([1, 2, 3]);
44 "blobType": u8,
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Dcommonjs.cpp26 isCommonJsField.type = panda::pandasm::Type("u8", 0); in SetCommonjsField()
28 …panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::U8>(static_cast<uint8_t>(isCommon… in SetCommonjsField()
38 isCommonJsField.type = panda::pandasm::Type("u8", 0); in GenCommonjsRecord()
40 … panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::U8>(static_cast<uint8_t>(true))); in GenCommonjsRecord()
/arkcompiler/runtime_core/static_core/runtime/templates/
Dintrinsics.rb23 'u8' => 'U8',
45 'u8',
66 'u8' => 'H',
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/
Dtest_frontend.ets34 let u8: String = "foo8";
37 Nop(u0, u1, u2, u3, u4, u5, u6, u7, u8, u9);
51 let u8: double = 8;
54 Nop(u0, u1, u2, u3, u4, u5, u6, u7, u8, u9);
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/as/
Dtest_type_annotation5.ts17 let a: (a: i32, b: u8) /* @@ label */u8
/arkcompiler/runtime_core/static_core/irtoc/
Dintrinsics.yaml259 description: Expand the the lower 4 u8 into 4 u16
272 args: [ u64, u8 ]
319 args: [ u8, u8* ]
320 description: Find u8 char in 32-byte block of memory addressed by the second operand
335 args: [ u8, u8* ]
336 description: Find u8 char in 16-byte block of memory addressed by the second operand
/arkcompiler/ets_frontend/ets2panda/linter/test/regression/
D14860.ets25 const u8 = new Uint8Array();
26 u8.buffer as ArrayBuffer;
/arkcompiler/ets_frontend/ets2panda/test/parser/as/
Dtest_type_annotation.ts20 let d: (a: (b: void, c?: i32) => u8[], b: i64[] | null) => u8[] | null

12345678910>>...15