Home
last modified time | relevance | path

Searched refs:subrange (Results 1 – 11 of 11) sorted by relevance

/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 Dranges233 class subrange : public view_interface<subrange<_It, _Sent, _Kind>>
254 subrange() = default;
257 subrange(__detail::__convertible_to_non_slicing<_It> auto __i, _Sent __s)
263 subrange(__detail::__convertible_to_non_slicing<_It> auto __i, _Sent __s,
274 template<__detail::__not_same_as<subrange> _Rng>
279 subrange(_Rng&& __r) requires _S_store_size && sized_range<_Rng>
280 : subrange(__r, ranges::size(__r))
283 template<__detail::__not_same_as<subrange> _Rng>
288 subrange(_Rng&& __r) requires (!_S_store_size)
289 : subrange{ranges::begin(__r), ranges::end(__r)}
[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/
H A Dranges233 class subrange : public view_interface<subrange<_It, _Sent, _Kind>>
254 subrange() = default;
257 subrange(__detail::__convertible_to_non_slicing<_It> auto __i, _Sent __s)
263 subrange(__detail::__convertible_to_non_slicing<_It> auto __i, _Sent __s,
274 template<__detail::__not_same_as<subrange> _Rng>
279 subrange(_Rng&& __r) requires _S_store_size && sized_range<_Rng>
280 : subrange(__r, ranges::size(__r))
283 template<__detail::__not_same_as<subrange> _Rng>
288 subrange(_Rng&& __r) requires (!_S_store_size)
289 : subrange{ranges::begin(__r), ranges::end(__r)}
[all …]
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1447 if not(last is None or last.hregion.pid == 0 or x < self.attrs.subrange.x.lo):
1448 if last.x < self.attrs.subrange.x.lo:
1449 x0 = self.attrs.subrange.x.lo
1452 if x > self.attrs.subrange.x.hi:
1453 x1 = self.attrs.subrange.x.hi
1474 if point.x > self.attrs.subrange.x.hi:
1477 self.PaintPoint(painter, last, self.attrs.subrange.x.hi + 1)
1557 subrange = attrs.subrange.x
1558 t = subrange.hi - subrange.lo
1587 subrange = attrs.subrange.x
[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 Dranges_algo.h495 constexpr subrange<_Iter1> in _GLIBCXX_VISIBILITY()
557 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
649 constexpr subrange<_Iter1> in _GLIBCXX_VISIBILITY()
1213 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
1254 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
1366 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
1574 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
2384 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
2507 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
2579 subrange<_Iter> in _GLIBCXX_VISIBILITY()
[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 Dranges_algo.h495 constexpr subrange<_Iter1> in _GLIBCXX_VISIBILITY()
557 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
649 constexpr subrange<_Iter1> in _GLIBCXX_VISIBILITY()
1213 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
1254 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
1366 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
1574 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
2384 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
2507 constexpr subrange<_Iter> in _GLIBCXX_VISIBILITY()
2579 subrange<_Iter> in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dstabs.info1298 If the lower bound of a subrange is 0 and the upper bound is -1, the
1319 If the lower bound of a subrange is 0 and the upper bound is
1324 If the lower bound of a subrange is negative and the upper bound is
1328 subrange, the type should be a subrange of itself. I'm not sure whether
1337 If the upper bound of a subrange is 0 and the lower bound is positive,
1338 the type is a floating point type, and the lower bound of the subrange
1667 enumeration or a subrange, and the type is a bitmask whose length
1723 The 'r' type descriptor defines a type as a subrange of another type.
1725 subrange, a semicolon, an integral lower bound, a semicolon, an integral
1728 cleanly, but a subrange which is not an array index has always included
[all …]
H A Dgdb.info14841 enumerated types, subrange types and base types. You can also print the
14937 combine array types, record types, pointer types and subrange types:
H A Dgcc.info5006 Numeric arguments that are known to be bounded to a subrange
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dstabs.info1298 If the lower bound of a subrange is 0 and the upper bound is -1, the
1319 If the lower bound of a subrange is 0 and the upper bound is
1324 If the lower bound of a subrange is negative and the upper bound is
1328 subrange, the type should be a subrange of itself. I'm not sure whether
1337 If the upper bound of a subrange is 0 and the lower bound is positive,
1338 the type is a floating point type, and the lower bound of the subrange
1667 enumeration or a subrange, and the type is a bitmask whose length
1723 The 'r' type descriptor defines a type as a subrange of another type.
1725 subrange, a semicolon, an integral lower bound, a semicolon, an integral
1728 cleanly, but a subrange which is not an array index has always included
[all …]
H A Dgdb.info14841 enumerated types, subrange types and base types. You can also print the
14937 combine array types, record types, pointer types and subrange types:
H A Dgcc.info5006 Numeric arguments that are known to be bounded to a subrange