| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | regex_scanner.tcc | 492 _M_print(std::ostream& ostr) in _M_print() argument 497 ostr << "any-character\n"; in _M_print() 500 ostr << "backref\n"; in _M_print() 503 ostr << "bracket-begin\n"; in _M_print() 506 ostr << "bracket-neg-begin\n"; in _M_print() 509 ostr << "bracket-end\n"; in _M_print() 512 ostr << "char-class-name \"" << _M_value << "\"\n"; in _M_print() 515 ostr << "closure0\n"; in _M_print() 518 ostr << "closure1\n"; in _M_print() 521 ostr << "collsymbol \"" << _M_value << "\"\n"; in _M_print() [all …]
|
| H A D | regex_automaton.tcc | 39 _State_base::_M_print(std::ostream& ostr) const in _M_print() 45 ostr << "alt next=" << _M_next << " alt=" << _M_alt; in _M_print() 48 ostr << "subexpr begin next=" << _M_next << " index=" << _M_subexpr; in _M_print() 51 ostr << "subexpr end next=" << _M_next << " index=" << _M_subexpr; in _M_print() 54 ostr << "backref next=" << _M_next << " index=" << _M_backref_index; in _M_print() 57 ostr << "match next=" << _M_next; in _M_print() 60 ostr << "accept next=" << _M_next; in _M_print() 63 ostr << "unknown next=" << _M_next; in _M_print() 66 return ostr; in _M_print()
|
| H A D | regex_automaton.h | 113 _M_print(std::ostream& ostr) const; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | regex_scanner.tcc | 492 _M_print(std::ostream& ostr) in _M_print() argument 497 ostr << "any-character\n"; in _M_print() 500 ostr << "backref\n"; in _M_print() 503 ostr << "bracket-begin\n"; in _M_print() 506 ostr << "bracket-neg-begin\n"; in _M_print() 509 ostr << "bracket-end\n"; in _M_print() 512 ostr << "char-class-name \"" << _M_value << "\"\n"; in _M_print() 515 ostr << "closure0\n"; in _M_print() 518 ostr << "closure1\n"; in _M_print() 521 ostr << "collsymbol \"" << _M_value << "\"\n"; in _M_print() [all …]
|
| H A D | regex_automaton.tcc | 39 _State_base::_M_print(std::ostream& ostr) const in _M_print() 45 ostr << "alt next=" << _M_next << " alt=" << _M_alt; in _M_print() 48 ostr << "subexpr begin next=" << _M_next << " index=" << _M_subexpr; in _M_print() 51 ostr << "subexpr end next=" << _M_next << " index=" << _M_subexpr; in _M_print() 54 ostr << "backref next=" << _M_next << " index=" << _M_backref_index; in _M_print() 57 ostr << "match next=" << _M_next; in _M_print() 60 ostr << "accept next=" << _M_next; in _M_print() 63 ostr << "unknown next=" << _M_next; in _M_print() 66 return ostr; in _M_print()
|
| H A D | regex_automaton.h | 113 _M_print(std::ostream& ostr) const; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | time-utils.c | 67 static int split_start_end(char **start, char **end, const char *ostr, char ch) in split_start_end() argument 72 if (ostr == NULL || *ostr == '\0') in split_start_end() 76 str = strdup(ostr); in split_start_end() 94 int perf_time__parse_str(struct perf_time_interval *ptime, const char *ostr) in perf_time__parse_str() argument 99 rc = split_start_end(&start_str, &end_str, ostr, ','); in perf_time__parse_str() 121 const char *ostr, int size) in perf_time__parse_strs() argument 128 for (cp = ostr; *cp; cp++) in perf_time__parse_strs() 136 str = strdup(ostr); in perf_time__parse_strs() 283 const char *ostr, u64 start, u64 end, in percent_comma_split() argument 289 str = strdup(ostr); in percent_comma_split() [all …]
|
| H A D | time-utils.h | 15 int perf_time__parse_str(struct perf_time_interval *ptime, const char *ostr); 18 const char *ostr, u64 start, u64 end); 20 struct perf_time_interval *perf_time__range_alloc(const char *ostr, int *size);
|
| H A D | clockid.c | 72 const char *ostr = str; in parse_clockid() local 106 ui__warning("unknown clockid %s, check man page\n", ostr); in parse_clockid()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/ |
| H A D | type_index_facade.hpp | 273 inline std::ostream& operator<<(std::ostream& ostr, const type_index_facade<Derived, TypeInfo>& ind… in operator <<() argument 274 ostr << static_cast<Derived const&>(ind).pretty_name(); in operator <<() 275 return ostr; in operator <<() 282 std::basic_ostream<CharT, TriatT>& ostr, in operator <<() argument 285 ostr << static_cast<Derived const&>(ind).pretty_name(); in operator <<() 286 return ostr; in operator <<()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | hmac.c | 24 unsigned char istr[PARTITION_BYTE_SIZE], ostr[PARTITION_BYTE_SIZE]; 32 memset(ostr, 0x00, sizeof(ostr)); 46 memcpy(ostr, tmp_key, tmp_key_len); 52 ostr[i] ^= opad[i];
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
| H A D | Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch | 11 libfdproto/ostr.c | 192 +++++++++++++++++++++-------------------------------- 14 diff --git a/libfdproto/ostr.c b/libfdproto/ostr.c 16 --- a/libfdproto/ostr.c 17 +++ b/libfdproto/ostr.c
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | time-utils-test.c | 36 static bool test__perf_time__parse_str(const char *ostr, u64 start, u64 end) in test__perf_time__parse_str() argument 41 pr_debug("\nperf_time__parse_str(\"%s\")\n", ostr); in test__perf_time__parse_str() 43 err = perf_time__parse_str(&ptime, ostr); in test__perf_time__parse_str()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/spdlog/files/ |
| H A D | 0001-Enable-use-of-external-fmt-library.patch | 48 --- a/include/spdlog/fmt/ostr.h 49 +++ b/include/spdlog/fmt/ostr.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0017-handle-sysroot-support-for-nativesdk-gcc.patch | 470 char *ostr; 481 ostr = concat (relocated_prefix, 485 str = update_path (ostr, p->component); 486 free (ostr);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | cs_CZ | 73 % Tento bod je dodržen pouze pro několik písmen (německé ostré Beta (ss))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | cs_CZ | 73 % Tento bod je dodržen pouze pro několik písmen (německé ostré Beta (ss))
|