Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 25 of 39) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
Dproto_reader_help.h130 uint32_t shift = 0; in VarIntDecode() local
133 temp |= static_cast<uint64_t>(currentByte & varIntValueMask) << shift; in VarIntDecode()
138 shift += varIntValueBits; in VarIntDecode()
139 } while (cursor < end && shift < varIntValueDecodeMaxOffset); in VarIntDecode()
/developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/include/
Dproto_reader_help.h130 uint32_t shift = 0; in VarIntDecode() local
133 temp |= static_cast<uint64_t>(currentByte & varIntValueMask) << shift; in VarIntDecode()
138 shift += varIntValueBits; in VarIntDecode()
139 } while (cursor < end && shift < varIntValueDecodeMaxOffset); in VarIntDecode()
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPanePurgPin.ts63 this.purgeablePinSource.shift();
89 this.purgeablePinSource.shift();
171 this.purgeablePinSource.shift();
DTabPanePurgTotal.ts61 this.purgeableTotalSource.shift();
86 this.purgeableTotalSource.shift();
167 this.purgeableTotalSource.shift();
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DFpsLineChartPage.ets33 console.log("GestureEvent--------------shift:" + this.data);
34 this.data.shift() //移除第一个元素
DCPU0LineChartPage.ets36 this.data.shift() //移除第一个元素
DGPULineChartPage.ets38 this.data.shift() //移除第一个元素
DRAMLineChartPage.ets37 this.data.shift() //移除第一个元素
DCurrentNowLineChartPage.ets37 this.data.shift() //移除第一个元素
DShellBackTempLineChartPage.ets37 this.data.shift() //移除第一个元素
DDDRLineChartPage.ets37 this.data.shift() //移除第一个元素
/developtools/profiler/hiebpf/src/
Dringbuffer.cpp23 RingBuffer::RingBuffer(const std::size_t bufSize, const enum MemAlignShift shift) in RingBuffer() argument
25 alignShift_ {shift}
30 switch (shift) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpuStatistics.ts133 this.statisticsSource.shift();
209 this.statisticsSource.shift();
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneVirtualMemoryStatisticsAnalysis.ts62 this.vmStatisticsAnalysisPidData.shift(this.processStatisticsData);
203 this.vmStatisticsAnalysisPidData.shift(this.processStatisticsData);
287 this.vmStatisticsAnalysisTypeData.shift(this.typeStatisticsData);
363 this.vmStatisticsAnalysisThreadData.shift(this.threadStatisticsData);
450 this.vmStatisticsAnalysisSoData.shift(this.libStatisticsData);
881 this.vmStatisticsAnalysisFunctionData.shift(this.functionStatisticsData);
DTabPaneFilesystemStatisticsAnalysis.ts62 this.fileStatisticsAnalysisPidData.shift(this.processStatisticsData);
199 this.fileStatisticsAnalysisPidData.shift(this.processStatisticsData);
272 this.fileStatisticsAnalysisTypeData.shift(this.typeStatisticsData);
361 this.fileStatisticsAnalysisThreadData.shift(this.threadStatisticsData);
458 this.fileStatisticsAnalysisSoData.shift(this.libStatisticsData);
897 this.fileStatisticsAnalysisFunctionData.shift(this.functionStatisticsData);
DTabPaneIOTierStatisticsAnalysis.ts62 this.pidData.shift(this.processStatisticsData);
203 this.pidData.shift(this.processStatisticsData);
277 this.typeData.shift(this.typeStatisticsData);
355 this.threadData.shift(this.threadStatisticsData);
449 this.soData.shift(this.libStatisticsData);
871 this.functionData.shift(this.functionStatisticsData);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneVirtualMemoryStatisticsAnalysis.ts62 this.vmStatisticsAnalysisPidData.shift(this.processStatisticsData);
210 this.vmStatisticsAnalysisPidData.shift(this.processStatisticsData);
289 this.vmStatisticsAnalysisTypeData.shift(this.typeStatisticsData);
372 this.vmStatisticsAnalysisThreadData.shift(this.threadStatisticsData);
458 this.vmStatisticsAnalysisSoData.shift(this.libStatisticsData);
890 this.vmStatisticsAnalysisFunctionData.shift(this.functionStatisticsData);
DTabPaneIOTierStatisticsAnalysis.ts62 this.pidData.shift(this.processStatisticsData);
210 this.pidData.shift(this.processStatisticsData);
289 this.typeData.shift(this.typeStatisticsData);
372 this.threadData.shift(this.threadStatisticsData);
458 this.soData.shift(this.libStatisticsData);
888 this.functionData.shift(this.functionStatisticsData);
DTabPaneFilesystemStatisticsAnalysis.ts62 this.fileStatisticsAnalysisPidData.shift(this.processStatisticsData);
206 this.fileStatisticsAnalysisPidData.shift(this.processStatisticsData);
286 this.fileStatisticsAnalysisTypeData.shift(this.typeStatisticsData);
372 this.fileStatisticsAnalysisThreadData.shift(this.threadStatisticsData);
459 this.fileStatisticsAnalysisSoData.shift(this.libStatisticsData);
900 this.fileStatisticsAnalysisFunctionData.shift(this.functionStatisticsData);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts60 this.pidData.shift(this.allProcessCount);
187 this.pidData.shift(this.allProcessCount);
284 this.threadData.shift(this.allThreadCount);
367 this.soData.shift(this.allLibCount);
727 this.functionData.shift(this.allSymbolCount);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts60 this.pidData.shift(this.allProcessCount);
187 this.pidData.shift(this.allProcessCount);
284 this.threadData.shift(this.allThreadCount);
367 this.soData.shift(this.allLibCount);
721 this.functionData.shift(this.allSymbolCount);
/developtools/profiler/hiebpf/include/
Dringbuffer.h33 const enum MemAlignShift shift = B_ALIGN_SHIFT);
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DforEachComplexModel.ets45 this.calendar.shift()
/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp141 const int shift = 10; in ExtractNumber() local
144 cntInt *= shift; in ExtractNumber()
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/
DTabPaneSmapsStatistics.ts321 this.totalTree.shift();
338 this.sortArray.shift();
409 this.sortArray.shift();

12