Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 188) sorted by relevance

12345678

/arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/AsIntN/
DbuiltinBigIntAsIntN.ts106 const max32 = 2n ** (32n - 1n) - 1n; // INT32_MAX = 2147483647 constant
107 const max32_possible_value = 2n ** 32n - 1n; // 11...11b constant
108 const max64 = 2n ** (64n - 1n) - 1n; // INT64_MAX = 9223372036854775807 constant
109 const max64_possible_value = 2n ** 64n - 1n; // 11...11b constant
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/AsUintN/
DbuiltinBigIntAsUintN.ts106 const max32 = 2n ** 32n - 1n; // UINT32_MAX = 4294967295 constant
107 const max64 = 2n ** 64n - 1n; // UINT64_MAX = 18446744073709551615 constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info_util.cpp25 const char *GetDwTagName(unsigned n) in GetDwTagName()
44 const char *GetDwFormName(unsigned n) in GetDwFormName()
59 const char *GetDwAtName(unsigned n) in GetDwAtName()
74 const char *GetDwOpName(unsigned n) in GetDwOpName()
90 const char *GetDwAteName(unsigned n) in GetDwAteName()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dsrc_position.h56 void SetFileNum(uint16 n) in SetFileNum()
61 void SetColumn(uint16 n) in SetColumn()
66 void SetLineNum(uint32 n) in SetLineNum()
71 void SetRawData(uint32 n) in SetRawData()
76 void SetMplLineNum(uint32 n) in SetMplLineNum()
81 void CondSetLineNum(uint32 n) in CondSetLineNum()
86 void CondSetFileNum(uint16 n) in CondSetFileNum()
/arkcompiler/toolchain/tooling/base/
Dpt_base64.h27 static std::size_t constexpr DecodedSize(std::size_t n) in DecodedSize()
32 static std::size_t constexpr EncodedSize(std::size_t n) in EncodedSize()
/arkcompiler/ets_runtime/test/aottest/typeof/
Dtypeof.ts39 let n:any = null; variable
48 let bigInt = 9007199254740991n; variable
/arkcompiler/runtime_core/libpandafile/
Dfield_data_accessor-inl.h224 size_t n = 0; in GetAnnotationsNumber() local
231 size_t n = 0; in GetRuntimeAnnotationsNumber() local
238 size_t n = 0; in GetRuntimeTypeAnnotationsNumber() local
245 size_t n = 0; in GetTypeAnnotationsNumber() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfield_data_accessor-inl.h222 size_t n = 0; in GetAnnotationsNumber() local
229 size_t n = 0; in GetRuntimeAnnotationsNumber() local
236 size_t n = 0; in GetRuntimeTypeAnnotationsNumber() local
243 size_t n = 0; in GetTypeAnnotationsNumber() local
Dfile_writer.h50 size_t n = RoundUp(offset, alignment) - offset; in Align() local
80 size_t n = leb128::UnsignedEncodingSize(v); in WriteUleb128() local
89 size_t n = leb128::SignedEncodingSize(v); in WriteSleb128() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dfile.h40 Expected<size_t, Error> Read(void *buf, size_t n) const in Read()
49 bool ReadAll(void *buf, size_t n) const in ReadAll()
59 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write()
68 bool WriteAll(const void *buf, size_t n) const in WriteAll()
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h27 static bool IsBetween(int n, int lower, int hign) in IsBetween()
404 static bool MinuteIsValid(int n) in MinuteIsValid()
410 static bool SecondIsValid(int n) in SecondIsValid()
416 static bool HourIsValid(int n) in HourIsValid()
422 static bool MilliSecondIsValid(int n) in MilliSecondIsValid()
457 bool IsValid(int n) const in IsValid()
463 bool IsValidSecond(int n) const in IsValidSecond()
497 static bool MonthIsValid(int n) in MonthIsValid()
502 static bool DayIsValid(int n) in DayIsValid()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h44 Expected<size_t, Error> Read(void *buf, size_t n) const in Read()
53 bool ReadAll(void *buf, size_t n) const in ReadAll()
63 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write()
72 bool WriteAll(const void *buf, size_t n) const in WriteAll()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dfile.h48 Expected<size_t, Error> Read(void *buf, size_t n) const in Read()
57 bool ReadAll(void *buf, size_t n) const in ReadAll()
67 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write()
76 bool WriteAll(const void *buf, size_t n) const in WriteAll()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h51 Expected<size_t, Error> Read(void *buf, size_t n) const in Read()
60 bool ReadAll(void *buf, size_t n) const in ReadAll()
70 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write()
79 bool WriteAll(const void *buf, size_t n) const in WriteAll()
/arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/
Dnone_define.ts22 let n: null = null; variable
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2node_modules/buffer-from/index.js":e=>{var t=Object.prototype.toString,r="undefined"!=typeof Buffe… argument
/arkcompiler/runtime_core/static_core/runtime/tests/
Darray_test.cpp52 static size_t GetArrayObjectSize(ark::Class *klass, size_t n) in GetArrayObjectSize()
57 static void TestArrayObjectSize(ClassRoot classRoot, uint32_t n) in TestArrayObjectSize()
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/
Dtest-builtin-generic-class-type.ts18 let n: Array<number> = [1,2]; variable
/arkcompiler/ets_runtime/test/aottest/pgo_store_deopt/
Dpgo_store_deopt.js16 function foo(str, n) { argument
/arkcompiler/ets_frontend/es2panda/test/parser/unicode/
Dsyntax-error-in-non-utf8-file.js16 b = {n:"�o"}; property
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
DobjectDestructuring26.ts17 … = { er: 5 }] = ["foo", true] } = { z: 5, b: [2, "foo"] } } = { a: { k: 2, b: [true, 2n] }, k: 5 }; variable
DobjectDestructuring27.ts18 var { a: { b: [c = 2, d] = ["foo", true] } = { b: [2, "foo"] } } = { a: { k: 2, b: [true, 2n] }, t:… variable
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/ts/
DVoidBench.ts21 n: number = 500; property in VoidBench
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectDestructuring26.ts17 … = { er: 5 }] = ["foo", true] } = { z: 5, b: [2, "foo"] } } = { a: { k: 2, b: [true, 2n] }, k: 5 }; variable
DobjectDestructuring27.ts18 var { a: { b: [c = 2, d] = ["foo", true] } = { b: [2, "foo"] } } = { a: { k: 2, b: [true, 2n] }, t:… variable

12345678