Home
last modified time | relevance | path

Searched defs:signed_value (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/
H A DDwarfMemory.cpp39 SignedType signed_value; in ReadSigned() local
181 int64_t signed_value; in ReadEncodedValue() local
H A DDwarfOp.cpp1701 SignedType signed_value = static_cast<SignedType>(stack_[0]); in op_abs() local
1756 SignedType signed_value = static_cast<SignedType>(stack_[0]); in op_neg() local
1804 SignedType signed_value = static_cast<SignedType>(stack_[0]) >> top; in op_shra() local
/aosp_15_r20/external/pigweed/pw_protobuf/
H A Dstream_decoder.cc346 const int64_t signed_value = decode_type == VarintType::kZigZag in ReadOneVarint() local
358 const int64_t signed_value = decode_type == VarintType::kZigZag in ReadOneVarint() local
/aosp_15_r20/external/stg/
H A Dbtf_reader.cc213 const int32_t signed_value = unsigned_value; in BuildEnums() local
231 const int64_t signed_value = unsigned_value; in BuildEnums64() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DStructuredData.h227 if (auto *signed_value = item_sp->GetAsSignedInteger()) in GetItemAtIndexAsInteger() local
441 if (auto signed_value = value_sp->GetAsSignedInteger()) { in GetValueForKeyAsInteger() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DStructuredData.h227 if (auto *signed_value = item_sp->GetAsSignedInteger()) in GetItemAtIndexAsInteger() local
441 if (auto signed_value = value_sp->GetAsSignedInteger()) { in GetValueForKeyAsInteger() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DStructuredData.h227 if (auto *signed_value = item_sp->GetAsSignedInteger()) in GetItemAtIndexAsInteger() local
441 if (auto signed_value = value_sp->GetAsSignedInteger()) { in GetValueForKeyAsInteger() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DStructuredData.h228 if (auto signed_value = value_sp->GetAsSignedInteger()) { in GetItemAtIndexAsInteger() local
455 if (auto signed_value = value_sp->GetAsSignedInteger()) { in GetValueForKeyAsInteger() local
/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_field_extraction.h44 T signed_value = 0; in DecodeFromUnsignedToType() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcomparison_expander.cc46 auto signed_value = computation->AddInstruction( in BitcastConvertFloatingPointToIntegral() local
/aosp_15_r20/external/fmtlib/test/
H A Dprintf-test.cc336 long long signed_value = 0; in test_length() local