Searched refs:length (Results 151 - 167 of 167) sorted by relevance

1234567

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h691 return (type_name.length() <= 20 ||
1257 return s2.length() >= prefix_.length() &&
1258 s2.substr(0, prefix_.length()) == prefix_;
1303 return s2.length() >= suffix_.length() &&
1304 s2.substr(s2.length() - suffix_.length()) == suffix_;
1555 // * kSize is the length of the MatcherList.
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py197 (start_column, length, token_type) = m
201 found_end = found_start + length
744 max_len = 80 - indent - len(line_concat) # Maximum length of the current line
746 new_max_len = max_len - 4 # Maximum length of a continuation line
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.cpp406 if ( low_i < src.length() )
414 if ( low_i < src.length() )
486 int len = length();
586 int minlen = sc_min( nbits, v.length() );
601 int minlen = sc_min( nbits, v.length() );
619 int len = length();
627 int len = length();
H A Dsc_signed.h752 int length() const function in class:sc_dt::sc_signed_bitref_r
931 int length() const function in class:sc_dt::sc_signed_subref_r
1039 sc_unsigned temp( length() );
1328 int length() const { return nbits; } // Bit width. function in class:sc_dt::sc_signed
2314 sc_signed aa( length() );
2340 int nb = v->length();
H A Dsc_unsigned.h657 int length() const function in class:sc_dt::sc_unsigned_bitref_r
835 int length() const function in class:sc_dt::sc_unsigned_subref_r
1228 int length() const { return nbits - 1; } // Bit width. function in class:sc_dt::sc_unsigned
2041 sc_unsigned temp( length() );
2126 sc_unsigned aa( length() );
2150 int nb = v->length();
/gem5/src/systemc/dt/int/
H A Dsc_signed.cc367 if (low_i < src.length())
376 if (low_i < src.length())
450 int len = length();
547 int minlen = sc_min(nbits, v.length());
562 int minlen = sc_min(nbits, v.length());
579 int len = length();
587 int len = length();
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_signed.h408 // concatenation methods (we inherit length and gets from sc_dt::sc_bigint<W>):
612 sc_dt::sc_unsigned tmp(src.length());
1665 sc_dt::sc_signed tmp(length()); tmp = v; *this = tmp;
1808 sc_unsigned tmp(src.length());
H A Dscx_signal_unsigned.h398 // concatenation methods (we inherit length and gets from sc_dt::sc_biguint<W>):
602 sc_dt::sc_unsigned tmp(src.length());
1662 sc_dt::sc_unsigned tmp(length());
1808 sc_dt::sc_unsigned tmp(src.length());
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h1072 const int len = static_cast<int>(message.length());
H A Dgtest-port.cc803 // the regex length, so we won't need to worry about running out of
805 // exponential with respect to the regex length + the string length,
1139 for (size_t i = 0; i != full_flag.length(); i++) {
/gem5/util/streamline/
H A Dm5stats2streamline.py219 # variable length packed 4-byte signed value
244 # variable length packed 8-byte signed value
330 # a packed32 length followed by the specified number of characters
392 length = int32(len(packed_code) + len(packed_core) + len(body))
394 ret = length + packed_code + packed_core + body
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h346 int length() const;
509 int length() const;
2069 sc_fxnum_subref::length() const function in class:sc_dt::sc_fxnum_subref
2071 return m_bv.length();
2420 sc_fxnum_fast_subref::length() const function in class:sc_dt::sc_fxnum_fast_subref
2422 return m_bv.length();
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh307 int length() const;
442 int length() const;
1770 sc_fxnum_subref::length() const function in class:sc_dt::sc_fxnum_subref
1772 return m_bv.length();
2064 sc_fxnum_fast_subref::length() const function in class:sc_dt::sc_fxnum_fast_subref
2066 return m_bv.length();
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h1204 size_t length = (size_t) PYBIND11_BYTES_SIZE(utfNbytes.ptr()) / sizeof(CharT);
1205 if (UTF_N > 8) { buffer++; length--; } // Skip BOM for UTF-16/32
1206 value = StringType(buffer, length);
1341 // surrogate pair with total length 2 instantly indicates a range error (but not a "your
/gem5/system/alpha/console/
H A Dconsole.c237 0xc000, /* 088: palcode memory length */
238 0x2000, /* 090: palcode scratch length */
310 0 /* 018: byte length of device dep portion */
324 ulong length; member in struct:_rpb_name
682 *(ulong *)rpb_name = sizeof(THENAME); /* put in length field */
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_proxy/test01/
H A Dtest01.cpp41 cout << a.length() << endl; \
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h156 short_str.length() <= kProtobufOneLinerMaxLength ?

Completed in 146 milliseconds

1234567