Home | History | Annotate | Download | only in core

Lines Matching full:bytes

28         up writing more bytes than it read, so dst[] must be large enough.
33 @return the number of bytes written to dst[]
38 up writing more bytes than it read, so dst[] must be large enough.
43 @return the number of bytes written to dst[]
50 @param srcSize Number of bytes of src to unpack
52 @return the number of dst elements (not bytes) written into dst.
59 @param srcSize Number of bytes of src to unpack
61 @return the number of bytes written into dst.
65 /** Unpack the data from src[], skip the first dstSkip bytes, then write
66 dstWrite bytes into dst[]. The src[] data was written by a previous
67 call to Pack8. Return the number of bytes actually writtten into dst[]
70 @param dstSkip Number of bytes of unpacked src to skip before writing
72 @param dstWrite Number of bytes of unpacked src to write into dst (after
73 skipping dstSkip bytes)