Home
last modified time | relevance | path

Searched full:big (Results 1 – 25 of 131) sorted by relevance

123456

/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DDataView.sts.j283 {%- set impls = ['Little', 'Big'] if bit != 8 else ['Big'] %}
95 … {%- set methodName = ('Big' if bit == 64 and mode != 'Float' else '') + mode + '{}'.format(bit) %}
100 * @returns read value (big endian)
103 return this.get{{methodName}}Big(byteOffset)
108 * @param byteOffset zero index to write (big endian)
111 this.set{{methodName}}Big(byteOffset, value)
119 * @returns read value (big endian)
122 return this.get{{methodName}}Big(byteOffset)
127 * @param byteOffset zero index to write (big endian)
130 this.set{{methodName}}Big(byteOffset, value)
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DDataView.sts83 * @returns read value (big endian)
91 * @param byteOffset zero index to write (big endian)
100 * @returns read value (big endian)
108 * @param byteOffset zero index to write (big endian)
151 * @returns read value (big endian)
159 * @param byteOffset zero index to write (big endian)
168 * @returns read value (big endian)
176 * @param byteOffset zero index to write (big endian)
219 * @returns read value (big endian)
227 * @param byteOffset zero index to write (big endian)
[all …]
/arkcompiler/ets_frontend/arkguard/test/grammar/string_validation/
Dstring_big.ts20 assert(str.big() === '<big>abc</big>', 'success');
/arkcompiler/ets_runtime/test/sharedtest/sharedJSON/
Dexpect_output.txt45 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7…
46 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7…
56 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7…
57 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7…
DsharedJSON.ts37 let input = '{"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,…
121 print(obj.big);
122 print((typeof obj.big === "bigint"));
129 print(obj2.big);
162 print(obj.big);
163 print((typeof obj.big === "bigint"));
170 print(obj2.big);
200 print(obj.big);
205 print((typeof obj.big === "number"));
/arkcompiler/ets_runtime/test/aottest/ldsuperbyname/
Dexpect_output.txt14 Animal big then dog!
Dldsuperbyname.ts21 return 'Animal big then ';
/arkcompiler/toolchain/websocket/test/
Dframe_builder_test.cpp88 // everything is encoded as big-endian
110 // everything is encoded as big-endian
167 // everything is encoded as big-endian
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_method_signature_test.cpp112 EtsMethodSignature big("J[BI[CI[IZ:I"); in TEST_F() local
113 EXPECT_EQ(big.GetProto(), Method::Proto( in TEST_F()
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h105 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3()
166 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3String()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmurmur3_hash.h102 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3()
163 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3String()
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Cbrt/
DbuiltinMathCbrt.ts135 throw new Error("big value")
144 print(Math.cbrt(throwingObj)); //: Error: big value
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_root.cpp20 // CC-OFFNXT(huge_cyclomatic_complexity) big switch case
/arkcompiler/runtime_core/static_core/runtime/mem/
Dhumongous_obj_allocator-inl.h53 … LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "The align is too big for this allocator. Return nullptr."; in Alloc()
65 // the size is too big in Alloc()
66 … LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "The size is too big for this allocator. Return nullptr."; in Alloc()
426 // This pool is too big for inserting in Reserved in TryToInsert()
427 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "It is too big for Reserved memory"; in TryToInsert()
/arkcompiler/runtime_core/static_core/assembler/
Dannotation.h100 // CC-OFFNXT(huge_cyclomatic_complexity[C], huge_method[C], G.FUN.01-CPP) big switch case
175 // CC-OFFNXT(huge_method[C], G.FUN.01-CPP) big switch case
238 // CC-OFFNXT(huge_cyclomatic_complexity[C], huge_method[C], G.FUN.01-CPP) big switch case
313 // CC-OFFNXT(huge_cyclomatic_complexity[C], huge_method[C], G.FUN.01-CPP) big switch case
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Clz32/
DbuiltinMathClz32.ts135 throw new Error("so big");
144 print(Math.clz32(throwingObj)); //: Error: so big
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dstack_like_allocator.h26 // 1. Allocate big memory piece via mmap.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DString.sts1075 …* The big() method creates a string that embeds a string in a <big> element (<big>str</big>), whic…
1077 public big(): String{
1078 return this.CreateHTMLString("big", "")
1083 …ing in a <small> element (<small>str</small>), which causes a string to be displayed in a big font.
1090 …ing in a <blink> element (<blink>str</blink>), which causes a string to be displayed in a big font.
1097 …eds a string in a <bold> element (<b>str</b>), which causes a string to be displayed in a big font.
1104 …embeds a string in a <i> element (<i>str</i>), which causes a string to be displayed in a big font.
1111 … in a <strike> element (<strike>str</strike>), which causes a string to be displayed in a big font.
1118 … a string in a <sub> element (<sub>str</sub>), which causes a string to be displayed in a big font.
1125 … a string in a <sup> element (<sup>str</sup>), which causes a string to be displayed in a big font.
[all …]
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.cpp43 LOG_ECMA(ERROR) << "Regular object mem map big addr fail: " << errno; in InitializeRegularRegionMap()
66 LOG_ECMA(ERROR) << "Huge object mem map big addr fail: " << errno; in InitializeHugeRegionMap()
Dmem_map_allocator.h289 // Random generate big mem map addr to avoid js heap is written by others
300 // Big addr random change in 0x2000000000 ~ 0x2FF0000000 in RandomGenerateBigAddr()
/arkcompiler/toolchain/websocket/
Dnetwork.cpp81 result <<= 8; // 8: result need shift left 8 bits in order to big endian convert to int in NetToHostLongLong()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp125 … DEBUG_ASSERT(size > kMemBlockSizeMin, "Big memory block must be bigger than fixed memory block"); in AllocBigMemBlock()
225 // scoped mem pool don't use big mem block for small size, different with normal mempool
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/interrupt_release_pages_test/
Dinterrupt_release_pages_test.cpp100 // Check that allocation of big array is successful in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_es_checked/
Dstring.yaml49 - method: big
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dsparse_datainfo.h29 * range is big.like in live analysis, in some extreme case the

123456