Searched refs:bytes (Results 1 - 6 of 6) sorted by relevance

/solaris-userland/components/rpm2cpio/src/
H A Drpm2cpio.pl56 ($magic, undef, my $sections, my $bytes) = unpack("N4", $rpm);
60 # tell($f)-16, $magic, $sections, $bytes, $smagic);
83 seek $f, 16 * $sections + $bytes, 1 or die "File is too small\n";
/solaris-userland/components/krb5/Solaris/
H A Dlibgss_stubs.c48 get_der_length(unsigned char **buf, unsigned int buf_len, unsigned int *bytes) { argument
49 return (gssint_get_der_length(buf, buf_len, bytes));
/solaris-userland/components/libusb/wrapper/src/
H A Dusb.h284 int usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes,
286 int usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes,
289 int usb_interrupt_write(usb_dev_handle *dev, int ep, char *bytes,
291 int usb_interrupt_read(usb_dev_handle *dev, int ep, char *bytes,
295 int request, int value, int index, char *bytes,
H A Dwr_libusb.c1156 usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
1167 return (*hdl)(dev, ep, bytes, size, timeout);
1171 usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
1183 return ((*hdl)(dev, ep, bytes, size, timeout));
1187 usb_interrupt_read(usb_dev_handle *dev, int ep, char *bytes, argument
1200 return ((*hdl)(dev, ep, bytes, size, timeout));
1204 usb_interrupt_write(usb_dev_handle *dev, int ep, char *bytes, argument
1217 return ((*hdl)(dev, ep, bytes, size, timeout));
1222 int value, int index, char *bytes, int size, int timeout)
1235 bytes, siz
1221 usb_control_msg(usb_dev_handle *dev, int requesttype, int request, int value, int index, char *bytes, int size, int timeout) argument
[all...]
/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A Dvis3-mont.pl52 sll $num, 2, $num ! size in bytes
54 andn %g5, 63, %g5 ! buffer size rounded up to 64 bytes
68 # +-------------------------------+<----- aligned at 64 bytes
73 # +-------------------------------+<----- aligned at 64 bytes
H A Dsparct4-mont.pl685 sll $num, 3, $num ! size in bytes
687 andn %g1, 63, %g1 ! buffer size rounded up to 64 bytes
697 # +-------------------------------+<----- aligned at 64 bytes
702 # +-------------------------------+<----- aligned at 64 bytes
936 sll $num, 3, $num ! size in bytes
938 andn %g1, 63, %g1 ! buffer size rounded up to 64 bytes
949 # +-------------------------------+<----- aligned at 64 bytes
954 # +-------------------------------+<----- aligned at 64 bytes

Completed in 305 milliseconds