Searched refs:speed (Results 1 - 25 of 198) sorted by relevance

12345678

/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Dspeed32.bat8 out\ssleay version -v -b -f >speed.1
9 out\ssleay speed >speed.1l
16 out\ssleay speed rc4 rsa md2 >speed.2l
23 out\ssleay speed rc4 >speed.3l
30 out\ssleay speed rsa rc4 idea des >speed.4l
32 type speed
[all...]
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dspeed.sh6 # output when finished a file called speed.log which is the
17 apps/ssleay version -v -b -f >speed.1
18 apps/ssleay speed >speed.1l
23 apps/ssleay speed rc4 rsa md2 >speed.2l
28 apps/ssleay speed rc4 >speed.3l
32 apps/ssleay speed rsa rc4 idea des >speed
[all...]
/macosx-10.10.1/IOSerialFamily-74/tests/
H A DIOSerialTestLib.c14 int _testIOSSIOSPEEDIoctl(int fd, speed_t speed);
20 int _testIOSSIOSPEEDIoctl(int fd, speed_t speed) argument
27 // the input and output speed.
29 if (ioctl(fd, IOSSIOSPEED, &speed) == -1) {
30 printf("[WARN] ioctl(..., IOSSIOSPEED, %lu).\n", speed);
34 // Check that speed is properly modified
40 if (cfgetispeed(&options) != speed ||
41 cfgetospeed(&options) != speed) {
43 speed,
119 // Check that speed i
199 speed_t speed; local
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.termios.c46 static _PROTOTYPE( int tc_to_sg_speed, (speed_t speed) );
47 static _PROTOTYPE( speed_t sg_to_tc_speed, (int speed) );
50 /* The speed get/set functions could be macros in the Minix implementation
51 * because there are speed fields in the structure with no fancy packing
69 speed_t cfsetispeed(termios_p, speed)
71 speed_t speed;
73 termios_p->c_ispeed = speed;
77 speed_t cfsetospeed(termios_p, speed)
79 speed_t speed;
81 termios_p->c_ospeed = speed;
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebGeolocationPosition.h50 double speed; member in struct:WebKit::WebGeolocationPosition::Data
58 static PassRefPtr<WebGeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
60 return adoptRef(new WebGeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed));
80 double speed() const { return m_data.speed; } function in class:WebKit::WebGeolocationPosition
85 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
H A DWebGeolocationPosition.cpp34 WebGeolocationPosition::WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
47 m_data.speed = speed;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKGeolocationPosition.cpp44 WKGeolocationPositionRef WKGeolocationPositionCreate_b(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
46 RefPtr<WebGeolocationPosition> position = WebGeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
H A DWKGeolocationPosition.h38 WK_EXPORT WKGeolocationPositionRef WKGeolocationPositionCreate_b(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dextern.h59 int speed(int);
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-nextstep.c91 cfsetospeed(struct termios *t,int speed) argument
93 t->c_ospeed = speed;
98 cfsetispeed(struct termios *t, int speed) argument
100 t->c_ispeed = speed;
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c157 cfsetospeed(t, speed)
159 speed_t speed;
162 t->c_ospeed = speed;
167 cfsetispeed(t, speed)
169 speed_t speed;
172 t->c_ispeed = speed;
177 cfsetspeed(t, speed)
179 speed_t speed;
182 t->c_ispeed = t->c_ospeed = speed;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAsyncStreamCommand.cpp56 int speed,
60 return initAll( control, generation, channel, sync, tag, hostMem, size, speed, completion, refcon, false);
71 int speed,
96 fSpeed = speed;
126 int speed,
145 fSpeed = speed;
157 int speed,
167 return reinit( generation, channel, sync, tag, hostMem, size, speed, completion, refcon );
48 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
63 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
119 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
150 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
H A DIOFWUserIsochChannel.h55 IOFWSpeed speed,
57 UInt32 * outChannel ) { return IOFWIsochChannel::allocateChannelBegin( speed, allowedChans, outChannel ) ; }
54 allocateChannelBegin( IOFWSpeed speed, UInt64 allowedChans, UInt32 * outChannel ) argument
H A DIOFWDCLTranslator.h74 virtual IOReturn allocateHW(IOFWSpeed speed, UInt32 chan);
94 virtual IOReturn compile(IOFWSpeed speed, UInt32 chan);
109 virtual IOReturn compile(IOFWSpeed speed, UInt32 chan);
H A DIOFireWireLink.h89 void processRcvPacket(UInt32 *data, int numQuads, IOFWSpeed speed )
90 { fControl->processRcvPacket(data, numQuads, speed ); };
124 int speed, int label, int size, IOFWAsyncCommand *cmd,
127 virtual IOReturn asyncReadQuadResponse(UInt16 nodeID, int speed,
130 virtual IOReturn asyncReadResponse(UInt16 nodeID, int speed,
137 int speed,
145 virtual IOReturn asyncWriteResponse(UInt16 nodeID, int speed,
151 int speed,
159 virtual IOReturn asyncLockResponse(UInt16 nodeID, int speed,
196 int speed,
[all...]
H A DIOFWIsochPort.h49 // Return maximum speed and channels supported
54 virtual IOReturn allocatePort(IOFWSpeed speed, UInt32 chan) = 0;
H A DIOFWUserPseudoAddressSpace.h134 io_user_reference_t speed ; member in struct:IOFWPacketHeader_t::__anon1530
173 io_user_reference_t speed ; member in struct:IOFWPacketHeader_t::ReadPacket_t
194 const IOFWSpeed& speed,
210 IOFWSpeed& speed,
220 IOFWSpeed& speed,
255 IOFWSpeed & speed,
266 IOFWSpeed& speed,
283 IOFWSpeed& speed,
292 IOFWSpeed& speed,
H A DIOFWUserPseudoAddressSpace.cpp187 const IOFWSpeed& speed,
200 header->IncomingPacket.speed = speed ;
231 IOFWSpeed& speed,
244 header->ReadPacket.speed = speed ;
258 IOFWSpeed& speed,
263 InitIncomingPacketHeader( header, next, len, offset, ref, nodeID, speed, addr, true ) ;
577 UInt32 IOFWUserPseudoAddressSpace::doLock(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 inLen, argument
592 return doPacket( nodeID, speed, add
180 InitIncomingPacketHeader( IOFWPacketHeader_t* header, IOFWPacketHeader_t* next, const IOByteCount len, const IOByteCount offset, OSAsyncReference64* ref, UInt16 nodeID, const IOFWSpeed& speed, const FWAddress& addr, const bool isLock) argument
223 InitReadPacketHeader( IOFWPacketHeader* header, IOFWPacketHeader* next, IOByteCount len, IOByteCount offset, OSAsyncReference64* ref, IOFWRequestRefCon reqrefcon, UInt16 nodeID, IOFWSpeed& speed, FWAddress addr, UInt32 generation) argument
251 InitLockPacketHeader( IOFWPacketHeader* header, IOFWPacketHeader* next, IOByteCount len, IOByteCount offset, OSAsyncReference64* ref, UInt16 nodeID, IOFWSpeed& speed, FWAddress addr, const UInt32 generation, IOFWRequestRefCon reqrefcon) argument
599 doPacket( UInt16 nodeID, IOFWSpeed& speed, FWAddress addr, UInt32 len, const void* buf, IOFWRequestRefCon reqrefcon, IOFWPacketHeader::QueueTag tag, UInt32* oldVal) argument
787 pseudoAddrSpaceReader( void* refCon, UInt16 nodeID, IOFWSpeed& speed, FWAddress addr, UInt32 len, IOMemoryDescriptor** buf, IOByteCount* outOffset, IOFWRequestRefCon reqrefcon) argument
806 pseudoAddrSpaceWriter( void* refCon, UInt16 nodeID, IOFWSpeed& speed, FWAddress addr, UInt32 len, const void* buf, IOFWRequestRefCon reqrefcon) argument
[all...]
H A DIOFWAddressSpace.h47 @param speed is the FireWire speed of the request, update it if you need to control
48 the speed of the reply, otherwise the response will be the same speed.
60 typedef UInt32 (*FWWriteCallback)(void *refcon, UInt16 nodeID, IOFWSpeed &speed,
67 @param speed is the FireWire speed of the request, update it if you need to control
68 the speed of the reply, otherwise the response will be the same speed.
85 typedef UInt32 (*FWReadCallback)(void *refcon, UInt16 nodeID, IOFWSpeed &speed,
[all...]
/macosx-10.10.1/ntp-92/libntp/
H A Dicom.c116 int speed, /* line speed */
134 cfsetispeed(&ttyb, (u_int)speed);
135 cfsetospeed(&ttyb, (u_int)speed);
114 icom_init( char *device, int speed, int trace ) argument
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A Dvu_demo.rb10 speed = TkVariable.new(0)
16 :active=>'red2', :variable=>speed)
33 if (rand() - 0.5 + speed.numeric * 3) > 0
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Dmakefile.bc19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
47 speed.exe: speed.obj libdes.lib
/macosx-10.10.1/adv_cmds-158/stty/
H A Dstty.c132 speed_t speed; local
134 speed = atoi(*argv);
135 cfsetospeed(&i.t, speed);
136 cfsetispeed(&i.t, speed);
/macosx-10.10.1/mail_cmds-30/mail/
H A Dmain.c375 speed_t speed; local
380 speed = B9600;
382 speed = cfgetospeed(&tbuf);
383 if (speed < B1200)
385 else if (speed == B1200)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c91 static int ttcompatspeedtab(int speed, struct speedtab *table);
94 * These two tables encode baud rate to speed code and speed code to
130 * Description: Given a baud rate value as an integer, and a speed table,
131 * convert the baud rate to a speed code, according to the
135 * Parameters: int speed Baud rate, as an integer
136 * struct speedtab *table Baud rate table to speed code table
138 * Returns: 1 B50 speed code; returned if we can
143 * * A speed code matching the requested
150 ttcompatspeedtab(int speed, struc argument
228 int speed; local
[all...]

Completed in 149 milliseconds

12345678