Home
last modified time | relevance | path

Searched refs:__index (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/
H A Dparallel_for_each.h
H A Dutil.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dlibdispatch.h78 auto __index = in __dispatch_parallel_for()
82 __func(__first + __index, __first + __index + __this_chunk_size); in __dispatch_parallel_for()
193 __libdispatch::__dispatch_apply(__partitions.__chunk_count_, [&](size_t __index) {
194 auto __first_iters = __ranges[__index];
195 auto __last_iters = __ranges[__index + 1];
234 auto __index = __chunk == 0 ? 0
240 __reduction(__first + __index + 2,
241 __first + __index + __this_chunk_size,
242 … __combiner(__transform(__first + __index), __transform(__first + __index + 1))));
244 std::__construct_at(__values.get() + __chunk, __transform(__first + __index));
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Dryu.h71 _LIBCPP_HIDE_FROM_ABI inline unsigned char _BitScanForward64(unsigned long* __index, unsigned long long __mask) {
75 *__index = __builtin_ctzll(__mask); in _BitScanForward64()
79 _LIBCPP_HIDE_FROM_ABI inline unsigned char _BitScanForward(unsigned long* __index, unsigned int __mask) {
83 *__index = __builtin_ctz(__mask); in _BitScanForward()
72 _BitScanForward64(unsigned long * __index,unsigned long long __mask) _BitScanForward64() argument
80 _BitScanForward(unsigned long * __index,unsigned int __mask) _BitScanForward() argument
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h46 vec_extract(__vector signed char __vec, int __index) { in vec_extract() argument
47 return __vec[__index & 15]; in vec_extract()
51 vec_extract(__vector __bool char __vec, int __index) { in vec_extract() argument
52 return __vec[__index & 15]; in vec_extract()
56 vec_extract(__vector unsigned char __vec, int __index) { in vec_extract() argument
57 return __vec[__index & 15]; in vec_extract()
61 vec_extract(__vector signed short __vec, int __index) { in vec_extract() argument
62 return __vec[__index & 7]; in vec_extract()
66 vec_extract(__vector __bool short __vec, int __index) { in vec_extract() argument
67 return __vec[__index & 7]; in vec_extract()
[all …]
H A Dunwind.h217 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() argument
219 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR()
224 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() argument
226 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR()
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp641 uint32_t __index; in __to_chars() local
644 __index = __olength + 1; in __to_chars()
646 __index = 1; in __to_chars()
650 __result[__index++] = 'e'; in __to_chars()
652 __result[__index++] = '-'; in __to_chars()
655 __result[__index++] = '+'; in __to_chars()
660 std::memcpy(__result + __index, __DIGIT_TABLE + 2 * (_Scientific_exponent / 10), 2); in __to_chars()
661 __result[__index + 2] = static_cast<char>('0' + __c); in __to_chars()
662 __index += 3; in __to_chars()
664 std::memcpy(__result + __index, __DIGIT_TABL in __to_chars()
[all...]
H A Df2s.cpp640 uint32_t __index; in __to_chars() local
643 __index = __olength + 1; in __to_chars()
645 __index = 1; in __to_chars()
649 __result[__index++] = 'e'; in __to_chars()
651 __result[__index++] = '-'; in __to_chars()
654 __result[__index++] = '+'; in __to_chars()
657 std::memcpy(__result + __index, __DIGIT_TABLE + 2 * _Scientific_exponent, 2); in __to_chars()
658 __index += 2; in __to_chars()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dview_interface.h154 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) { in decltype()
155 return ranges::begin(__derived())[__index]; in decltype()
159 …_LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) co… in decltype()
160 return ranges::begin(__derived())[__index]; in decltype()
/freebsd/sys/tools/syscalls/core/
H A Dscret.lua13 scret.__index = scret
38 self.__index = self
H A Dfreebsd-syscall.lua14 FreeBSDSyscall.__index = FreeBSDSyscall
157 self.__index = self
H A Dscarg.lua15 scarg.__index = scarg
151 self.__index = self
H A Dsyscall.lua16 syscall.__index = syscall
485 self.__index = self
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dextents.h59 …LIBCPP_HIDE_FROM_ABI static constexpr _Tp __get(size_t __index) noexcept { return __array[__index]… in __get()
79 _LIBCPP_HIDE_FROM_ABI constexpr _Tp& operator[](size_t __index) { return __vals_[__index]; }
80 …CPP_HIDE_FROM_ABI constexpr const _Tp& operator[](size_t __index) const { return __vals_[__index];…
109 _LIBCPP_HIDE_FROM_ABI static constexpr size_t __get(size_t __index) { return __result[__index]; }
/freebsd/sys/tools/syscalls/tools/
H A Dgenerator.lua12 generator.__index = generator
105 self.__index = self
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua30 _ENV = setmetatable({}, {__index=_G})
63 t.__index = f
87 a = setmetatable({}, {__index = setmetatable({},
88 {__index = setmetatable({},
89 {__index = function (_,n) return a[n-3]+4, "lixo" end})})}) function
344 _ENV = setmetatable({}, {__index=function (_,k) return _g[k] end})
H A Dtst.lib_strings.lua229 t = {}; setmetatable(t, {__index = function (t,s) return string.upper(s) end})
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dweekday.h69 _LIBCPP_HIDE_FROM_ABI constexpr weekday_indexed operator[](unsigned __index) const noexcept;
164 _LIBCPP_HIDE_FROM_ABI inline constexpr weekday_indexed weekday::operator[](unsigned __index) const …
165 return weekday_indexed{*this, __index};
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtypeindex95 …_LIBCPP_HIDE_FROM_ABI size_t operator()(type_index __index) const _NOEXCEPT { return __index.hash_…
H A Dvariant500 __visit_alt_at(size_t __index, _Visitor&& __visitor, _Vs&&... __vs) {
502 …return __fdiagonal[__index](std::forward<_Visitor>(__visitor), std::forward<_Vs>(__vs).__as_base()…
519 __at(const __farray<_Tp, _Np>& __elems, size_t __index, _Indices... __indices) {
520 return __at(__elems[__index], __indices...);
587 __visit_alt_at(size_t __index, _Visitor&& __visitor, _Vs&&... __vs) {
588 …return __base::__visit_alt_at(__index, std::forward<_Visitor>(__visitor), std::forward<_Vs>(__vs).…
599 __visit_value_at(size_t __index, _Visitor&& __visitor, _Vs&&... __vs) {
600 …return __visit_alt_at(__index, __make_value_visitor(std::forward<_Visitor>(__visitor)), std::forwa…
670 static constexpr size_t __index = _Index;
727 : __data(__tag), __index(__variant_npos<__index_t>) {}
[all …]
H A Dspan359 _LIBCPP_HIDE_FROM_ABI constexpr reference at(size_type __index) const {
360 if (__index >= size())
362 return __data_[__index];
521 _LIBCPP_HIDE_FROM_ABI constexpr reference at(size_type __index) const {
522 if (__index >= size())
524 return __data_[__index];
H A Dios321 long& iword(int __index);
322 void*& pword(int __index);
329 typedef void (*event_callback)(event, ios_base&, int __index);
330 void register_callback(event_callback __fn, int __index);
/freebsd/include/
H A Dnl_types.h66 int32_t __index; /* index of first msg_hdr in msg_hdr table */ member
/freebsd/tools/lua/
H A Dtemplate.lua99 VIEW_ENV = { __index = function(t, k)
103 VIEW_ENV = { __index = function(t, k)
630 __index = function(_, k) function
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dunseq_backend_simd.h

12