Home
last modified time | relevance | path

Searched refs:__idx (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_wr.h452 #define csio_get_q(__hw, __idx) ((__hw)->wrm.q_arr[__idx]) argument
453 #define csio_q_type(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->type) argument
454 #define csio_q_pidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pidx) argument
455 #define csio_q_cidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->cidx) argument
456 #define csio_q_inc_idx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->inc_idx) argument
457 #define csio_q_vstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->vstart) argument
458 #define csio_q_pstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pstart) argument
459 #define csio_q_size(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->size) argument
460 #define csio_q_credits(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->credits) argument
461 #define csio_q_portid(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->portid) argument
[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/bits/
H A Dstdlib-bsearch.h23 size_t __l, __u, __idx; in bsearch() local
31 __idx = (__l + __u) / 2; in bsearch()
32 __p = (void *) (((const char *) __base) + (__idx * __size)); in bsearch()
35 __u = __idx; in bsearch()
37 __l = __idx + 1; in bsearch()
/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/bits/
H A Dstdlib-bsearch.h23 size_t __l, __u, __idx; in bsearch() local
31 __idx = (__l + __u) / 2; in bsearch()
32 __p = (void *) (((const char *) __base) + (__idx * __size)); in bsearch()
35 __u = __idx; in bsearch()
37 __l = __idx + 1; in bsearch()
/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 Dvstring.h2695 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2697 __idx, __base); } in _GLIBCXX_VISIBILITY()
2700 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2702 __idx, __base); } in _GLIBCXX_VISIBILITY()
2705 stoul(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2707 __idx, __base); } in _GLIBCXX_VISIBILITY()
2710 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2712 __idx, __base); } in _GLIBCXX_VISIBILITY()
2715 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) in _GLIBCXX_VISIBILITY()
2717 __idx, __base); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dstring_conversions.h55 const char* __name, const _CharT* __str, std::size_t* __idx, in _GLIBCXX_VISIBILITY()
90 if (__idx) in _GLIBCXX_VISIBILITY()
91 *__idx = __endptr - __str; 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/ext/
H A Dvstring.h2695 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2697 __idx, __base); } in _GLIBCXX_VISIBILITY()
2700 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2702 __idx, __base); } in _GLIBCXX_VISIBILITY()
2705 stoul(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2707 __idx, __base); } in _GLIBCXX_VISIBILITY()
2710 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) in _GLIBCXX_VISIBILITY()
2712 __idx, __base); } in _GLIBCXX_VISIBILITY()
2715 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) in _GLIBCXX_VISIBILITY()
2717 __idx, __base); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dstring_conversions.h55 const char* __name, const _CharT* __str, std::size_t* __idx, in _GLIBCXX_VISIBILITY()
90 if (__idx) in _GLIBCXX_VISIBILITY()
91 *__idx = __endptr - __str; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dspan317 _LIBCPP_INLINE_VISIBILITY constexpr reference operator[](index_type __idx) const noexcept
319 _LIBCPP_ASSERT(__idx >= 0 && __idx < size(), "span<T,N>[] index out of bounds");
320 return __data[__idx];
323 _LIBCPP_INLINE_VISIBILITY constexpr reference operator()(index_type __idx) const noexcept
325 _LIBCPP_ASSERT(__idx >= 0 && __idx < size(), "span<T,N>() index out of bounds");
326 return __data[__idx];
482 _LIBCPP_INLINE_VISIBILITY constexpr reference operator[](index_type __idx) const noexcept
484 _LIBCPP_ASSERT(__idx >= 0 && __idx < size(), "span<T>[] index out of bounds");
485 return __data[__idx];
488 _LIBCPP_INLINE_VISIBILITY constexpr reference operator()(index_type __idx) const noexcept
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dspan317 _LIBCPP_INLINE_VISIBILITY constexpr reference operator[](index_type __idx) const noexcept
319 _LIBCPP_ASSERT(__idx >= 0 && __idx < size(), "span<T,N>[] index out of bounds");
320 return __data[__idx];
323 _LIBCPP_INLINE_VISIBILITY constexpr reference operator()(index_type __idx) const noexcept
325 _LIBCPP_ASSERT(__idx >= 0 && __idx < size(), "span<T,N>() index out of bounds");
326 return __data[__idx];
482 _LIBCPP_INLINE_VISIBILITY constexpr reference operator[](index_type __idx) const noexcept
484 _LIBCPP_ASSERT(__idx >= 0 && __idx < size(), "span<T>[] index out of bounds");
485 return __data[__idx];
488 _LIBCPP_INLINE_VISIBILITY constexpr reference operator()(index_type __idx) const noexcept
[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 Dmutex523 __do_try_lock(tuple<_Lock&...>& __locks, int& __idx)
525 __idx = _Idx;
531 __try_locker::__do_try_lock(__locks, __idx);
532 if (__idx == -1)
543 __do_try_lock(tuple<_Lock&...>& __locks, int& __idx)
545 __idx = _Idx;
549 __idx = -1;
570 int __idx;
572 __try_lock_impl<0>::__do_try_lock(__locks, __idx);
573 return __idx;
[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/
H A Dmutex523 __do_try_lock(tuple<_Lock&...>& __locks, int& __idx)
525 __idx = _Idx;
531 __try_locker::__do_try_lock(__locks, __idx);
532 if (__idx == -1)
543 __do_try_lock(tuple<_Lock&...>& __locks, int& __idx)
545 __idx = _Idx;
549 __idx = -1;
570 int __idx;
572 __try_lock_impl<0>::__do_try_lock(__locks, __idx);
573 return __idx;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt73usb.h84 #define SHARED_KEY_ENTRY(__idx) \ argument
86 ((__idx) * sizeof(struct hw_key_entry)) )
87 #define PAIRWISE_KEY_ENTRY(__idx) \ argument
89 ((__idx) * sizeof(struct hw_key_entry)) )
90 #define PAIRWISE_TA_ENTRY(__idx) \ argument
92 ((__idx) * sizeof(struct hw_pairwise_ta_entry)) )
H A Drt61pci.h129 #define SHARED_KEY_ENTRY(__idx) \ argument
131 ((__idx) * sizeof(struct hw_key_entry)))
132 #define PAIRWISE_KEY_ENTRY(__idx) \ argument
134 ((__idx) * sizeof(struct hw_key_entry)))
135 #define PAIRWISE_TA_ENTRY(__idx) \ argument
137 ((__idx) * sizeof(struct hw_pairwise_ta_entry)))
H A Drt2800.h2032 #define MAC_WCID_ENTRY(__idx) \ argument
2033 (MAC_WCID_BASE + ((__idx) * sizeof(struct mac_wcid_entry)))
2034 #define PAIRWISE_KEY_ENTRY(__idx) \ argument
2035 (PAIRWISE_KEY_TABLE_BASE + ((__idx) * sizeof(struct hw_key_entry)))
2036 #define MAC_IVEIV_ENTRY(__idx) \ argument
2037 (MAC_IVEIV_TABLE_BASE + ((__idx) * sizeof(struct mac_iveiv_entry)))
2038 #define MAC_WCID_ATTR_ENTRY(__idx) \ argument
2039 (MAC_WCID_ATTRIBUTE_BASE + ((__idx) * sizeof(u32)))
2040 #define SHARED_KEY_ENTRY(__idx) \ argument
2041 (SHARED_KEY_TABLE_BASE + ((__idx) * sizeof(struct hw_key_entry)))
[all …]
H A Drt2500usb.h455 #define KEY_ENTRY(__idx) \ argument
456 ( SEC_CSR0 + ((__idx) * 16) )
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmemory.h345 u64 __idx = ((u64)__page - VMEMMAP_START) / sizeof(struct page);\
346 u64 __addr = PAGE_OFFSET + (__idx * PAGE_SIZE); \
351 u64 __idx = (__tag_reset((u64)x) - PAGE_OFFSET) / PAGE_SIZE; \
352 u64 __addr = VMEMMAP_START + (__idx * sizeof(struct page)); \
/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 Dlocale_facets.tcc1261 size_t __idx = 0; in __add_grouping() local
1264 while (__last - __first > __gbeg[__idx] in __add_grouping()
1265 && static_cast<signed char>(__gbeg[__idx]) > 0 in __add_grouping()
1266 && __gbeg[__idx] != __gnu_cxx::__numeric_traits<char>::__max) in __add_grouping()
1268 __last -= __gbeg[__idx]; in __add_grouping()
1269 __idx < __gsize - 1 ? ++__idx : ++__ctr; in __add_grouping()
1278 for (char __i = __gbeg[__idx]; __i > 0; --__i) in __add_grouping()
1282 while (__idx--) in __add_grouping()
1285 for (char __i = __gbeg[__idx]; __i > 0; --__i) in __add_grouping()
H A Dbasic_string.h6568 stoi(const string& __str, size_t* __idx = 0, int __base = 10)
6570 __idx, __base); }
6573 stol(const string& __str, size_t* __idx = 0, int __base = 10)
6575 __idx, __base); }
6578 stoul(const string& __str, size_t* __idx = 0, int __base = 10)
6580 __idx, __base); }
6583 stoll(const string& __str, size_t* __idx = 0, int __base = 10)
6585 __idx, __base); }
6588 stoull(const string& __str, size_t* __idx = 0, int __base = 10)
6590 __idx, __base); }
[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 Dlocale_facets.tcc1261 size_t __idx = 0; in __add_grouping() local
1264 while (__last - __first > __gbeg[__idx] in __add_grouping()
1265 && static_cast<signed char>(__gbeg[__idx]) > 0 in __add_grouping()
1266 && __gbeg[__idx] != __gnu_cxx::__numeric_traits<char>::__max) in __add_grouping()
1268 __last -= __gbeg[__idx]; in __add_grouping()
1269 __idx < __gsize - 1 ? ++__idx : ++__ctr; in __add_grouping()
1278 for (char __i = __gbeg[__idx]; __i > 0; --__i) in __add_grouping()
1282 while (__idx--) in __add_grouping()
1285 for (char __i = __gbeg[__idx]; __i > 0; --__i) in __add_grouping()
H A Dbasic_string.h6568 stoi(const string& __str, size_t* __idx = 0, int __base = 10)
6570 __idx, __base); }
6573 stol(const string& __str, size_t* __idx = 0, int __base = 10)
6575 __idx, __base); }
6578 stoul(const string& __str, size_t* __idx = 0, int __base = 10)
6580 __idx, __base); }
6583 stoll(const string& __str, size_t* __idx = 0, int __base = 10)
6585 __idx, __base); }
6588 stoull(const string& __str, size_t* __idx = 0, int __base = 10)
6590 __idx, __base); }
[all …]
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dmca_drv.h64 ({ int __idx = peidx_##name##_idx(p, n); \
67 __ret = &(peidx_head(p)->info[__idx]); \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_utils.h246 int __idx = ffs(mask) - 1; \
247 mask &= ~BIT(__idx); \
248 __idx; \
/OK3568_Linux_fs/kernel/include/linux/
H A Dtracepoint.h182 int __maybe_unused __idx = 0; \
199 __idx = srcu_read_lock_notrace(&tracepoint_srcu);\
212 srcu_read_unlock_notrace(&tracepoint_srcu, __idx);\
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmetricgroup.c795 #define map_for_each_event(__pe, __idx, __map) \ argument
796 for (__idx = 0, __pe = &__map->table[__idx]; \
798 __pe = &__map->table[++__idx])
800 #define map_for_each_metric(__pe, __idx, __map, __metric) \ argument
801 map_for_each_event(__pe, __idx, __map) \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_mocs.c86 #define MOCS_ENTRY(__idx, __control_value, __l3cc_value) \ argument
87 [__idx] = { \

12