Home
last modified time | relevance | path

Searched refs:__count (Results 1 – 25 of 99) sorted by relevance

1234

/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dhv-gpci-requests.h52 REQUEST(__count(0, 8, processor_time_in_timebase_cycles)
74 __count(0x8, 8, entitled_cycles)
75 __count(0x10, 8, consumed_capped_cycles)
76 __count(0x18, 8, consumed_uncapped_cycles)
77 __count(0x20, 8, cycles_donated)
78 __count(0x28, 8, purr_idle_cycles)
91 __count(0x8, 8, instructions_completed)
92 __count(0x10, 8, cycles)
112 __count(0x10, 8, total_link_cycles)
113 __count(0x18, 8, idle_cycles_for_a_link)
[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/libc/usr/include/sys/
H A Duio.h41 extern ssize_t readv (int __fd, const struct iovec *__iovec, int __count)
52 extern ssize_t writev (int __fd, const struct iovec *__iovec, int __count)
67 extern ssize_t preadv (int __fd, const struct iovec *__iovec, int __count,
79 extern ssize_t pwritev (int __fd, const struct iovec *__iovec, int __count,
85 int __count, __off64_t __offset),
88 int __count, __off64_t __offset),
106 extern ssize_t preadv64 (int __fd, const struct iovec *__iovec, int __count,
118 extern ssize_t pwritev64 (int __fd, const struct iovec *__iovec, int __count,
127 extern ssize_t preadv2 (int __fp, const struct iovec *__iovec, int __count,
131 extern ssize_t pwritev2 (int __fd, const struct iovec *__iodev, int __count,
[all …]
H A Dsendfile.h34 size_t __count) __THROW;
39 size_t __count), sendfile64);
46 size_t __count) __THROW;
/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/include/sys/
H A Duio.h41 extern ssize_t readv (int __fd, const struct iovec *__iovec, int __count)
52 extern ssize_t writev (int __fd, const struct iovec *__iovec, int __count)
67 extern ssize_t preadv (int __fd, const struct iovec *__iovec, int __count,
79 extern ssize_t pwritev (int __fd, const struct iovec *__iovec, int __count,
85 int __count, __off64_t __offset),
88 int __count, __off64_t __offset),
106 extern ssize_t preadv64 (int __fd, const struct iovec *__iovec, int __count,
118 extern ssize_t pwritev64 (int __fd, const struct iovec *__iovec, int __count,
127 extern ssize_t preadv2 (int __fp, const struct iovec *__iovec, int __count,
131 extern ssize_t pwritev2 (int __fd, const struct iovec *__iodev, int __count,
[all …]
H A Dsendfile.h34 size_t __count) __THROW;
39 size_t __count), sendfile64);
46 size_t __count) __THROW;
/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 Dstl_construct.h193 __destroy_n(_ForwardIterator __first, _Size __count) in _GLIBCXX_VISIBILITY()
195 for (; __count > 0; (void)++__first, --__count) in _GLIBCXX_VISIBILITY()
206 __destroy_n(_ForwardIterator __first, _Size __count) in _GLIBCXX_VISIBILITY()
208 std::advance(__first, __count); in _GLIBCXX_VISIBILITY()
220 _Destroy_n(_ForwardIterator __first, _Size __count) in _GLIBCXX_VISIBILITY()
231 return _Destroy_n_aux<false>::__destroy_n(__first, __count); in _GLIBCXX_VISIBILITY()
234 __destroy_n(__first, __count); in _GLIBCXX_VISIBILITY()
247 destroy_n(_ForwardIterator __first, _Size __count) in _GLIBCXX_VISIBILITY()
249 return std::_Destroy_n(__first, __count); in _GLIBCXX_VISIBILITY()
H A Dlocale_conv.h57 size_t& __count, _Fn __fn) in _GLIBCXX_VISIBILITY()
62 __count = 0; in _GLIBCXX_VISIBILITY()
85 __count = __next - __first; in _GLIBCXX_VISIBILITY()
96 __count = __last - __first; in _GLIBCXX_VISIBILITY()
101 __count = __next - __first; in _GLIBCXX_VISIBILITY()
111 _State& __state, size_t& __count) in _GLIBCXX_VISIBILITY()
120 __count, __fn); in _GLIBCXX_VISIBILITY()
154 _State& __state, size_t& __count) in _GLIBCXX_VISIBILITY()
163 __count, __fn); in _GLIBCXX_VISIBILITY()
199 _State& __state, size_t& __count) 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 Dstl_construct.h193 __destroy_n(_ForwardIterator __first, _Size __count) in _GLIBCXX_VISIBILITY()
195 for (; __count > 0; (void)++__first, --__count) in _GLIBCXX_VISIBILITY()
206 __destroy_n(_ForwardIterator __first, _Size __count) in _GLIBCXX_VISIBILITY()
208 std::advance(__first, __count); in _GLIBCXX_VISIBILITY()
220 _Destroy_n(_ForwardIterator __first, _Size __count) in _GLIBCXX_VISIBILITY()
231 return _Destroy_n_aux<false>::__destroy_n(__first, __count); in _GLIBCXX_VISIBILITY()
234 __destroy_n(__first, __count); in _GLIBCXX_VISIBILITY()
247 destroy_n(_ForwardIterator __first, _Size __count) in _GLIBCXX_VISIBILITY()
249 return std::_Destroy_n(__first, __count); in _GLIBCXX_VISIBILITY()
H A Dlocale_conv.h57 size_t& __count, _Fn __fn) in _GLIBCXX_VISIBILITY()
62 __count = 0; in _GLIBCXX_VISIBILITY()
85 __count = __next - __first; in _GLIBCXX_VISIBILITY()
96 __count = __last - __first; in _GLIBCXX_VISIBILITY()
101 __count = __next - __first; in _GLIBCXX_VISIBILITY()
111 _State& __state, size_t& __count) in _GLIBCXX_VISIBILITY()
120 __count, __fn); in _GLIBCXX_VISIBILITY()
154 _State& __state, size_t& __count) in _GLIBCXX_VISIBILITY()
163 __count, __fn); in _GLIBCXX_VISIBILITY()
199 _State& __state, size_t& __count) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dspan217 _LIBCPP_INLINE_VISIBILITY constexpr span(pointer __ptr, index_type __count) : __data{__ptr}
218 …{ (void)__count; _LIBCPP_ASSERT(_Extent == __count, "size mismatch in span's constructor (ptr, len…
278 constexpr span<element_type, dynamic_extent> first(index_type __count) const noexcept
280 … _LIBCPP_ASSERT(__count >= 0 && __count <= size(), "Count out of range in span::first(count)");
281 return {data(), __count};
285 constexpr span<element_type, dynamic_extent> last(index_type __count) const noexcept
287 … _LIBCPP_ASSERT(__count >= 0 && __count <= size(), "Count out of range in span::last(count)");
288 return {data() + size() - __count, __count};
303 subspan(index_type __offset, index_type __count = dynamic_extent) const noexcept
306 …_LIBCPP_ASSERT((__count >= 0 && __count <= size()) || __count == dynamic_extent, "Count out of r…
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dspan217 _LIBCPP_INLINE_VISIBILITY constexpr span(pointer __ptr, index_type __count) : __data{__ptr}
218 …{ (void)__count; _LIBCPP_ASSERT(_Extent == __count, "size mismatch in span's constructor (ptr, len…
278 constexpr span<element_type, dynamic_extent> first(index_type __count) const noexcept
280 … _LIBCPP_ASSERT(__count >= 0 && __count <= size(), "Count out of range in span::first(count)");
281 return {data(), __count};
285 constexpr span<element_type, dynamic_extent> last(index_type __count) const noexcept
287 … _LIBCPP_ASSERT(__count >= 0 && __count <= size(), "Count out of range in span::last(count)");
288 return {data() + size() - __count, __count};
303 subspan(index_type __offset, index_type __count = dynamic_extent) const noexcept
306 …_LIBCPP_ASSERT((__count >= 0 && __count <= size()) || __count == dynamic_extent, "Count out of 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/ext/
H A Dmemory72 __uninitialized_copy_n(_InputIter __first, _Size __count,
78 for (; __count > 0 ; --__count, ++__first, ++__cur)
91 __uninitialized_copy_n(_RandomAccessIter __first, _Size __count,
95 _RandomAccessIter __last = __first + __count;
102 __uninitialized_copy_n(_InputIter __first, _Size __count,
105 return __gnu_cxx::__uninitialized_copy_n(__first, __count, __result,
112 * @param __count Length
114 * @return __result + (__first + __count)
121 uninitialized_copy_n(_InputIter __first, _Size __count,
124 return __gnu_cxx::__uninitialized_copy_n(__first, __count, __result,
[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/ext/
H A Dmemory72 __uninitialized_copy_n(_InputIter __first, _Size __count,
78 for (; __count > 0 ; --__count, ++__first, ++__cur)
91 __uninitialized_copy_n(_RandomAccessIter __first, _Size __count,
95 _RandomAccessIter __last = __first + __count;
102 __uninitialized_copy_n(_InputIter __first, _Size __count,
105 return __gnu_cxx::__uninitialized_copy_n(__first, __count, __result,
112 * @param __count Length
114 * @return __result + (__first + __count)
121 uninitialized_copy_n(_InputIter __first, _Size __count,
124 return __gnu_cxx::__uninitialized_copy_n(__first, __count, __result,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dmmintrin.h456 _mm_sll_pi16 (__m64 __m, __m64 __count) in _mm_sll_pi16() argument
458 return (__m64) __builtin_arm_wsllh ((__v4hi)__m, __count); in _mm_sll_pi16()
462 _mm_slli_pi16 (__m64 __m, int __count) in _mm_slli_pi16() argument
464 return (__m64) __builtin_arm_wsllhi ((__v4hi)__m, __count); in _mm_slli_pi16()
469 _mm_sll_pi32 (__m64 __m, __m64 __count) in _mm_sll_pi32() argument
471 return (__m64) __builtin_arm_wsllw ((__v2si)__m, __count); in _mm_sll_pi32()
475 _mm_slli_pi32 (__m64 __m, int __count) in _mm_slli_pi32() argument
477 return (__m64) __builtin_arm_wsllwi ((__v2si)__m, __count); in _mm_slli_pi32()
482 _mm_sll_si64 (__m64 __m, __m64 __count) in _mm_sll_si64() argument
484 return (__m64) __builtin_arm_wslld (__m, __count); in _mm_sll_si64()
[all …]
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dlib.h230 int __j, __k, __count; \
245 for (__j = __count = 0; __j < (L)->size; __j++) \
246 __count += __lvec[__j]->size; \
247 if (!vec_setup(profile, __pvec, __count, (GFP))) { \
252 __count -= aa_vec_unique(__pvec, __count, 0); \
253 if (__count > 1) { \
255 __count, (GFP)); \
261 vec_cleanup(profile, __pvec, __count); \
/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 Dspan160 span(_It __first, size_type __count)
162 : _M_extent(__count), _M_ptr(std::to_address(__first))
166 __glibcxx_assert(__count == _Extent);
322 first(size_type __count) const noexcept
324 __glibcxx_assert(__count <= size());
325 return { this->data(), __count };
341 last(size_type __count) const noexcept
343 __glibcxx_assert(__count <= size());
344 return { this->data() + (this->size() - __count), __count };
380 subspan(size_type __offset, size_type __count = dynamic_extent) const
[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 Dspan160 span(_It __first, size_type __count)
162 : _M_extent(__count), _M_ptr(std::to_address(__first))
166 __glibcxx_assert(__count == _Extent);
322 first(size_type __count) const noexcept
324 __glibcxx_assert(__count <= size());
325 return { this->data(), __count };
341 last(size_type __count) const noexcept
343 __glibcxx_assert(__count <= size());
344 return { this->data() + (this->size() - __count), __count };
380 subspan(size_type __offset, size_type __count = dynamic_extent) const
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Duser.c100 .__count = REFCOUNT_INIT(1),
127 refcount_inc(&user->__count); in uid_hash_find()
172 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags)) in free_uid()
192 refcount_set(&new->__count, 1); in alloc_uid()
/OK3568_Linux_fs/kernel/include/trace/
H A Dperf.h25 #define __perf_count(c) (__count = (c))
39 u64 __count = 1; \
69 event_call, __count, __regs, \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dreent.h562 _r->_misc->_mblen_state.__count = 0; \
564 _r->_misc->_wctomb_state.__count = 0; \
566 _r->_misc->_mbtowc_state.__count = 0; \
568 _r->_misc->_mbrlen_state.__count = 0; \
570 _r->_misc->_mbrtowc_state.__count = 0; \
572 _r->_misc->_mbsrtowcs_state.__count = 0; \
574 _r->_misc->_wcrtomb_state.__count = 0; \
576 _r->_misc->_wcsrtombs_state.__count = 0; \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dreent.h562 _r->_misc->_mblen_state.__count = 0; \
564 _r->_misc->_wctomb_state.__count = 0; \
566 _r->_misc->_mbtowc_state.__count = 0; \
568 _r->_misc->_mbrlen_state.__count = 0; \
570 _r->_misc->_mbrtowc_state.__count = 0; \
572 _r->_misc->_mbsrtowcs_state.__count = 0; \
574 _r->_misc->_wcrtomb_state.__count = 0; \
576 _r->_misc->_wcsrtombs_state.__count = 0; \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dfunctional305 const std::size_t __count = _VSTD::distance(__f, __l);
309 for ( std::size_t __i = 1; __i < __count; ++__i )
323 const std::size_t __count = _VSTD::distance(__f, __l);
325 if (__count > 0)
327 _VSTD::vector<value_type> __scratch(__count);
330 for ( std::size_t __i = 0; __i <= __count; __i++ )
331 __suffix[__i] = __count - __scratch[__count-1];
336 for ( std::size_t __i = 0; __i < __count; __i++ )
338 const std::size_t __j = __count - __scratch[__i];
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dfunctional305 const std::size_t __count = _VSTD::distance(__f, __l);
309 for ( std::size_t __i = 1; __i < __count; ++__i )
323 const std::size_t __count = _VSTD::distance(__f, __l);
325 if (__count > 0)
327 _VSTD::vector<value_type> __scratch(__count);
330 for ( std::size_t __i = 0; __i <= __count; __i++ )
331 __suffix[__i] = __count - __scratch[__count-1];
336 for ( std::size_t __i = 0; __i < __count; __i++ )
338 const std::size_t __j = __count - __scratch[__i];
/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/pstl/
H A Dunseq_backend_simd.h218 _DifferenceType __count = 0; in __simd_count() local
219 _PSTL_PRAGMA_SIMD_REDUCTION(+ : __count) in __simd_count()
222 ++__count; in __simd_count()
224 return __count; in __simd_count()
285 _DifferenceType __count = 0; in __simd_calc_mask_2() local
287 _PSTL_PRAGMA_SIMD_REDUCTION(+ : __count) in __simd_calc_mask_2()
291 __count += __mask[__i]; in __simd_calc_mask_2()
293 return __count; in __simd_calc_mask_2()
300 _DifferenceType __count = 0; in __simd_calc_mask_1() local
302 _PSTL_PRAGMA_SIMD_REDUCTION(+ : __count) in __simd_calc_mask_1()
[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/pstl/
H A Dunseq_backend_simd.h218 _DifferenceType __count = 0; in __simd_count() local
219 _PSTL_PRAGMA_SIMD_REDUCTION(+ : __count) in __simd_count()
222 ++__count; in __simd_count()
224 return __count; in __simd_count()
285 _DifferenceType __count = 0; in __simd_calc_mask_2() local
287 _PSTL_PRAGMA_SIMD_REDUCTION(+ : __count) in __simd_calc_mask_2()
291 __count += __mask[__i]; in __simd_calc_mask_2()
293 return __count; in __simd_calc_mask_2()
300 _DifferenceType __count = 0; in __simd_calc_mask_1() local
302 _PSTL_PRAGMA_SIMD_REDUCTION(+ : __count) in __simd_calc_mask_1()
[all …]

1234