Home
last modified time | relevance | path

Searched full:signed (Results 1 – 25 of 257) sorted by relevance

1234567891011

/arkcompiler/ets_frontend/es2panda/util/
Denumbitops.h25 /* NOLINTNEXTLINE(hicpp-signed-bitwise) */ \
32 /* NOLINTNEXTLINE(hicpp-signed-bitwise) */ \
39 /* NOLINTNEXTLINE(hicpp-signed-bitwise) */ \
46 /* NOLINTNEXTLINE(hicpp-signed-bitwise) */ \
53 /* NOLINTNEXTLINE(hicpp-signed-bitwise) */ \
59 /* NOLINTNEXTLINE(hicpp-signed-bitwise) */ \
66 /* NOLINTNEXTLINE(hicpp-signed-bitwise) */ \
72 /* NOLINTNEXTLINE(hicpp-signed-bitwise) */ \
/arkcompiler/runtime_core/static_core/libpandafile/
Dtypes.yaml39 - signed
55 - signed
71 - signed
87 - signed
95 - signed
103 - signed
/arkcompiler/runtime_core/libpandafile/
Dtypes.yaml39 - signed
55 - signed
71 - signed
87 - signed
95 - signed
103 - signed
/arkcompiler/ets_frontend/ets2panda/util/
Denumbitops.h43 // NOLINTNEXTLINE(hicpp-signed-bitwise)
51 // NOLINTNEXTLINE(hicpp-signed-bitwise)
59 // NOLINTNEXTLINE(hicpp-signed-bitwise)
67 // NOLINTNEXTLINE(hicpp-signed-bitwise)
75 // NOLINTNEXTLINE(hicpp-signed-bitwise)
82 // NOLINTNEXTLINE(hicpp-signed-bitwise)
90 // NOLINTNEXTLINE(hicpp-signed-bitwise)
97 // NOLINTNEXTLINE(hicpp-signed-bitwise)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cc.def28 CONDCODE(GE, 0xa) /* signed greater than or equal */
29 CONDCODE(LT, 0xb) /* signed less than */
30 CONDCODE(GT, 0xc) /* signed greater than */
31 CONDCODE(LE, 0xd) /* signed less than or equal */
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dleb128.h46 // NOLINTNEXTLINE(hicpp-signed-bitwise) in DecodeUnsigned()
102 static_assert(std::is_signed_v<T>, "T must be signed"); in DecodeSigned()
115 // NOLINTNEXTLINE(hicpp-signed-bitwise) in DecodeSigned()
120 // NOLINTNEXTLINE(hicpp-signed-bitwise) in DecodeSigned()
122 // NOLINTNEXTLINE(hicpp-signed-bitwise) in DecodeSigned()
127 // NOLINTNEXTLINE(hicpp-signed-bitwise) in DecodeSigned()
158 static_assert(std::is_signed_v<T>, "T must be signed"); in EncodeSigned()
165 // NOLINTNEXTLINE(hicpp-signed-bitwise) in EncodeSigned()
186 // NOLINTNEXTLINE(hicpp-signed-bitwise) in SignedEncodingSize()
/arkcompiler/runtime_core/libpandabase/utils/
Dleb128.h97 static_assert(std::is_signed_v<T>, "T must be signed"); in DecodeSigned()
110 // NOLINTNEXTLINE(hicpp-signed-bitwise) in DecodeSigned()
115 // NOLINTNEXTLINE(hicpp-signed-bitwise) in DecodeSigned()
117 // NOLINTNEXTLINE(hicpp-signed-bitwise) in DecodeSigned()
122 // NOLINTNEXTLINE(hicpp-signed-bitwise) in DecodeSigned()
153 static_assert(std::is_signed_v<T>, "T must be signed"); in EncodeSigned()
160 // NOLINTNEXTLINE(hicpp-signed-bitwise) in EncodeSigned()
181 // NOLINTNEXTLINE(hicpp-signed-bitwise) in SignedEncodingSize()
/arkcompiler/runtime_core/static_core/libpandabase/arch/aarch64/
Dcpu_features.cpp27 // NOLINTNEXTLINE(hicpp-signed-bitwise) in CpuFeaturesHasCrc32()
34 // NOLINTNEXTLINE(hicpp-signed-bitwise) in CpuFeaturesHasJscvt()
41 // NOLINTNEXTLINE(hicpp-signed-bitwise) in CpuFeaturesHasAtomics()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.cpp35 return O_WRONLY | O_CREAT | O_TRUNC; // NOLINT(hicpp-signed-bitwise) in GetFlags()
38 return O_RDWR | O_CREAT; // NOLINT(hicpp-signed-bitwise) in GetFlags()
49 // NOLINTNEXTLINE(hicpp-signed-bitwise) in Open()
Dexec.cpp52 if (WIFEXITED(status)) { // NOLINT(hicpp-signed-bitwise) in Exec()
53 return WEXITSTATUS(status); // NOLINT(hicpp-signed-bitwise) in Exec()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dfile.cpp36 return O_WRONLY | O_CREAT | O_TRUNC; // NOLINT(hicpp-signed-bitwise) in GetFlags()
39 return O_RDWR | O_CREAT; // NOLINT(hicpp-signed-bitwise) in GetFlags()
50 // NOLINTNEXTLINE(hicpp-signed-bitwise) in Open()
Dexec.cpp54 if (WIFEXITED(status)) { // NOLINT(hicpp-signed-bitwise) in Wait()
55 return WEXITSTATUS(status); // NOLINT(hicpp-signed-bitwise) in Wait()
Dexec.h63 if (WIFEXITED(status)) { // NOLINT(hicpp-signed-bitwise) in ExecWithCallback()
64 return WEXITSTATUS(status); // NOLINT(hicpp-signed-bitwise) in ExecWithCallback()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dfile.cpp40 return _O_WRONLY | _O_CREAT | _O_TRUNC | _O_BINARY; // NOLINT(hicpp-signed-bitwise) in GetFlags()
43 return _O_RDWR | _O_CREAT | _O_BINARY; // NOLINT(hicpp-signed-bitwise) in GetFlags()
55 // NOLINTNEXTLINE(hicpp-signed-bitwise) in Open()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.cpp40 return _O_WRONLY | _O_CREAT | _O_TRUNC | _O_BINARY; // NOLINT(hicpp-signed-bitwise) in GetFlags()
43 return _O_RDWR | _O_CREAT | _O_BINARY; // NOLINT(hicpp-signed-bitwise) in GetFlags()
55 // NOLINTNEXTLINE(hicpp-signed-bitwise) in Open()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h560 #define READ_INST_OP() READ_INST_8(0) // NOLINT(hicpp-signed-bitwise, cppcoreguidelin…
561 #define READ_INST_4_0() (READ_INST_8(1) & 0xf) // NOLINT(hicpp-signed-bitwise, cppcoreguidelin…
562 #define READ_INST_4_1() (READ_INST_8(1) >> 4 & 0xf) // NOLINT(hicpp-signed-bitwise, cppcoreguidelin…
563 #define READ_INST_4_2() (READ_INST_8(2) & 0xf) // NOLINT(hicpp-signed-bitwise, cppcoreguidelin…
564 #define READ_INST_4_3() (READ_INST_8(2) >> 4 & 0xf) // NOLINT(hicpp-signed-bitwise, cppcoreguidelin…
565 #define READ_INST_8_0() READ_INST_8(1) // NOLINT(hicpp-signed-bitwise, cppcoreguidelin…
566 #define READ_INST_8_1() READ_INST_8(2) // NOLINT(hicpp-signed-bitwise, cppcoreguidelin…
567 #define READ_INST_8_2() READ_INST_8(3) // NOLINT(hicpp-signed-bitwise, cppcoreguidelin…
568 #define READ_INST_8_3() READ_INST_8(4) // NOLINT(hicpp-signed-bitwise, cppcoreguidelin…
569 #define READ_INST_8_4() READ_INST_8(5) // NOLINT(hicpp-signed-bitwise, cppcoreguidelin…
[all …]
/arkcompiler/runtime_core/static_core/verification/util/
Dmem.h47 // NOLINTNEXTLINE(hicpp-signed-bitwise)
52 // NOLINTNEXTLINE(hicpp-signed-bitwise)
87 // NOLINTNEXTLINE(hicpp-signed-bitwise) in ConstructWithTag()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h303 …static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-number… in ShlWithTSType()
306 …tic_cast<int32_t>(static_cast<unsigned_type>(opNumber0) << shift); // NOLINT(hicpp-signed-bitwise) in ShlWithTSType()
319 …static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-num… in ShrWithTSType()
320 auto ret = static_cast<int32_t>(opNumber0 >> shift); // NOLINT(hicpp-signed-bitwise) in ShrWithTSType()
333 …static_cast<uint32_t>(opNumber1) & 0x1f; // NOLINT(hicpp-signed-bitwise, readability-magic-number… in AshrWithTSType()
336 …ic_cast<uint32_t>(static_cast<unsigned_type>(opNumber0) >> shift); // NOLINT(hicpp-signed-bitwise) in AshrWithTSType()
348 // NOLINT(hicpp-signed-bitwise) in AndWithTSType()
361 // NOLINT(hicpp-signed-bitwise) in OrWithTSType()
374 // NOLINT(hicpp-signed-bitwise) in XorWithTSType()
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml85 output_hap_path_signed: [outputs, default, entry-default-signed.hap]
99 output_hap_path_signed: [outputs, default, entry-default-signed.hap]
113 output_hap_path_signed: [outputs, default, entry-default-signed.hap]
126 output_hap_path_signed: [ outputs, default, entry-default-signed.hap]
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp201 // NOLINTNEXTLINE(hicpp-signed-bitwise) in MutexLock()
215 … // NOLINTNEXTLINE(hicpp-signed-bitwise), NOLINTNEXTLINE(C_RULE_ID_FUNCTION_NESTING_LEVEL) in MutexLock()
248 // NOLINTNEXTLINE(hicpp-signed-bitwise) in MutexTryLockWithSpinning()
296 // NOLINTNEXTLINE(hicpp-signed-bitwise) in MutexUnlock()
406 // NOLINTNEXTLINE(hicpp-signed-bitwise), NOLINTNEXTLINE(C_RULE_ID_FUNCTION_NESTING_LEVEL) in Wait()
458 // NOLINTNEXTLINE(hicpp-signed-bitwise) in TimedWait()
460 // NOLINTNEXTLINE(hicpp-signed-bitwise) in TimedWait()
464 // NOLINTNEXTLINE(hicpp-signed-bitwise) in TimedWait()
507 // NOLINTNEXTLINE(hicpp-signed-bitwise) in SignalCount()
515 // NOLINTNEXTLINE(hicpp-signed-bitwise) in SignalCount()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler_sig_stack/
DSamplerAsmTest.cpp28 // hicpp-signed-bitwice)
49 // hicpp-signed-bitwice)
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp155 // NOLINTNEXTLINE(hicpp-signed-bitwise) in WriteLock()
185 // NOLINTNEXTLINE(hicpp-signed-bitwise) in HandleReadLockWait()
270 // NOLINTNEXTLINE(hicpp-signed-bitwise) in WriteUnlock()
323 // NOLINTNEXTLINE(hicpp-signed-bitwise) in Wait()
385 // NOLINTNEXTLINE(hicpp-signed-bitwise) in TimedWait()
387 // NOLINTNEXTLINE(hicpp-signed-bitwise) in TimedWait()
392 // NOLINTNEXTLINE(hicpp-signed-bitwise) in TimedWait()
429 // NOLINTNEXTLINE(hicpp-signed-bitwise) in SignalCount()
437 // NOLINTNEXTLINE(hicpp-signed-bitwise) in SignalCount()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmath_helpers_test.cpp23 // NOLINTBEGIN(readability-magic-numbers,hicpp-signed-bitwise)
47 … // NB! (-num) for unsigned num is well-defined for all num values (unlike for signed -(INT64_MIN)) in TEST()
102 // NOLINTEND(readability-magic-numbers,hicpp-signed-bitwise)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
DSamplerNapiTest.cpp24 // hicpp-signed-bitwice)
66 // hicpp-signed-bitwice)
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h357 …Section(*this, name, SHT_PROGBITS, SHF_ALLOC | SHF_MERGE, nullptr, // NOLINT(hicpp-signed-bitwise) in AddRoDataSection()
412 if ((section->header_.sh_flags & SHF_ALLOC) != 0) { // NOLINT(hicpp-signed-bitwise) in HackAddressesForJit()
512 DataSection hashSection_ = // NOLINTNEXTLINE(hicpp-signed-bitwise)
514 DataSection textSection_ = // NOLINTNEXTLINE(hicpp-signed-bitwise)
518 StringSection dynstrSection_ = // NOLINTNEXTLINE(hicpp-signed-bitwise)
520 SymbolSection dynsymSection_ = // NOLINTNEXTLINE(hicpp-signed-bitwise)
522 // NOLINTNEXTLINE(hicpp-signed-bitwise)
524 // NOLINTNEXTLINE(hicpp-signed-bitwise)
526 DataSection dynamicSection_ = // NOLINTNEXTLINE(hicpp-signed-bitwise)
529 DataSection frameSection_ = // NOLINTNEXTLINE(hicpp-signed-bitwise)
[all …]

1234567891011