Home
last modified time | relevance | path

Searched defs:cValue (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/bigintrefnew_fuzzer/
Dbigintrefnew_fuzzer.cpp37 int64_t cValue = 0; in BigIntRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/
Dbiginttoint64_fuzzer.cpp44 int64_t cValue = 0; in BigIntToInt64FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/
Dbiginttouint64_fuzzer.cpp44 uint64_t cValue = 0; in BigIntToUint64FuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/function_ops/
Dfunction_call_void_test.cpp344 const ani_char cValue = 'H'; in TEST_F() local
Dfunction_call_boolean_test.cpp309 const ani_char cValue = 'A'; in TEST_F() local
Dfunction_call_byte_test.cpp309 const ani_char cValue = 'A'; in TEST_F() local
Dfunction_call_long_test.cpp322 const ani_char cValue = 'A'; in TEST_F() local
Dfunction_call_short_test.cpp322 const ani_char cValue = 'A'; in TEST_F() local
Dfunction_call_double_test.cpp323 const ani_char cValue = 'A'; in TEST_F() local
Dfunction_call_float_test.cpp323 const ani_char cValue = 'A'; in TEST_F() local
Dfunction_call_int_test.cpp322 const ani_char cValue = 'A'; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp663 int64_t cValue = 0; in HWTEST_F_L0() local
709 uint64_t cValue = 0; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp638 void BigInt::BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool … in BigIntToInt64()
661 void BigInt::BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, boo… in BigIntToUint64()