Home
last modified time | relevance | path

Searched refs:m_literal (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/grantlee5/grantlee-5.2.0/templates/lib/
H A Dvariable.cpp47 QVariant m_literal; member in Grantlee::VariablePrivate
67 d_ptr->m_literal = other.d_ptr->m_literal; in operator =()
96 d->m_literal = intResult; in Variable()
101 d->m_literal = doubleResult; in Variable()
113 d->m_literal = QVariant::fromValue<Grantlee::SafeString>(ss); in Variable()
138 return !d->m_literal.isNull(); in isConstant()
152 return d->m_literal; in literal()
216 if (isSafeString(d->m_literal)) in resolve()
217 var = QVariant::fromValue(getSafeString(d->m_literal)); in resolve()
219 var = d->m_literal; in resolve()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dzinflate.cpp227 , m_blockType(0xff), m_storedLen(0xffff), m_nextDecode(), m_literal(0) in Inflator()
528 if (!literalDecoder.Decode(m_reader, m_literal)) in DecodeBody()
533 if (m_literal < 256) in DecodeBody()
534 OutputByte((byte)m_literal); in DecodeBody()
535 else if (m_literal == 256) // end of block in DecodeBody()
542 if (m_literal > 285) in DecodeBody()
546 CRYPTOPP_ASSERT(m_literal-257 < COUNTOF(lengthExtraBits)); in DecodeBody()
547 bits = lengthExtraBits[m_literal-257]; in DecodeBody()
553 CRYPTOPP_ASSERT(m_literal-257 < COUNTOF(lengthStarts)); in DecodeBody()
554 m_literal = m_reader.GetBits(bits) + lengthStarts[m_literal-257]; in DecodeBody()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dzinflate.cpp227 , m_blockType(0xff), m_storedLen(0xffff), m_nextDecode(), m_literal(0) in Inflator()
528 if (!literalDecoder.Decode(m_reader, m_literal)) in DecodeBody()
533 if (m_literal < 256) in DecodeBody()
534 OutputByte((byte)m_literal); in DecodeBody()
535 else if (m_literal == 256) // end of block in DecodeBody()
542 if (m_literal > 285) in DecodeBody()
546 CRYPTOPP_ASSERT(m_literal-257 < COUNTOF(lengthExtraBits)); in DecodeBody()
547 bits = lengthExtraBits[m_literal-257]; in DecodeBody()
553 CRYPTOPP_ASSERT(m_literal-257 < COUNTOF(lengthStarts)); in DecodeBody()
554 m_literal = m_reader.GetBits(bits) + lengthStarts[m_literal-257]; in DecodeBody()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dzinflate.cpp227 , m_blockType(0xff), m_storedLen(0xffff), m_nextDecode(), m_literal(0) in Inflator()
528 if (!literalDecoder.Decode(m_reader, m_literal)) in DecodeBody()
533 if (m_literal < 256) in DecodeBody()
534 OutputByte((byte)m_literal); in DecodeBody()
535 else if (m_literal == 256) // end of block in DecodeBody()
542 if (m_literal > 285) in DecodeBody()
546 CRYPTOPP_ASSERT(m_literal-257 < COUNTOF(lengthExtraBits)); in DecodeBody()
547 bits = lengthExtraBits[m_literal-257]; in DecodeBody()
553 CRYPTOPP_ASSERT(m_literal-257 < COUNTOF(lengthStarts)); in DecodeBody()
554 m_literal = m_reader.GetBits(bits) + lengthStarts[m_literal-257]; in DecodeBody()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dzinflate.cpp227 , m_blockType(0xff), m_storedLen(0xffff), m_nextDecode(), m_literal(0) in Inflator()
528 if (!literalDecoder.Decode(m_reader, m_literal)) in DecodeBody()
533 if (m_literal < 256) in DecodeBody()
534 OutputByte((byte)m_literal); in DecodeBody()
535 else if (m_literal == 256) // end of block in DecodeBody()
542 if (m_literal > 285) in DecodeBody()
546 CRYPTOPP_ASSERT(m_literal-257 < COUNTOF(lengthExtraBits)); in DecodeBody()
547 bits = lengthExtraBits[m_literal-257]; in DecodeBody()
553 CRYPTOPP_ASSERT(m_literal-257 < COUNTOF(lengthStarts)); in DecodeBody()
554 m_literal = m_reader.GetBits(bits) + lengthStarts[m_literal-257]; in DecodeBody()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/log/src/
H A Ddate_time_format_parser.cpp86 m_literal.push_back('%');
100 m_literal.append(begin, end);
105 if (!m_literal.empty())
107 const char_type* p = m_literal.c_str();
108 callback.on_literal(iterator_range< const char_type* >(p, p + m_literal.size()));
109 m_literal.clear();
114 string_type m_literal;
H A Dnamed_scope_format_parser.cpp486 explicit literal(string_type& lit) { m_literal.swap(lit); }
490 strm << m_literal;
494 string_type m_literal;
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/src/
H A Ddate_time_format_parser.cpp86 m_literal.push_back('%');
100 m_literal.append(begin, end);
105 if (!m_literal.empty())
107 const char_type* p = m_literal.c_str();
108 callback.on_literal(iterator_range< const char_type* >(p, p + m_literal.size()));
109 m_literal.clear();
114 string_type m_literal;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/src/
H A Ddate_time_format_parser.cpp84 m_literal.push_back('%');
98 m_literal.append(begin, end);
103 if (!m_literal.empty())
105 const char_type* p = m_literal.c_str();
106 callback.on_literal(iterator_range< const char_type* >(p, p + m_literal.size()));
107 m_literal.clear();
112 string_type m_literal;
/dports/databases/percona57-server/boost_1_59_0/libs/log/src/
H A Ddate_time_format_parser.cpp84 m_literal.push_back('%');
98 m_literal.append(begin, end);
103 if (!m_literal.empty())
105 const char_type* p = m_literal.c_str();
106 callback.on_literal(iterator_range< const char_type* >(p, p + m_literal.size()));
107 m_literal.clear();
112 string_type m_literal;
/dports/databases/xtrabackup/boost_1_59_0/libs/log/src/
H A Ddate_time_format_parser.cpp84 m_literal.push_back('%');
98 m_literal.append(begin, end);
103 if (!m_literal.empty())
105 const char_type* p = m_literal.c_str();
106 callback.on_literal(iterator_range< const char_type* >(p, p + m_literal.size()));
107 m_literal.clear();
112 string_type m_literal;
/dports/databases/percona57-client/boost_1_59_0/libs/log/src/
H A Ddate_time_format_parser.cpp84 m_literal.push_back('%');
98 m_literal.append(begin, end);
103 if (!m_literal.empty())
105 const char_type* p = m_literal.c_str();
106 callback.on_literal(iterator_range< const char_type* >(p, p + m_literal.size()));
107 m_literal.clear();
112 string_type m_literal;
/dports/devel/boost-libs/boost_1_72_0/libs/log/src/
H A Ddate_time_format_parser.cpp86 m_literal.push_back('%');
100 m_literal.append(begin, end);
105 if (!m_literal.empty())
107 const char_type* p = m_literal.c_str();
108 callback.on_literal(iterator_range< const char_type* >(p, p + m_literal.size()));
109 m_literal.clear();
114 string_type m_literal;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/src/
H A Ddate_time_format_parser.cpp84 m_literal.push_back('%');
98 m_literal.append(begin, end);
103 if (!m_literal.empty())
105 const char_type* p = m_literal.c_str();
106 callback.on_literal(iterator_range< const char_type* >(p, p + m_literal.size()));
107 m_literal.clear();
112 string_type m_literal;
/dports/devel/hyperscan/boost_1_75_0/libs/log/src/
H A Ddate_time_format_parser.cpp86 m_literal.push_back('%');
100 m_literal.append(begin, end);
105 if (!m_literal.empty())
107 const char_type* p = m_literal.c_str();
108 callback.on_literal(iterator_range< const char_type* >(p, p + m_literal.size()));
109 m_literal.clear();
114 string_type m_literal;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dzinflate.cpp226 , m_blockType(0xff), m_storedLen(0xffff), m_nextDecode(), m_literal(0) in Inflator()
521 if (!literalDecoder.Decode(m_reader, m_literal)) in DecodeBody()
526 if (m_literal < 256) in DecodeBody()
527 OutputByte((byte)m_literal); in DecodeBody()
528 else if (m_literal == 256) // end of block in DecodeBody()
535 if (m_literal > 285) in DecodeBody()
539 bits = lengthExtraBits[m_literal-257]; in DecodeBody()
545 m_literal = m_reader.GetBits(bits) + lengthStarts[m_literal-257]; in DecodeBody()
560 OutputPast(m_literal, m_distance); in DecodeBody()
/dports/cad/ktechlab/ktechlab-0.50.0/microbe/
H A Dinstruction.cpp2546 m_literal = 0; in Instruction()
3247 return QString("addlw\t%1").arg( m_literal ); in code()
3274 return QString("andlw\t%1").arg( m_literal ); in code()
3291 behaviour.working.indep = ~m_literal; in behaviour()
3292 behaviour.working.depends = m_literal; in behaviour()
3395 return QString("iorlw\t%1").arg( m_literal ); in code()
3412 behaviour.working.indep = m_literal; in behaviour()
3413 behaviour.working.depends = ~m_literal; in behaviour()
3422 return QString("movlw\t%1").arg( m_literal ); in code()
3430 m_outputState.working.value = m_literal; in generateLinksAndStates()
[all …]
H A Dinstruction.h858 uchar literal() const { return m_literal; } in literal()
896 uchar m_literal; variable
1126 Instr_addlw( int literal ) { m_literal = literal; } in Instr_addlw()
1138 Instr_andlw( int literal ) { m_literal = literal; } in Instr_andlw()
1205 Instr_iorlw( int literal ) { m_literal = literal; } in Instr_iorlw()
1216 Instr_movlw( int literal ) { m_literal = literal; } in Instr_movlw()
1238 Instr_retlw( int literal ) { m_literal = literal; } in Instr_retlw()
1271 Instr_sublw( int literal ) { m_literal = literal; } in Instr_sublw()
1282 Instr_xorlw( int literal ) { m_literal = literal; } in Instr_xorlw()
/dports/devel/ebnf2yacc/ebnf2yacc-0.1.1/
H A Dtraversalcppgenvisitor.cpp116 m_literal.erase(); in write_traversal()
143 m_literal.erase(); in write_traversal_simple()
276 m_literal = *pbase_LITERAL->m_LITERAL; in visit_base_LITERAL()
H A Dvisitorgenvisitor2.cpp81 m_literal.erase(); in visit_production_lhs_expressionListList_TERMINATOR()
127 m_literal = *pbase_LITERAL->m_LITERAL; in visit_base_LITERAL()
H A Dtraversalhppgenvisitor.cpp82 m_literal.erase(); in visit_production_lhs_expressionListList_TERMINATOR()
128 m_literal = *pbase_LITERAL->m_LITERAL; in visit_base_LITERAL()
H A Dvisitorgenvisitor1.cpp85 m_literal.erase(); in visit_production_lhs_expressionListList_TERMINATOR()
125 m_literal = *pbase_LITERAL->m_LITERAL; in visit_base_LITERAL()
H A Dastgenvisitor2.cpp89 m_literal.erase(); in create_class_name()
152 m_literal = *pbase_LITERAL->m_LITERAL; in visit_base_LITERAL()
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/
H A Dast.cc495 MaterializedLiteral* m_literal = property->value()->AsMaterializedLiteral(); in BuildConstantProperties() local
496 if (m_literal != nullptr) { in BuildConstantProperties()
497 m_literal->BuildConstants(isolate); in BuildConstantProperties()
581 MaterializedLiteral* m_literal = element->AsMaterializedLiteral(); in BuildConstantElements() local
582 if (m_literal != nullptr) { in BuildConstantElements()
583 m_literal->BuildConstants(isolate); in BuildConstantElements()
/dports/editors/imhex/ImHex-1.7.0/plugins/libimhex/include/hex/lang/
H A Dast_node.hpp49 …explicit ASTNodeIntegerLiteral(Token::IntegerLiteral literal) : ASTNode(), m_literal(std::move(lit… in ASTNodeIntegerLiteral()
58 return this->m_literal.second; in getValue()
62 return this->m_literal.first; in getType()
66 Token::IntegerLiteral m_literal; member in hex::lang::ASTNodeIntegerLiteral

123