Searched refs:__num (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dbasic_file.cc341 off_t __num = 0; local
343 int __num = 0;
345 int __r = ioctl(this->fd(), FIONREAD, &__num);
346 if (!__r && __num >= 0)
347 return __num;
H A Distream.cc205 streamsize __num = __in.width(); local
206 if (__num <= 0)
207 __num = numeric_limits<streamsize>::max();
215 while (__extracted < __num - 1
222 streamsize(__num - __extracted
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstreambuf_iterator.h307 const streamsize __num = __last - __first; local
308 if (__num > 0)
309 __result._M_put(__first, __num);
319 const streamsize __num = __last - __first; local
320 if (__num > 0)
321 __result._M_put(__first, __num);
H A Dlocale_facets.h94 const streamsize __oldlen, const bool __num);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dbitmap_allocator.h542 _Bit_scan_forward(size_t __num) argument
543 { return static_cast<size_t>(__builtin_ctzl(__num)); }
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dhashtable_policy.h477 operator()(first_argument_type __num, second_argument_type __den) const argument
478 { return __num % __den; }

Completed in 305 milliseconds