Home
last modified time | relevance | path

Searched refs:m_srcs (Results 1 – 16 of 16) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/entropy/
H A Dentropy_srcs.cpp171 m_srcs.push_back(std::move(src)); in add_source()
178 for(size_t i = 0; i != m_srcs.size(); ++i) in enabled_sources()
180 sources.push_back(m_srcs[i]->name()); in enabled_sources()
195 for(size_t i = 0; i != m_srcs.size(); ++i) in poll()
197 bits_collected += m_srcs[i]->poll(rng); in poll()
208 for(size_t i = 0; i != m_srcs.size(); ++i) in poll_just()
210 if(m_srcs[i]->name() == the_src) in poll_just()
212 return m_srcs[i]->poll(rng); in poll_just()
H A Dentropy_src.h82 std::vector<std::unique_ptr<Entropy_Source>> m_srcs;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/entropy/
H A Dentropy_srcs.cpp171 m_srcs.push_back(std::move(src)); in add_source()
178 for(size_t i = 0; i != m_srcs.size(); ++i) in enabled_sources()
180 sources.push_back(m_srcs[i]->name()); in enabled_sources()
195 for(size_t i = 0; i != m_srcs.size(); ++i) in poll()
197 bits_collected += m_srcs[i]->poll(rng); in poll()
208 for(size_t i = 0; i != m_srcs.size(); ++i) in poll_just()
210 if(m_srcs[i]->name() == the_src) in poll_just()
212 return m_srcs[i]->poll(rng); in poll_just()
H A Dentropy_src.h82 std::vector<std::unique_ptr<Entropy_Source>> m_srcs;
/dports/security/botan2/Botan-2.18.2/src/lib/entropy/
H A Dentropy_srcs.cpp171 m_srcs.push_back(std::move(src)); in add_source()
178 for(size_t i = 0; i != m_srcs.size(); ++i) in enabled_sources()
180 sources.push_back(m_srcs[i]->name()); in enabled_sources()
195 for(size_t i = 0; i != m_srcs.size(); ++i) in poll()
197 bits_collected += m_srcs[i]->poll(rng); in poll()
208 for(size_t i = 0; i != m_srcs.size(); ++i) in poll_just()
210 if(m_srcs[i]->name() == the_src) in poll_just()
212 return m_srcs[i]->poll(rng); in poll_just()
H A Dentropy_src.h82 std::vector<std::unique_ptr<Entropy_Source>> m_srcs;
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DInstruction.cpp87 m_srcs[ix].setDirectSource(srcMod, rnm, reg, rgn, type); in setDirectSource()
101 m_srcs[ix].setMacroSource(srcMod, rName, reg, acc, rgn, type); in setMacroSource()
114 m_srcs[ix].setInidirectSource(srcMod, regName, reg, immediateOffset, rgn, type); in setInidirectSource()
122 m_srcs[ix].setImmediateSource(val, type); in setImmediateSource()
129 m_srcs[ix].setLabelSource(pc, type); in setLabelSource()
134 m_srcs[ix].setLabelSource(block, type); in setLabelSource()
153 m_srcs[ix] = op; in setSource()
H A DInstBuilder.hpp130 OperandInfo m_srcs[3]; member in iga::InstBuilder
227 for (auto &m_src : m_srcs) { in clearInstState()
438 const OperandInfo &src = m_srcs[i]; in InstEnd()
860 m_srcs[srcOpIx] = opInfo; in InstSrcOp()
996 m_srcs[srcOpIx].loc = loc; in InstDpasSrcOp()
997 m_srcs[srcOpIx].kind = Operand::Kind::DIRECT; in InstDpasSrcOp()
998 m_srcs[srcOpIx].regOpSrcMod = SrcModifier::NONE; in InstDpasSrcOp()
999 m_srcs[srcOpIx].regOpName = rnm; in InstDpasSrcOp()
1000 m_srcs[srcOpIx].regOpReg = reg; in InstDpasSrcOp()
1001 m_srcs[srcOpIx].regOpRgn = in InstDpasSrcOp()
[all …]
H A DInstruction.hpp222 const Operand& getSource(size_t srcNum) const {return m_srcs[srcNum];} in getSource()
223 Operand& getSource(size_t srcNum) {return m_srcs[srcNum];} in getSource()
224 const Operand& getSource(SourceIndex srcNum) const {return m_srcs[(int)srcNum];} in getSource()
225 Operand& getSource(SourceIndex srcNum) {return m_srcs[(int)srcNum];} in getSource()
245 const Block *getJIP() const {return m_srcs[0].getTargetBlock();} in getJIP()
246 const Block *getUIP() const {return m_srcs[1].getTargetBlock();} in getUIP()
269 Operand m_srcs[3]; member in iga::Instruction
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvtextfm.cpp418 src_text_fragment_t * * m_srcs; member in LVFormatter
471 m_srcs = NULL; in LVFormatter()
974 m_srcs = cr_realloc(m_staticBufs ? NULL : m_srcs, m_size); in allocate()
1001 m_srcs = m_static_srcs; in allocate()
1020 m_srcs[m_length] = NULL; in allocate()
1151 m_srcs[pos] = src; in copyText()
1169 m_srcs[pos] = src; in copyText()
1195 m_srcs[pos] = src; in copyText()
2701 if (start < end-1 && m_srcs[start+1] == m_srcs[start]) { in addLine()
4425 free( m_srcs ); in dealloc()
[all …]
/dports/net/kget/kget-21.12.3/transfer-plugins/checksumsearch/
H A Dchecksumsearch.cpp35 m_srcs(srcs), in ChecksumSearch()
52 if (m_srcs.isEmpty() || m_types.isEmpty()) { in createDownload()
55 m_src = m_srcs.takeFirst(); in createDownload()
H A Dchecksumsearch.h86 QList<QUrl> m_srcs; variable
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtests.cpp883 if(m_srcs.empty()) in get_next_line()
890 m_srcs.push_back(full_path); in get_next_line()
895 m_srcs.assign(fs.begin(), fs.end()); in get_next_line()
896 if(m_srcs.empty()) in get_next_line()
910 m_cur.reset(new std::ifstream(m_srcs[0])); in get_next_line()
911 m_cur_src_name = m_srcs[0]; in get_next_line()
925 m_srcs.pop_front(); in get_next_line()
H A Dtests.h645 std::deque<std::string> m_srcs; variable
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtests.cpp883 if(m_srcs.empty()) in get_next_line()
890 m_srcs.push_back(full_path); in get_next_line()
895 m_srcs.assign(fs.begin(), fs.end()); in get_next_line()
896 if(m_srcs.empty()) in get_next_line()
910 m_cur.reset(new std::ifstream(m_srcs[0])); in get_next_line()
911 m_cur_src_name = m_srcs[0]; in get_next_line()
925 m_srcs.pop_front(); in get_next_line()
H A Dtests.h645 std::deque<std::string> m_srcs; variable