Searched refs:__ix (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dlocalename.cc269 for (size_t __ix = 0; __ix < _S_categories_size; ++__ix, __mask <<= 1)
274 _M_replace_category(__imp, _S_facet_categories[__ix]);
297 size_t __ix_name = __ix;
298 if (__ix == 2 || __ix == 3)
299 __ix_name = 5 - __ix;
H A Dios.cc118 ios_base::_M_grow_words(int __ix, bool __iword) argument
120 // Precondition: _M_word_size <= __ix
123 if (__ix > _S_local_word_size - 1)
125 if (__ix < numeric_limits<int>::max())
127 __newsize = __ix + 1;
164 return _M_word[__ix];
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dios_base.h722 * @param __ix Index into the array.
734 iword(int __ix) argument
736 _Words& __word = (__ix < _M_word_size)
737 ? _M_word[__ix] : _M_grow_words(__ix, true);
743 * @param __ix Index into the array.
755 pword(int __ix) argument
757 _Words& __word = (__ix < _M_word_size)
758 ? _M_word[__ix] : _M_grow_words(__ix, fals
[all...]
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_ios.i143 iword(int __ix);
146 pword(int __ix);

Completed in 145 milliseconds