Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 124) sorted by relevance

12345

/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …js":e=>{var t=Object.prototype.toString,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.al… argument
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/
DexportsApi4_toplevel.js18 exports.areaTest = (r) => PI * r ** 2; argument
20 exports.circumferenceTest = (r) => 2 * PI * r; argument
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/
DexportsApi4.js18 exports.areaTest1 = (r) => PI * r ** 2; argument
20 exports.circumferenceTest1 = (r) => 2 * PI * r; argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/genmc/
Dmutex_test_4.cpp37 int r = g_shared; in Thread1() local
50 int r = g_shared; in Thread2() local
62 int r = g_shared; in Thread3() local
Dcommon.h34 int r = g_shared; in CheckGlobalVar() local
Dmutex_test_3.cpp36 int r = g_shared; in Threadn() local
/arkcompiler/runtime_core/libpandabase/tests/genmc/
Dmutex_test_4.cpp39 int r = g_shared; in Thread1() local
53 int r = g_shared; in Thread2() local
66 int r = g_shared; in Thread3() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_isa.h72 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/
Dreg_encoder.cpp120 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/
Dlarge_func_acc.ts21 var r = 0; variable
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
DrecursiveTypeofWithProperty.ts26 r: number variable
DobjectDestructuring20.ts18 …r } | { a: number, b: string, c: { a: number, b: boolean } } | { a: number, r: boolean } = { a: 12… variable
/arkcompiler/ets_runtime/ecmascript/base/
Dhash_combine.h31 const uint32_t r = 47; in HashCombine() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DrecursiveTypeofWithProperty.ts26 r: number variable
DobjectDestructuring20.ts18 …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-2/runner/extensions/generators/ets_es_checked/generate-es-checked/src/
Dtypes.rb16 def self.value_is_number(r) argument
24 def self.value_is_string(r) argument
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/
Dtypes.rb16 def self.value_is_number(r) argument
24 def self.value_is_string(r) argument
/arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/
Denum_define.ts20 let r = Color.red; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-regular-expression.ts19 export let r: RegExpExecArray | null = matchResult; variable
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h90 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/static_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h88 for (size_t r = firstBit; r < mask_.size(); r++) { variable
94 for (size_t r = 0; r < firstBit; r++) { variable
/arkcompiler/runtime_core/libpandabase/serializer/
Dserializer.h128 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/
Dtarget_info.h111 #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/
Dserializer.h135 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/
Dsample_info.h84 [[maybe_unused]] int r = memcpy_s(&value, sizeof(value), ptr, sizeof(value)); in ReadUintptrTBitMisaligned() local
92 [[maybe_unused]] int r = memcpy_s(&value, sizeof(value), ptr, sizeof(value)); in ReadUint32TBitMisaligned() local

12345