Searched refs:iword (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-raid.h118 uint64_t iword : 6; /**< Indicates the number of input buffers used. member in struct:__anon7289::__anon7290
174 } iword; member in union:__anon7289
H A Dcvmx-rad-defs.h321 uint64_t iword : 64; /**< IWord */ member in struct:cvmx_rad_mem_debug0::cvmx_rad_mem_debug0_s
323 uint64_t iword : 64;
/freebsd-10.1-release/usr.sbin/smbmsg/
H A Dsmbmsg.c64 static unsigned short oword, iword; variable
178 c.data.word_ptr = &iword;
181 printf(fmt, (int)(unsigned short)iword);
194 c.data.process.rdata = &iword;
197 printf(fmt, (int)(unsigned short)iword);
/freebsd-10.1-release/contrib/libc++/src/
H A Dios.cpp165 ios_base::iword(int index) function in class:ios_base
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dios_base.h495 // 27.4.2.5 Members for iword/pword storage
503 // Only for failed iword/pword calls.
507 // The first 5 iword and pword slots are reserved for internal use.
709 * index for the iword and pword functions. The expectation is that an
710 * application calls xalloc in order to obtain an index in the iword and
715 * that is safe to use in the iword and pword arrays.
725 * The iword function provides access to an array of integers that can be
734 iword(int __ix) function in class:ios_base

Completed in 50 milliseconds