Home
last modified time | relevance | path

Searched refs:_other (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/i386/include/
HDieeefp.h133 unsigned _other[6]; in __fnldcw() member
241 unsigned _other[5]; in fpresetsticky() member
/freebsd-13-stable/sbin/reboot/
HDnextboot.sh109 zfs=$(df -Tn "/boot/" 2>/dev/null | while read _fs _type _other ; do
/freebsd-13-stable/sys/amd64/include/
HDieeefp.h151 unsigned _other[6]; in __fnldcw() member
/freebsd-13-stable/contrib/bsnmp/tests/
HDcatch.hpp4359 Option( Option const& _other ) in Option() argument
4360 : nullableValue( _other ? new( storage ) T( *_other ) : nullptr ) in Option()
4367 Option& operator= ( Option const& _other ) { in operator =() argument
4368 if( &_other != this ) { in operator =()
4370 if( _other ) in operator =()
4371 nullableValue = new( storage ) T( *_other ); in operator =()