Home
last modified time | relevance | path

Searched defs:__idx (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Duninitialized_algorithms.h60 _ForwardIterator __idx = __ofirst; in __uninitialized_copy() local
92 _ForwardIterator __idx = __ofirst; in __uninitialized_copy_n() local
123 _ForwardIterator __idx = __first; in __uninitialized_fill() local
156 _ForwardIterator __idx = __first; in __uninitialized_fill_n() local
190 auto __idx = __first; in __uninitialized_default_construct() local
219 auto __idx = __first; in __uninitialized_default_construct_n() local
247 auto __idx = __first; in __uninitialized_value_construct() local
276 auto __idx = __first; in __uninitialized_value_construct_n() local
306 auto __idx = __ofirst; in __uninitialized_move() local
340 auto __idx = __ofirst; in __uninitialized_move_n() local
/openbsd-src/gnu/llvm/libcxx/src/ryu/
H A Dd2fixed.cpp226 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __pow10BitsForIndex(const uint32_t __idx) { in __pow10BitsForIndex()
230 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __lengthForIndex(const uint32_t __idx) { in __lengthForIndex()
276 const uint32_t __idx = __e2 < 0 ? 0 : __indexForExponent(static_cast<uint32_t>(__e2)); in __d2fixed_buffered_n() local
315 const int32_t __idx = -__e2 / 16; in __d2fixed_buffered_n() local
472 const uint32_t __idx = __e2 < 0 ? 0 : __indexForExponent(static_cast<uint32_t>(__e2)); in __d2exp_buffered_n() local
517 const int32_t __idx = -__e2 / 16; in __d2exp_buffered_n() local
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_mocs.c87 #define MOCS_ENTRY(__idx, __control_value, __l3cc_value) \ argument
/openbsd-src/sys/dev/ic/
H A Drtwvar.h224 #define RTW_NEXT_IDX(__htc, __idx) (((__idx) + 1) % (__htc)->tdb_ndesc) argument
226 #define RTW_NEXT_DESC(__htc, __idx) \ argument
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.tcc2586 size_t __idx = 0; in __add_grouping() local