| /arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/ |
| D | exportsApi4.js | 18 exports.areaTest1 = (r) => PI * r ** 2; argument 20 exports.circumferenceTest1 = (r) => 2 * PI * r; argument
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/ |
| D | exportsApi4_toplevel.js | 18 exports.areaTest = (r) => PI * r ** 2; argument 20 exports.circumferenceTest = (r) => 2 * PI * r; argument
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …js":e=>{var t=Object.prototype.toString,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.al… argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/genmc/ |
| D | mutex_test_4.cpp | 37 int r = g_shared; in Thread1() local 50 int r = g_shared; in Thread2() local 62 int r = g_shared; in Thread3() local
|
| D | common.h | 34 int r = g_shared; in CheckGlobalVar() local
|
| D | mutex_test_3.cpp | 36 int r = g_shared; in Threadn() local
|
| D | mutex_test_genmc.cpp | 33 int r = g_shared; in ThreadN() local
|
| /arkcompiler/runtime_core/libpandabase/tests/genmc/ |
| D | mutex_test_4.cpp | 39 int r = g_shared; in Thread1() local 53 int r = g_shared; in Thread2() local 66 int r = g_shared; in Thread3() local
|
| D | mutex_test_genmc.cpp | 34 int r = g_shared; in ThreadN() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_isa.h | 72 static inline bool IsGPRegister(X64reg r) in IsGPRegister() 77 static inline bool IsFPSIMDRegister(X64reg r) in IsFPSIMDRegister() 82 static inline bool IsFPRegister(X64reg r) in IsFPRegister() 87 static inline bool IsSIMDRegister(X64reg r) in IsSIMDRegister() 92 static inline bool IsPhysicalRegister(regno_t r) in IsPhysicalRegister() 97 static inline RegType GetRegType(X64reg r) in GetRegType()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.cpp | 120 for (compiler::Register r = 0; r < num_regs; r++) { in RunImpl() local 143 static bool RegNeedsRenumbering(panda::compiler::Register r) in RegNeedsRenumbering() 148 static panda::compiler::Register RenumberReg(const panda::compiler::Register r, const panda::compil… in RenumberReg() 228 compiler::Register r = num_non_args - 1; in RenumberArgRegs() local 262 for (compiler::Register r = min_reg; r < min_reg + num_temps; r++) { in RenumberArgRegs() local 267 for (compiler::Register r = num_locals; r < min_reg; r++) { in RenumberArgRegs() local 274 for (compiler::Register r = min_reg; r < frame_size; r++) { in RenumberArgRegs() local
|
| /arkcompiler/ets_runtime/test/aottest/large_func_acc/ |
| D | large_func_acc.ts | 21 var r = 0; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | recursiveTypeofWithProperty.ts | 26 r: number variable
|
| D | objectDestructuring20.ts | 18 …r } | { a: number, b: string, c: { a: number, b: boolean } } | { a: number, r: boolean } = { a: 12… variable
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/ |
| D | recursiveTypeofWithProperty.ts | 26 r: number variable
|
| D | objectDestructuring20.ts | 18 …r } | { a: number, b: string, c: { a: number, b: boolean } } | { a: number, r: boolean } = { a: 12… variable
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/ |
| D | types.rb | 16 def self.value_is_number(r) argument 24 def self.value_is_string(r) argument
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/ |
| D | enum_define.ts | 20 let r = Color.red; variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | location_mask.h | 87 for (size_t r = firstBit; r < mask_.size(); r++) { variable 93 for (size_t r = 0; r < firstBit; r++) { variable
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | location_mask.h | 90 for (size_t r = first_bit; r < mask_.size(); r++) { variable 96 for (size_t r = 0; r < first_bit; r++) { variable
|
| /arkcompiler/runtime_core/libpandabase/serializer/ |
| D | serializer.h | 128 auto r = BufferToType(data, size, str_size); in BufferToType() local 152 auto r = BufferToType(data, size, vector_size); in BufferToType() local 175 auto r = BufferToType(data, size, count); in BufferToType() local 309 auto r = RawBufferToStruct<N>(data, size, str); in BufferToStruct() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | target_info.h | 111 #define DEF_ENUM(r) id_##r, argument 128 #define DEF_REG_NAME(r) #r, argument 133 #define DEF_FP_REG_NAME_X86(r) "xmm" #r, argument 158 #define DEF_FP_REG_NAME_AARCH_64(r) "r" #r, argument 163 #define DEF_FP_REG_NAME_AARCH_64(r) "d" #r, argument 189 #define DEF_FP_REG_NAME_AARCH_32(r) "r" #r, argument 194 #define DEF_FP_REG_NAME_AARCH_32(r) "d" #r, argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/serializer/ |
| D | serializer.h | 135 auto r = BufferToType(data, size, strSize); in BufferToType() local 152 auto r = BufferToType(data, size, vectorSize); in BufferToType() local 175 auto r = BufferToType(data, size, count); in BufferToType() local 309 auto r = RawBufferToStruct<N>(data, size, out); in BufferToStruct() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sample_info.h | 82 [[maybe_unused]] int r = memcpy_s(&value, sizeof(value), ptr, sizeof(value)); in ReadUintptrTBitMisaligned() local 90 [[maybe_unused]] int r = memcpy_s(&value, sizeof(value), ptr, sizeof(value)); in ReadUint32TBitMisaligned() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/bouncing_pandas/ |
| D | bouncing_pandas.js | 27 r = new Vec2(0, 0); field in SBody
|