| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | longest_common_subsequence.hpp | 31 const std::ptrdiff_t N = endA - a; in longest_common_subsequence() 32 const std::ptrdiff_t M = endB - b; in longest_common_subsequence() 33 const std::ptrdiff_t D = N + M; in longest_common_subsequence() 39 std::vector<std::vector<std::ptrdiff_t>> vs; in longest_common_subsequence() 43 std::vector<std::ptrdiff_t> v; in longest_common_subsequence() 50 for (std::ptrdiff_t d = 0; d <= D; ++d) { in longest_common_subsequence() 51 for (std::ptrdiff_t k = -d; k <= d; k += 2) { in longest_common_subsequence() 52 std::ptrdiff_t x = (k == -d || (k != d && v.at(k - 1 + D) < v.at(k + 1 + D))) in longest_common_subsequence() 56 std::ptrdiff_t y = x - k; in longest_common_subsequence() 75 std::ptrdiff_t x = N; in longest_common_subsequence() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | span | 20 inline constexpr ptrdiff_t dynamic_extent = -1; 23 template <class ElementType, ptrdiff_t Extent = dynamic_extent> 27 template <class ElementType, ptrdiff_t Extent> 29 …(static_cast<ptrdiff_t>(sizeof(ElementType)) * Extent))> as_bytes(span<ElementType, Extent> s) noe… 31 template <class ElementType, ptrdiff_t Extent> 33 …(static_cast<ptrdiff_t>(sizeof(ElementType)) * Extent))> as_writable_bytes(span<ElementType, Exten… 37 template <class ElementType, ptrdiff_t Extent = dynamic_extent> 43 using index_type = ptrdiff_t; 44 using difference_type = ptrdiff_t; 68 template <class OtherElementType, ptrdiff_t OtherExtent> [all …]
|
| H A D | sstream | 265 ptrdiff_t __binp = -1; 266 ptrdiff_t __ninp = -1; 267 ptrdiff_t __einp = -1; 274 ptrdiff_t __bout = -1; 275 ptrdiff_t __nout = -1; 276 ptrdiff_t __eout = -1; 283 ptrdiff_t __hm = __rhs.__hm_ == nullptr ? -1 : __rhs.__hm_ - __p; 306 ptrdiff_t __binp = -1; 307 ptrdiff_t __ninp = -1; 308 ptrdiff_t __einp = -1; [all …]
|
| H A D | __debug | 164 virtual bool __addable(const void*, ptrdiff_t) const = 0; 165 virtual bool __subscriptable(const void*, ptrdiff_t) const = 0; 180 virtual bool __addable(const void*, ptrdiff_t) const; 181 virtual bool __subscriptable(const void*, ptrdiff_t) const; 206 _C_node<_Cont>::__addable(const void* __i, ptrdiff_t __n) const 216 _C_node<_Cont>::__subscriptable(const void* __i, ptrdiff_t __n) const 281 bool __addable(const void* __i, ptrdiff_t __n) const; 282 bool __subscriptable(const void* __i, ptrdiff_t __n) const;
|
| H A D | atomic | 238 T* fetch_add(ptrdiff_t op, memory_order m = memory_order_seq_cst) volatile noexcept; 239 T* fetch_add(ptrdiff_t op, memory_order m = memory_order_seq_cst) noexcept; 240 T* fetch_sub(ptrdiff_t op, memory_order m = memory_order_seq_cst) volatile noexcept; 241 T* fetch_sub(ptrdiff_t op, memory_order m = memory_order_seq_cst) noexcept; 259 T* operator+=(ptrdiff_t op) volatile noexcept; 260 T* operator+=(ptrdiff_t op) noexcept; 261 T* operator-=(ptrdiff_t op) volatile noexcept; 262 T* operator-=(ptrdiff_t op) noexcept; 452 atomic_fetch_add(volatile atomic<T*>* obj, ptrdiff_t op) noexcept; 456 atomic_fetch_add(atomic<T*>* obj, ptrdiff_t op) noexcept; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | span | 20 inline constexpr ptrdiff_t dynamic_extent = -1; 23 template <class ElementType, ptrdiff_t Extent = dynamic_extent> 27 template <class ElementType, ptrdiff_t Extent> 29 …(static_cast<ptrdiff_t>(sizeof(ElementType)) * Extent))> as_bytes(span<ElementType, Extent> s) noe… 31 template <class ElementType, ptrdiff_t Extent> 33 …(static_cast<ptrdiff_t>(sizeof(ElementType)) * Extent))> as_writable_bytes(span<ElementType, Exten… 37 template <class ElementType, ptrdiff_t Extent = dynamic_extent> 43 using index_type = ptrdiff_t; 44 using difference_type = ptrdiff_t; 68 template <class OtherElementType, ptrdiff_t OtherExtent> [all …]
|
| H A D | sstream | 265 ptrdiff_t __binp = -1; 266 ptrdiff_t __ninp = -1; 267 ptrdiff_t __einp = -1; 274 ptrdiff_t __bout = -1; 275 ptrdiff_t __nout = -1; 276 ptrdiff_t __eout = -1; 283 ptrdiff_t __hm = __rhs.__hm_ == nullptr ? -1 : __rhs.__hm_ - __p; 306 ptrdiff_t __binp = -1; 307 ptrdiff_t __ninp = -1; 308 ptrdiff_t __einp = -1; [all …]
|
| H A D | __debug | 164 virtual bool __addable(const void*, ptrdiff_t) const = 0; 165 virtual bool __subscriptable(const void*, ptrdiff_t) const = 0; 180 virtual bool __addable(const void*, ptrdiff_t) const; 181 virtual bool __subscriptable(const void*, ptrdiff_t) const; 206 _C_node<_Cont>::__addable(const void* __i, ptrdiff_t __n) const 216 _C_node<_Cont>::__subscriptable(const void* __i, ptrdiff_t __n) const 281 bool __addable(const void* __i, ptrdiff_t __n) const; 282 bool __subscriptable(const void* __i, ptrdiff_t __n) const;
|
| H A D | atomic | 238 T* fetch_add(ptrdiff_t op, memory_order m = memory_order_seq_cst) volatile noexcept; 239 T* fetch_add(ptrdiff_t op, memory_order m = memory_order_seq_cst) noexcept; 240 T* fetch_sub(ptrdiff_t op, memory_order m = memory_order_seq_cst) volatile noexcept; 241 T* fetch_sub(ptrdiff_t op, memory_order m = memory_order_seq_cst) noexcept; 259 T* operator+=(ptrdiff_t op) volatile noexcept; 260 T* operator+=(ptrdiff_t op) noexcept; 261 T* operator-=(ptrdiff_t op) volatile noexcept; 262 T* operator-=(ptrdiff_t op) noexcept; 452 atomic_fetch_add(volatile atomic<T*>* obj, ptrdiff_t op) noexcept; 456 atomic_fetch_add(atomic<T*>* obj, ptrdiff_t op) noexcept; [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/timezone/tzcode/ |
| H A D | 0001-Fix-C23-related-conformance-bug.patch | 124 /* Return A + B, exiting if the result would overflow either ptrdiff_t 126 -static ATTRIBUTE_REPRODUCIBLE ptrdiff_t 127 +ATTRIBUTE_REPRODUCIBLE static ptrdiff_t 172 -static ATTRIBUTE_REPRODUCIBLE ptrdiff_t 173 +ATTRIBUTE_REPRODUCIBLE static ptrdiff_t 181 -static ATTRIBUTE_REPRODUCIBLE ptrdiff_t 182 +ATTRIBUTE_REPRODUCIBLE static ptrdiff_t 183 size_product(ptrdiff_t nitems, ptrdiff_t itemsize) 186 @@ -502,7 +502,7 @@ size_product(ptrdiff_t nitems, ptrdiff_t itemsize) 190 -static ATTRIBUTE_REPRODUCIBLE ptrdiff_t [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 | stl_tempbuf.h | 99 pair<_Tp*, ptrdiff_t> in _GLIBCXX_VISIBILITY() 100 get_temporary_buffer(ptrdiff_t __len) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 102 const ptrdiff_t __max = in _GLIBCXX_VISIBILITY() 103 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); in _GLIBCXX_VISIBILITY() 112 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len); in _GLIBCXX_VISIBILITY() 115 return std::pair<_Tp*, ptrdiff_t>(static_cast<_Tp*>(0), 0); in _GLIBCXX_VISIBILITY() 145 typedef ptrdiff_t size_type; in _GLIBCXX_VISIBILITY()
|
| H A D | stl_iterator_base_types.h | 125 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, in _GLIBCXX_VISIBILITY() 203 using difference_type = ptrdiff_t; in _GLIBCXX_VISIBILITY() 214 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY() 225 typedef ptrdiff_t difference_type; 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 | stl_tempbuf.h | 99 pair<_Tp*, ptrdiff_t> in _GLIBCXX_VISIBILITY() 100 get_temporary_buffer(ptrdiff_t __len) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 102 const ptrdiff_t __max = in _GLIBCXX_VISIBILITY() 103 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); in _GLIBCXX_VISIBILITY() 112 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len); in _GLIBCXX_VISIBILITY() 115 return std::pair<_Tp*, ptrdiff_t>(static_cast<_Tp*>(0), 0); in _GLIBCXX_VISIBILITY() 145 typedef ptrdiff_t size_type; in _GLIBCXX_VISIBILITY()
|
| H A D | stl_iterator_base_types.h | 125 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, in _GLIBCXX_VISIBILITY() 203 using difference_type = ptrdiff_t; in _GLIBCXX_VISIBILITY() 214 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY() 225 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
|
| /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/ |
| H A D | cxxabi.h | 391 ptrdiff_t 397 return static_cast<ptrdiff_t>(__offset_flags) >> __offset_shift; in __offset() 467 __find_public_src(ptrdiff_t __src2dst, const void* __obj_ptr, 479 __do_dyncast(ptrdiff_t __src2dst, __sub_kind __access_path, 489 __do_find_public_src(ptrdiff_t __src2dst, const void* __obj_ptr, 515 __do_dyncast(ptrdiff_t __src2dst, __sub_kind __access_path, 521 __do_find_public_src(ptrdiff_t __src2dst, const void* __obj_ptr, 560 __do_dyncast(ptrdiff_t __src2dst, __sub_kind __access_path, 566 __do_find_public_src(ptrdiff_t __src2dst, const void* __obj_ptr, 595 ptrdiff_t __src2dst); // How src and dst are related.
|
| /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/ |
| H A D | cxxabi.h | 391 ptrdiff_t 397 return static_cast<ptrdiff_t>(__offset_flags) >> __offset_shift; in __offset() 467 __find_public_src(ptrdiff_t __src2dst, const void* __obj_ptr, 479 __do_dyncast(ptrdiff_t __src2dst, __sub_kind __access_path, 489 __do_find_public_src(ptrdiff_t __src2dst, const void* __obj_ptr, 515 __do_dyncast(ptrdiff_t __src2dst, __sub_kind __access_path, 521 __do_find_public_src(ptrdiff_t __src2dst, const void* __obj_ptr, 560 __do_dyncast(ptrdiff_t __src2dst, __sub_kind __access_path, 566 __do_find_public_src(ptrdiff_t __src2dst, const void* __obj_ptr, 595 ptrdiff_t __src2dst); // How src and dst are related.
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | module.c | 20 static bool riscv_insn_valid_32bit_offset(ptrdiff_t val) in riscv_insn_valid_32bit_offset() 49 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_branch_rela() 62 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_jal_rela() 75 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_rcv_branch_rela() 90 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_rvc_jump_rela() 108 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_pcrel_hi20_rela() 190 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_got_hi20_rela() 212 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_call_plt_rela() 238 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_call_rela()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/ |
| H A D | basic_pointerbuf.hpp | 83 std::ptrdiff_t size = this->egptr() - this->eback(); in seekoff() 84 std::ptrdiff_t pos = this->gptr() - this->eback(); in seekoff() 102 std::ptrdiff_t newpos = static_cast<std::ptrdiff_t>(pos + off); in seekoff()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0022-sync-gcc-stddef.h-with-musl.patch | 6 musl defines ptrdiff_t size_t and wchar_t 36 typedef __PTRDIFF_TYPE__ ptrdiff_t; 41 @@ -178,6 +181,7 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t; 49 @@ -194,6 +198,7 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | line_bucket.hpp | 57 std::ptrdiff_t e1; 58 std::ptrdiff_t e2; 59 std::ptrdiff_t e3;
|
| /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 | pointer.h | 292 typedef std::ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY() 358 operator[](std::ptrdiff_t __index) const in _GLIBCXX_VISIBILITY() 382 inline friend std::ptrdiff_t in _GLIBCXX_VISIBILITY() 386 inline friend std::ptrdiff_t in _GLIBCXX_VISIBILITY() 391 inline friend std::ptrdiff_t in _GLIBCXX_VISIBILITY() 396 inline friend std::ptrdiff_t in _GLIBCXX_VISIBILITY() 401 inline std::ptrdiff_t 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/ext/ |
| H A D | pointer.h | 292 typedef std::ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY() 358 operator[](std::ptrdiff_t __index) const in _GLIBCXX_VISIBILITY() 382 inline friend std::ptrdiff_t in _GLIBCXX_VISIBILITY() 386 inline friend std::ptrdiff_t in _GLIBCXX_VISIBILITY() 391 inline friend std::ptrdiff_t in _GLIBCXX_VISIBILITY() 396 inline friend std::ptrdiff_t in _GLIBCXX_VISIBILITY() 401 inline std::ptrdiff_t in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/snappy/snappy/ |
| H A D | 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch | 21 uint8_t*, ptrdiff_t, T, ptrdiff_t) [with T = char*; uint8_t = unsigned 22 char; ptrdiff_t = int]': 63 @@ -1014,7 +1014,7 @@ void MemMove(ptrdiff_t dst, const void* src, size_t size) {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | iterator_traits.hpp | 56 typedef std::ptrdiff_t difference_type; 67 typedef std::ptrdiff_t difference_type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/ |
| H A D | iterators.hpp | 158 using difference_type = std::ptrdiff_t; 229 using difference_type = std::ptrdiff_t; 288 using difference_type = std::ptrdiff_t;
|