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

123

/barrelfish-master/lib/openssl-1.0.0d/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...]
/barrelfish-master/lib/openssl-1.0.0d/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...]
/barrelfish-master/lib/posixcompat/
H A Dtermios.c168 int cfsetospeed(struct termios *t, speed_t speed) argument
170 t->c_ospeed = speed;
177 int cfsetispeed(struct termios *t, speed_t speed) argument
179 t->c_ispeed = speed;
/barrelfish-master/usr/tests/net_tests/nfs_throughput/
H A Dnfs_cat.c71 double speed = ((filesize/in_seconds(stop - start))/(1024 * 1024)); local
72 if (speed < 50) {
73 printf("Warning: NFS throughput too low!! [%f]\n", speed);
75 printf("## Data size = %f MB, Processing time [%"PU"], speed [%f] MB/s\n",
77 speed);
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Dmakefile.bc19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
47 speed.exe: speed.obj libdes.lib
/barrelfish-master/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub.c83 switch (device->speed) {
184 * figuring out the device speed, this depends on the hub speed
187 usb_speed_t speed = hub->device->speed; local
188 switch (hub->device->speed) {
191 speed = USB_SPEED_HIGH;
192 USB_DEBUG_DEV("device speed is HS -> HIGH SPEED\n");
194 USB_DEBUG_DEV("device speed is HS -> LOW SPEED\n");
195 speed
[all...]
/barrelfish-master/usr/drivers/usb/usb_manager/include/
H A Dusb_device.h94 usb_speed_t speed; member in struct:usb_device
135 uint8_t portindex, uint8_t portno, usb_speed_t speed, usb_mode_t mode);
H A Dusb_xfer.h276 usb_speed_t speed; member in struct:usb_xfer_setup_params
302 * - hs_start high speed resource allocation start mask
303 * - hs_complete high speed resource allocation complete mask
304 * - hs_uframe; high speed micro frame
/barrelfish-master/lib/openssl-1.0.0d/MacOS/
H A DRandomizer.cpp382 long cpuSpeed; // Processor speed
431 long speed; local
434 if (Gestalt (gestaltProcClkSpeed, &speed) != noErr)
440 mTimebaseTicksPerMillisec = speed / 1.0e4D;
/barrelfish-master/include/lwip/lwip/
H A Dnetif.h149 /** (estimate) link speed */
182 #define NETIF_INIT_SNMP(netif, type, speed) \
185 /* your link speed here (units: bits per second) */ \
186 netif->link_speed = speed; \
197 #define NETIF_INIT_SNMP(netif, type, speed)
/barrelfish-master/include/lwip2/lwip/
H A Dsnmp.h117 * @param speed your link speed here (units: bits per second)
119 #define MIB2_INIT_NETIF(netif, type, speed) do { \
121 (netif)->link_speed = (speed);\
138 #define MIB2_INIT_NETIF(netif, type, speed)
/barrelfish-master/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_bus.c271 * CASE 2: the attached device is not a high speed device and is directly
273 * full speed devices are handled by the companion controller.
276 if (device->speed != USB_SPEED_HIGH) {
295 * the device speed
297 if (device->speed == USB_SPEED_HIGH) {
299 } else if (device->speed == USB_SPEED_FULL) {
H A Dusb_ehci_xfer.c91 * x itd or sitd (depending on the size or the speed)
93 if (xfer->device->speed == USB_SPEED_HIGH) {
114 switch (param->speed) {
318 switch (xfer->device->speed) {
325 debug_printf("WARNING: Unknown speed\n");
716 switch (xfer->device->speed) {
784 assert(!"NYI: Full speed isochronous done handling!");
792 assert(!"NYI: High speed isochronous done handling!");
1003 if (xfer->device->speed == USB_SPEED_HIGH) {
1004 assert(!"NYI: handling of high speed isoch
[all...]
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_xfer.c262 * \brief checks the standard packet sizes according to the transfer speed
267 * \param speed the endpoint speed
270 uint8_t type, enum usb_speed speed)
315 ptr->range.max = intr_range_max[speed];
318 ptr->range.max = isoc_range_max[speed];
322 temp = bulk_min[speed];
324 temp = control_min[speed];
331 if (speed == USB_SPEED_FULL) {
378 usb_speed_t ep_speed = param->speed;
269 usb_xfer_get_packet_size(struct usb_std_packet_size *ptr, uint8_t type, enum usb_speed speed) argument
[all...]
H A Dusb_device.c277 switch (device->speed) {
281 * full and low speed device have a maximum packet size of 8 bytes
295 * for high and super speed devices we have a maximum packet size
443 * \param speed speed information
451 uint8_t portno, usb_speed_t speed, usb_mode_t mode)
513 device->speed = speed;
517 * find the parent high speed hub. This is needed for the transaction
518 * translator of the high speed hu
449 usb_device_alloc(struct usb_host_controller *hc, struct usb_device *parent_hub, uint8_t depth, uint8_t portindex, uint8_t portno, usb_speed_t speed, usb_mode_t mode) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dprogs.pl36 elsif ( ($_ =~ /^speed$/))
H A DMakefile40 x509 genrsa gendsa genpkey s_server s_client speed \
56 x509.o genrsa.o gendsa.o genpkey.o s_server.o s_client.o speed.o \
64 x509.c genrsa.c gendsa.c genpkey.c s_server.c s_client.c speed.c \
925 speed.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h
926 speed.o: ../include/openssl/bio.h ../include/openssl/blowfish.h
927 speed.o: ../include/openssl/bn.h ../include/openssl/buffer.h
928 speed.o: ../include/openssl/camellia.h ../include/openssl/cast.h
929 speed.o: ../include/openssl/conf.h ../include/openssl/crypto.h
930 speed.o: ../include/openssl/des.h ../include/openssl/des_old.h
931 speed
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/times/
H A Dusparc.cc4 gives a speed of 475,000 des/s while 'speed' gives 417,000 des/s.
6 is able to perform when the code is 'inlined'. For 'speed', the DES
8 speed since if performance is everything, you can always inline
14 actual 'speed' numbers look better which is a realistic version of
/barrelfish-master/tools/usbboot/
H A Dusbboot.c366 int speed= libusb_get_device_speed(dev); local
367 if(speed < 0) fail_usb("libusb_get_device_speed", speed);
369 switch(speed) {
383 printf("unknown speed.\n");
/barrelfish-master/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci.h109 volatile uint8_t speed : 1; member in struct:usb_ohci_ed_ctrl
H A Dusb_ohci_bus.c101 if (device->speed == USB_SPEED_FULL) {
H A Dusb_ohci_xfer.c798 if (xfer->device->speed == USB_SPEED_LOW) {
799 ed_flags.speed = USB_OHCI_ED_LOWSPEED;
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dlips.pl38 % DESCRIPTION: Measure the system's speed using naive reverse
44 :- comment(summary, "Measure the system's speed using the naive reverse benchmark").
49 Measure the system's speed in logical inferences per second, using
52 the speed of list processing.
70 summary:"Run the benchmark a reasonable number of times and print the average speed"
73 summary:"Run the benchmark Count times and print the average speed"
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dsysfs.c182 char *speed = ""; local
191 case 2: speed = " DDR"; break;
192 case 4: speed = " QDR"; break;
201 ib_width_enum_to_int(attr.active_width), speed);
/barrelfish-master/usr/drivers/enet/
H A Denet_module.c486 uint8_t speed = enet_ecr_speed_rdf(st->d); local
488 if (!speed) {
510 // Set MII speed, do not drop preamble and set hold time to 10ns
556 // Set MII speed, do not drop preamble and set hold time to 10ns

Completed in 209 milliseconds

123