Searched defs:d0 (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | arrayLiterals2ES6.ts | 152 let d0 = [1, true, ...temp, ]; // has type (string|number|boolean)[] variable
|
D | arrayLiterals2ES5.ts | 163 let d0 = [1, true, ...temp,]; // has type (string|number|boolean)[] variable
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | utf.cpp | 61 uint8_t d0 = sp[0]; in ConvertMUtf8ToUtf16Pair() local 98 static constexpr uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16() 107 constexpr MUtf8Char ConvertUtf16ToMUtf8(uint16_t d0, uint16_t d1) in ConvertUtf16ToMUtf8()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | utf_helper.cpp | 128 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer) in ConvertUtf16ToUtf8() 245 uint8_t d0 = data[0]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() local
|
D | utf_helper.h | 95 static inline uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16()
|