Home
last modified time | relevance | path

Searched refs:value_ (Results 1 – 20 of 20) sorted by relevance

/developtools/profiler/device/base/src/
Dstd_semaphore.cpp17 StdSemaphore::StdSemaphore(unsigned int value) : value_(value) {} in StdSemaphore()
24 while (value_ == 0) { in Wait()
27 --value_; in Wait()
39 if (value_ == 0) { in TryWaitLocked()
42 --value_; in TryWaitLocked()
49 if (value_ == 0) { in TimedWait()
62 ++value_; in Post()
70 return value_; in Value()
Dpthread_semaphore.cpp23 PthreadSemaphore::PthreadSemaphore(unsigned int value) : value_(value) in PthreadSemaphore()
38 while (value_ == 0) { in Wait()
41 --value_; in Wait()
57 if (value_) { in TimedWait()
73 if (value_ == 0) { in TryWaitLocked()
76 --value_; in TryWaitLocked()
83 ++value_; in Post()
92 unsigned int val = value_; in Value()
Dpthread_semaphore.h37 volatile unsigned int value_ = 0; variable
Dstd_semaphore.h38 volatile unsigned int value_; variable
/developtools/hiperf/src/
Ddwarf_encoding.cpp27 value_[0] = ReadValue(data); in DwarfEncoding()
64 return value_[0]; in GetValue()
70 return value_[0] + vaddrBase_; in GetAppliedValue()
72 return value_[0] + vaddrText_; in GetAppliedValue()
74 return value_[0] + vaddrPC_; in GetAppliedValue()
78 return value_[0]; in GetAppliedValue()
Dperf_file_format.cpp346 if (!Read(value_)) { in PerfFileSectionU64()
353 value_ = v; in PerfFileSectionU64()
363 Write(value_); in GetBinary()
369 return sizeof(value_); in GetSize()
374 v = value_; in GetValue()
/developtools/profiler/device/plugins/native_daemon/src/
Ddwarf_encoding.cpp27 value_[0] = ReadValue(data); in DwarfEncoding()
64 return value_[0]; in GetValue()
70 return value_[0] + vaddrBase_; in GetAppliedValue()
72 return value_[0] + vaddrText_; in GetAppliedValue()
74 return value_[0] + vaddrPC_; in GetAppliedValue()
78 return value_[0]; in GetAppliedValue()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Ddwarf_encoding.cpp27 value_[0] = ReadValue(data); in DwarfEncoding()
64 return value_[0]; in GetValue()
70 return value_[0] + vaddrBase_; in GetAppliedValue()
72 return value_[0] + vaddrText_; in GetAppliedValue()
74 return value_[0] + vaddrPC_; in GetAppliedValue()
78 return value_[0]; in GetAppliedValue()
Dperf_file_format.cpp346 if (!Read(value_)) { in PerfFileSectionU64()
353 value_ = v; in PerfFileSectionU64()
363 Write(value_); in GetBinary()
369 return sizeof(value_); in GetSize()
374 v = value_; in GetValue()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/
Dcommon_types.h106 value_ = point.value_; in TracePoint()
119 value_ = point.value_;
130 uint64_t value_ = 0; variable
Dprint_event_parser.cpp57 auto cookie = static_cast<uint64_t>(point.value_); in ParsePrintEvent()
63 auto cookie = static_cast<uint64_t>(point.value_); in ParsePrintEvent()
72 …eamFilters_->processMeasureFilter_->AppendNewMeasureData(internalPid, nameIndex, ts, point.value_); in ParsePrintEvent()
223 outPoint.value_ = base::StrToUInt64(valueStr).value(); in HandlerCSF()
/developtools/global_resource_tool/include/
Dsolid_xml.h39 Node(): name_(-1), value_(-1), nameSpace_(-1) {}; in Node()
51 value_ = index; in SetValue()
59 int32_t value_; variable
/developtools/global_resource_tool/src/xml/
Dsolid_xml.cpp173 out.write(reinterpret_cast<const char *>(&value_), sizeof(int32_t)); in RawData()
194 CHECK_IO(in.read(reinterpret_cast<char *>(&value_), sizeof(int32_t))); in LoadFrom()
220 !ChangeToNewKey(oldKeys, newKeys, XmlKeyNode::KeyType::CONSTANT, value_)) { in FlushIndex()
231 !ChangeToNewKey(oldKeys, newKeys, XmlKeyNode::KeyType::CONTENT, value_)) { in FlushIndex()
/developtools/profiler/device/plugins/native_daemon/include/
Ddwarf_encoding.h123 uint64_t value_[2] = {0, 0}; variable
/developtools/hiperf/include/
Ddwarf_encoding.h123 uint64_t value_[2] = {0, 0}; variable
Dperf_file_format.h234 uint64_t value_; variable
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/
Delf_parser_test.h128 uint64_t value_ {0};
/developtools/hiperf/test/unittest/common/native/include/
Delf_parser_test.h128 uint64_t value_ {0};
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Delf_parser_test.cpp491 value_ = static_cast<uint64_t>(value); in Init()
/developtools/hiperf/test/unittest/common/native/
Delf_parser_test.cpp492 value_ = static_cast<uint64_t>(value); in Init()