Searched refs:Unit (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dhrtimer.h21 enum Unit {SECONDS = 0, MILLISECONDS, MICROSECONDS, NANOSECONDS}; enum in class:TimerBase
22 TimerBase(Unit unit, bool stuckAtZero) : m_timerUnit(unit), m_stuckAtZero(stuckAtZero), m_started(false) {}
32 double ConvertTo(TimerWord t, Unit unit);
34 Unit m_timerUnit; // HPUX workaround: m_unit is a system macro on HPUX
45 ThreadUserTimer(Unit unit = TimerBase::SECONDS, bool stuckAtZero = false) : TimerBase(unit, stuckAtZero) {}
54 Timer(Unit unit = TimerBase::SECONDS, bool stuckAtZero = false) : TimerBase(unit, stuckAtZero) {}
H A Dhrtimer.cpp23 double TimerBase::ConvertTo(TimerWord t, Unit unit)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drioroute.c142 if (readb(&PktCmdP->RouteTopology[ThisLink].Unit) > (unsigned short) MAX_RUP)
146 if ((readb(&PktCmdP->RouteTopology[ThisLink].Unit) == readb(&PktCmdP->RouteTopology[NewLink].Unit)) && (readb(&PktCmdP->RouteTopology[ThisLink].Link) == readb(&PktCmdP->RouteTopology[NewLink].Link))) {
155 readb(&PktCmdP->RouteTopology[0].Unit),
157 readb(&PktCmdP->RouteTopology[1].Unit),
158 'A' + readb(&PktCmdP->RouteTopology[1].Link), readb(&PktCmdP->RouteTopology[2].Unit), 'A' + readb(&PktCmdP->RouteTopology[2].Link), readb(&PktCmdP->RouteTopology[3].Unit), 'A' + readb(&PktCmdP->RouteTopology[3].Link));
169 OldUnit = TopP[ThisLink].Unit;
175 NewUnit = readb(&PktCmdP->RouteTopology[ThisLink].Unit);
189 TopP[ThisLink].Unit
[all...]
H A Dcmdpkt.h60 u8 Unit; member in struct:SamTop
H A Drio.h61 ** Unit types
81 ** Unit ID Of all hosts
204 u8 Unit; member in struct:Top
H A Driotable.c172 MapP->Topology[0].Unit = Host;
310 HostP = &p->RIOHosts[MapP->Topology[0].Unit];
351 p->RIOHosts[Host].Topology[SubEnt].Unit = ROUTE_DISCONNECT;
356 p->RIOHosts[Host].Mapping[Entry].Topology[SubEnt].Unit = ROUTE_DISCONNECT;
482 if (HostMapP->Topology[link].Unit != ROUTE_DISCONNECT) {
660 HostMapP->Topology[link].Unit = ROUTE_DISCONNECT;
H A Drioctrl.c265 rio_dprintk(RIO_DEBUG_CTRL, "Map entry %d.Top[0].Unit = %x\n", entry, p->RIOConnectTable[entry].Topology[0].Unit);
267 rio_dprintk(RIO_DEBUG_CTRL, "Map entry %d.Top[1].Unit = %x\n", entry, p->RIOConnectTable[entry].Topology[1].Unit);
269 rio_dprintk(RIO_DEBUG_CTRL, "Map entry %d.Top[2].Unit = %x\n", entry, p->RIOConnectTable[entry].Topology[2].Unit);
271 rio_dprintk(RIO_DEBUG_CTRL, "Map entry %d.Top[3].Unit = %x\n", entry, p->RIOConnectTable[entry].Topology[3].Unit);
309 rio_dprint(RIO_DEBUG_CTRL, ("Map entry %d.Top[0].Unit = %b\n", entry, p->RIOConnectTable[entry].Topology[0].Unit ) );
[all...]
H A Drioboot.c1102 host->Mapping[entry].Topology[link].Unit = ROUTE_DISCONNECT;
1105 host->Mapping[entry2].Topology[link].Unit = ROUTE_DISCONNECT;
H A Driocmd.c166 if (MapP->Topology[Link].Unit <= (u8) MAX_RUP) {
207 if (MapP->Topology[Link].Unit <= (u8) MAX_RUP) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/lsi/
H A Dmpi.h332 U8 Unit; /* 01h */ member in struct:_MPI_VERSION_STRUCT
H A Dmpi_ioc.h228 U8 Unit; /* 01h */ member in struct:_MPI_FW_VERSION_STRUCT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/mpi/
H A Dmpi2.h502 #define MPI2_FUNCTION_SAS_IO_UNIT_CONTROL (0x1B) /* SAS IO Unit Control */
692 U8 Unit; /* 0x01 */ member in struct:_MPI2_VERSION_STRUCT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptctl.c2493 karg.fw_version[6] = ioc->facts.FWVersion.Struct.Unit >= 10 ?
2494 ((ioc->facts.FWVersion.Struct.Unit / 10) + '0') : '0';
2495 karg.fw_version[7] = (ioc->facts.FWVersion.Struct.Unit % 10 ) + '0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas4 { ZLIB Data Compression Interface Unit }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas4 { ZLIB Data Compression Interface Unit }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas4 { ZLIB Data Compression Interface Unit }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas4 { ZLIB Data Compression Interface Unit }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm1417 L<Test::Unit> is XUnit style testing.

Completed in 153 milliseconds