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

/freebsd-12-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.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;
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h304 const streamsize __num = __last - __first; local
305 if (__num > 0)
306 __result._M_put(__first, __num);
316 const streamsize __num = __last - __first; local
317 if (__num > 0)
318 __result._M_put(__first, __num);
H A Dlocale_facets.h94 const streamsize __oldlen, const bool __num);
/freebsd-12-stable/share/examples/jails/
H A Djib194 local __iface_devid __new_devid __num __new_devid_b
222 __num=$( set -- `echo -n "$__name" | sum` && echo $1 )
224 $(( $__num >> 8 & 255 )) $(( $__num & 255 )) )$__new_devid
H A Djng196 local __iface_devid __new_devid __num __new_devid_b
224 __num=$( set -- `echo -n "$__name" | sum` && echo $1 )
226 $(( $__num >> 8 & 255 )) $(( $__num & 255 )) )$__new_devid
/freebsd-12-stable/contrib/libstdc++/src/
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
/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h542 _Bit_scan_forward(size_t __num) argument
543 { return static_cast<size_t>(__builtin_ctzl(__num)); }
/freebsd-12-stable/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h477 operator()(first_argument_type __num, second_argument_type __den) const argument
478 { return __num % __den; }

Completed in 184 milliseconds