| /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/experimental/bits/ |
| H A D | string_view.tcc | 57 return __pos <= this->_M_len ? __pos : npos; in find() 67 return npos; in find() 75 size_type __ret = npos; in find() 103 return npos; in rfind() 120 return npos; in rfind() 136 return npos; in find_first_of() 157 return npos; in find_last_of() 169 return npos; in find_first_not_of() 180 return npos; in find_first_not_of() 201 return npos; in find_last_not_of() [all …]
|
| /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/experimental/bits/ |
| H A D | string_view.tcc | 57 return __pos <= this->_M_len ? __pos : npos; in find() 67 return npos; in find() 75 size_type __ret = npos; in find() 103 return npos; in rfind() 120 return npos; in rfind() 136 return npos; in find_first_of() 157 return npos; in find_last_of() 169 return npos; in find_first_not_of() 180 return npos; in find_first_not_of() 201 return npos; in find_last_not_of() [all …]
|
| /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 | string_view.tcc | 53 return __pos <= this->_M_len ? __pos : npos; in find() 63 return npos; in find() 71 size_type __ret = npos; in find() 99 return npos; in rfind() 116 return npos; in rfind() 133 return npos; in find_first_of() 155 return npos; in find_last_of() 168 return npos; in find_first_not_of() 179 return npos; in find_first_not_of() 201 return npos; in find_last_not_of() [all …]
|
| H A D | basic_string.h | 109 static const size_type npos = static_cast<size_type>(-1); in _GLIBCXX_VISIBILITY() local 475 _M_construct(__start, __start + __str._M_limit(__pos, npos)); in _GLIBCXX_VISIBILITY() 1222 append(const basic_string& __str, size_type __pos, size_type __n = npos) in _GLIBCXX_VISIBILITY() 1319 append(const _Tp& __svt, size_type __pos, size_type __n = npos) in _GLIBCXX_VISIBILITY() 1416 assign(const basic_string& __str, size_type __pos, size_type __n = npos) in _GLIBCXX_VISIBILITY() 1520 assign(const _Tp& __svt, size_type __pos, size_type __n = npos) in _GLIBCXX_VISIBILITY() 1676 size_type __pos2, size_type __n = npos) in _GLIBCXX_VISIBILITY() 1793 size_type __pos2, size_type __n = npos) in _GLIBCXX_VISIBILITY() 1819 erase(size_type __pos = 0, size_type __n = npos) in _GLIBCXX_VISIBILITY() 1822 if (__n == npos) in _GLIBCXX_VISIBILITY() [all …]
|
| /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 | string_view.tcc | 53 return __pos <= this->_M_len ? __pos : npos; in find() 63 return npos; in find() 71 size_type __ret = npos; in find() 99 return npos; in rfind() 116 return npos; in rfind() 133 return npos; in find_first_of() 155 return npos; in find_last_of() 168 return npos; in find_first_not_of() 179 return npos; in find_first_not_of() 201 return npos; in find_last_not_of() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | string_view | 72 static constexpr size_type npos = size_type(-1); 112 constexpr basic_string_view substr(size_type pos = 0, size_type n = npos) const; 125 constexpr size_type rfind(basic_string_view s, size_type pos = npos) const noexcept; 126 constexpr size_type rfind(charT c, size_type pos = npos) const noexcept; 128 constexpr size_type rfind(const charT* s, size_type pos = npos) const; 133 constexpr size_type find_last_of(basic_string_view s, size_type pos = npos) const noexcept; 134 constexpr size_type find_last_of(charT c, size_type pos = npos) const noexcept; 136 constexpr size_type find_last_of(const charT* s, size_type pos = npos) const; 141 … constexpr size_type find_last_not_of(basic_string_view s, size_type pos = npos) const noexcept; 142 constexpr size_type find_last_not_of(charT c, size_type pos = npos) const noexcept; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | string_view | 72 static constexpr size_type npos = size_type(-1); 112 constexpr basic_string_view substr(size_type pos = 0, size_type n = npos) const; 125 constexpr size_type rfind(basic_string_view s, size_type pos = npos) const noexcept; 126 constexpr size_type rfind(charT c, size_type pos = npos) const noexcept; 128 constexpr size_type rfind(const charT* s, size_type pos = npos) const; 133 constexpr size_type find_last_of(basic_string_view s, size_type pos = npos) const noexcept; 134 constexpr size_type find_last_of(charT c, size_type pos = npos) const noexcept; 136 constexpr size_type find_last_of(const charT* s, size_type pos = npos) const; 141 … constexpr size_type find_last_not_of(basic_string_view s, size_type pos = npos) const noexcept; 142 constexpr size_type find_last_not_of(charT c, size_type pos = npos) const noexcept; [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | cvstd.hpp | 471 static const size_t npos = size_t(-1); member in cv::String 475 String(const String& str, size_t pos, size_t len = npos); 510 String substr(size_t pos = 0, size_t len = npos) const; 518 size_t rfind(char c, size_t pos = npos) const; 519 size_t rfind(const String& str, size_t pos = npos) const; 520 size_t rfind(const char* s, size_t pos = npos) const; 528 size_t find_last_of(char c, size_t pos = npos) const; 529 size_t find_last_of(const String& str, size_t pos = npos) const; 530 size_t find_last_of(const char* s, size_t pos = npos) const; 541 String(const std::string& str, size_t pos, size_t len = npos); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | cvstd.hpp | 471 static const size_t npos = size_t(-1); member in cv::String 475 String(const String& str, size_t pos, size_t len = npos); 510 String substr(size_t pos = 0, size_t len = npos) const; 518 size_t rfind(char c, size_t pos = npos) const; 519 size_t rfind(const String& str, size_t pos = npos) const; 520 size_t rfind(const char* s, size_t pos = npos) const; 528 size_t find_last_of(char c, size_t pos = npos) const; 529 size_t find_last_of(const String& str, size_t pos = npos) const; 530 size_t find_last_of(const char* s, size_t pos = npos) const; 541 String(const std::string& str, size_t pos, size_t len = npos); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | cvstd.hpp | 471 static const size_t npos = size_t(-1); member in cv::String 475 String(const String& str, size_t pos, size_t len = npos); 510 String substr(size_t pos = 0, size_t len = npos) const; 518 size_t rfind(char c, size_t pos = npos) const; 519 size_t rfind(const String& str, size_t pos = npos) const; 520 size_t rfind(const char* s, size_t pos = npos) const; 528 size_t find_last_of(char c, size_t pos = npos) const; 529 size_t find_last_of(const String& str, size_t pos = npos) const; 530 size_t find_last_of(const char* s, size_t pos = npos) const; 541 String(const std::string& str, size_t pos, size_t len = npos); [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | url.cpp | 73 if (queryPos == std::string::npos || hashPos < queryPos) { in URL() 74 return { hashPos != std::string::npos ? hashPos : str.size(), 0 }; in URL() 76 return { queryPos, (hashPos != std::string::npos ? hashPos : str.size()) - queryPos }; in URL() 107 const auto endPos = count == std::string::npos ? str.size() : pos + count; in Path() 109 return { pos, slashPos == std::string::npos || slashPos < pos ? 0 : slashPos + 1 - pos }; in Path() 113 const auto endPos = count == std::string::npos ? str.size() : pos + count; in __anon14e840fe0702() 121 if (dotPos == std::string::npos || dotPos < directory.first + directory.second) { in __anon14e840fe0702() 156 const auto amp = result.find('?') != std::string::npos ? result.size() : std::string::npos; in transformURL()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_swcrypto.c | 227 u8 nonce[12], *npos; in _bip_gcmp_protect() local 234 npos = nonce + ETH_ALEN; in _bip_gcmp_protect() 235 *npos++ = gcmp_ipn[5]; in _bip_gcmp_protect() 236 *npos++ = gcmp_ipn[4]; in _bip_gcmp_protect() 237 *npos++ = gcmp_ipn[3]; in _bip_gcmp_protect() 238 *npos++ = gcmp_ipn[2]; in _bip_gcmp_protect() 239 *npos++ = gcmp_ipn[1]; in _bip_gcmp_protect() 240 *npos++ = gcmp_ipn[0]; in _bip_gcmp_protect()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_swcrypto.c | 227 u8 nonce[12], *npos; in _bip_gcmp_protect() local 234 npos = nonce + ETH_ALEN; in _bip_gcmp_protect() 235 *npos++ = gcmp_ipn[5]; in _bip_gcmp_protect() 236 *npos++ = gcmp_ipn[4]; in _bip_gcmp_protect() 237 *npos++ = gcmp_ipn[3]; in _bip_gcmp_protect() 238 *npos++ = gcmp_ipn[2]; in _bip_gcmp_protect() 239 *npos++ = gcmp_ipn[1]; in _bip_gcmp_protect() 240 *npos++ = gcmp_ipn[0]; in _bip_gcmp_protect()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_swcrypto.c | 226 u8 nonce[12], *npos; in _bip_gcmp_protect() local 233 npos = nonce + ETH_ALEN; in _bip_gcmp_protect() 234 *npos++ = gcmp_ipn[5]; in _bip_gcmp_protect() 235 *npos++ = gcmp_ipn[4]; in _bip_gcmp_protect() 236 *npos++ = gcmp_ipn[3]; in _bip_gcmp_protect() 237 *npos++ = gcmp_ipn[2]; in _bip_gcmp_protect() 238 *npos++ = gcmp_ipn[1]; in _bip_gcmp_protect() 239 *npos++ = gcmp_ipn[0]; in _bip_gcmp_protect()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_swcrypto.c | 226 u8 nonce[12], *npos; in _bip_gcmp_protect() local 233 npos = nonce + ETH_ALEN; in _bip_gcmp_protect() 234 *npos++ = gcmp_ipn[5]; in _bip_gcmp_protect() 235 *npos++ = gcmp_ipn[4]; in _bip_gcmp_protect() 236 *npos++ = gcmp_ipn[3]; in _bip_gcmp_protect() 237 *npos++ = gcmp_ipn[2]; in _bip_gcmp_protect() 238 *npos++ = gcmp_ipn[1]; in _bip_gcmp_protect() 239 *npos++ = gcmp_ipn[0]; in _bip_gcmp_protect()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_swcrypto.c | 226 u8 nonce[12], *npos; in _bip_gcmp_protect() local 233 npos = nonce + ETH_ALEN; in _bip_gcmp_protect() 234 *npos++ = gcmp_ipn[5]; in _bip_gcmp_protect() 235 *npos++ = gcmp_ipn[4]; in _bip_gcmp_protect() 236 *npos++ = gcmp_ipn[3]; in _bip_gcmp_protect() 237 *npos++ = gcmp_ipn[2]; in _bip_gcmp_protect() 238 *npos++ = gcmp_ipn[1]; in _bip_gcmp_protect() 239 *npos++ = gcmp_ipn[0]; in _bip_gcmp_protect()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_swcrypto.c | 226 u8 nonce[12], *npos; in _bip_gcmp_protect() local 233 npos = nonce + ETH_ALEN; in _bip_gcmp_protect() 234 *npos++ = gcmp_ipn[5]; in _bip_gcmp_protect() 235 *npos++ = gcmp_ipn[4]; in _bip_gcmp_protect() 236 *npos++ = gcmp_ipn[3]; in _bip_gcmp_protect() 237 *npos++ = gcmp_ipn[2]; in _bip_gcmp_protect() 238 *npos++ = gcmp_ipn[1]; in _bip_gcmp_protect() 239 *npos++ = gcmp_ipn[0]; in _bip_gcmp_protect()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_swcrypto.c | 226 u8 nonce[12], *npos; in _bip_gcmp_protect() local 233 npos = nonce + ETH_ALEN; in _bip_gcmp_protect() 234 *npos++ = gcmp_ipn[5]; in _bip_gcmp_protect() 235 *npos++ = gcmp_ipn[4]; in _bip_gcmp_protect() 236 *npos++ = gcmp_ipn[3]; in _bip_gcmp_protect() 237 *npos++ = gcmp_ipn[2]; in _bip_gcmp_protect() 238 *npos++ = gcmp_ipn[1]; in _bip_gcmp_protect() 239 *npos++ = gcmp_ipn[0]; in _bip_gcmp_protect()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_swcrypto.c | 226 u8 nonce[12], *npos; in _bip_gcmp_protect() local 233 npos = nonce + ETH_ALEN; in _bip_gcmp_protect() 234 *npos++ = gcmp_ipn[5]; in _bip_gcmp_protect() 235 *npos++ = gcmp_ipn[4]; in _bip_gcmp_protect() 236 *npos++ = gcmp_ipn[3]; in _bip_gcmp_protect() 237 *npos++ = gcmp_ipn[2]; in _bip_gcmp_protect() 238 *npos++ = gcmp_ipn[1]; in _bip_gcmp_protect() 239 *npos++ = gcmp_ipn[0]; in _bip_gcmp_protect()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_swcrypto.c | 249 u8 nonce[12], *npos; in _bip_gcmp_protect() local 256 npos = nonce + ETH_ALEN; in _bip_gcmp_protect() 257 *npos++ = gcmp_ipn[5]; in _bip_gcmp_protect() 258 *npos++ = gcmp_ipn[4]; in _bip_gcmp_protect() 259 *npos++ = gcmp_ipn[3]; in _bip_gcmp_protect() 260 *npos++ = gcmp_ipn[2]; in _bip_gcmp_protect() 261 *npos++ = gcmp_ipn[1]; in _bip_gcmp_protect() 262 *npos++ = gcmp_ipn[0]; in _bip_gcmp_protect()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_swcrypto.c | 249 u8 nonce[12], *npos; in _bip_gcmp_protect() local 256 npos = nonce + ETH_ALEN; in _bip_gcmp_protect() 257 *npos++ = gcmp_ipn[5]; in _bip_gcmp_protect() 258 *npos++ = gcmp_ipn[4]; in _bip_gcmp_protect() 259 *npos++ = gcmp_ipn[3]; in _bip_gcmp_protect() 260 *npos++ = gcmp_ipn[2]; in _bip_gcmp_protect() 261 *npos++ = gcmp_ipn[1]; in _bip_gcmp_protect() 262 *npos++ = gcmp_ipn[0]; in _bip_gcmp_protect()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | http_file_source.cpp | 379 return std::string::npos; in headerMatches() 385 return i == headerLength ? i : std::string::npos; in headerMatches() 397 size_t begin = std::string::npos; in headerCallback() 398 if ((begin = headerMatches("last-modified: ", buffer, length)) != std::string::npos) { in headerCallback() 403 } else if ((begin = headerMatches("etag: ", buffer, length)) != std::string::npos) { in headerCallback() 405 } else if ((begin = headerMatches("cache-control: ", buffer, length)) != std::string::npos) { in headerCallback() 410 } else if ((begin = headerMatches("expires: ", buffer, length)) != std::string::npos) { in headerCallback() 413 } else if ((begin = headerMatches("retry-after: ", buffer, length)) != std::string::npos) { in headerCallback() 415 … } else if ((begin = headerMatches("x-rate-limit-reset: ", buffer, length)) != std::string::npos) { in headerCallback()
|
| /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/ext/ |
| H A D | vstring.tcc | 44 __versa_string<_CharT, _Traits, _Alloc, _Base>::npos; member in __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base> 277 return __pos <= __size ? __pos : npos; in find() 287 return npos; in find() 296 size_type __ret = npos; in find() 328 return npos; in rfind() 346 return npos; in rfind() 363 return npos; in find_first_of() 385 return npos; in find_last_of() 398 return npos; in find_first_not_of() 410 return npos; in find_first_not_of() [all …]
|
| /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/ext/ |
| H A D | vstring.tcc | 44 __versa_string<_CharT, _Traits, _Alloc, _Base>::npos; member in __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base> 277 return __pos <= __size ? __pos : npos; in find() 287 return npos; in find() 296 size_type __ret = npos; in find() 328 return npos; in rfind() 346 return npos; in rfind() 363 return npos; in find_first_of() 385 return npos; in find_last_of() 398 return npos; in find_first_not_of() 410 return npos; in find_first_not_of() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | cleanfile | 30 my $npos = ($pos+$nsp+8) & ~7; 31 my $ntab = ($npos >> 3) - ($pos >> 3); 33 $pos = $npos;
|