Searched defs:i32 (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-typed-array.ts | 20 export let i32 = new Int32Array([1]); variable
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | encoder_operands.cpp | 38 int32_t i32; in TEST() local 188 int32_t i32 = random_gen(), i32_z = 0, i32_min = std::numeric_limits<int32_t>::min(), in TEST() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/include/ |
| D | panda_types.h | 132 int32_t i32; member
|
| D | interop-types.h | 87 InteropInt32 i32; member
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | pt_json_test.cpp | 155 int32_t i32; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | encoder_operands.cpp | 309 int32_t i32 = g_randomGen(), i32Z = 0U, i32Min = std::numeric_limits<int32_t>::min(), in TEST() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 532 IrConstructor &i32() // NOLINT(readability-identifier-naming) in i32() function
|
| /arkcompiler/runtime_core/taihe/test/ani_namespace/author/src/ |
| D | inner.impl.cpp | 99 int32_t i32 = -2147483648; // 32位有符号整数,范围: -2,147,483,648 到 2,147,483,647 member in __anon3a406d300111::TestInterface
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 649 IrConstructor &i32() // NOLINT(readability-identifier-naming) in i32() function
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_parser_test.cpp | 1869 int32_t i32 = -700000; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 2424 LiteCGType *i32 = lmirBuilder_->i32Type; in VisitInitVreg() local
|