Home
last modified time | relevance | path

Searched defs:SetPos (Results 1 – 6 of 6) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DProgressBar.h18 LRESULT SetPos(int pos) { return SendMsg(PBM_SETPOS, (unsigned)pos, 0); } in SetPos() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/
Dbroadcast_iterator.cc38 void BroadcastIterator::SetPos(int64_t pos) { in SetPos() function in aicpu::BroadcastIterator
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp87 void CProgressDialog::SetPos(UInt64 pos) in SetPos() function in CProgressDialog
DProgressDialog.h51 void SetPos(UInt64 completed) in SetPos() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dcpu_kernel.cc330 void BroadcastIterator::SetPos(size_t pos) { in SetPos() function in mindspore::kernel::BroadcastIterator
401 void MultipleBroadcastIterator::SetPos(size_t pos) { in SetPos() function in mindspore::kernel::MultipleBroadcastIterator
473 void TransposeIterator::SetPos(size_t pos) { in SetPos() function in mindspore::kernel::TransposeIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp988 auto SetPos = SetBI.getIterator(); in rewriteSetCarryExtended() local