Lines Matching full:into
27 /** Write the src array into a packed format. The packing process may end
32 into
37 /** Write the src array into a packed format. The packing process may end
42 into
47 /** Unpack the data in src[], and expand it into dst[]. The src[] data was
51 @param dst Buffer (allocated by caller) to expand the src[] into.
52 @return the number of dst elements (not bytes) written into dst.
56 /** Unpack the data in src[], and expand it into dst[]. The src[] data was
60 @param dst Buffer (allocated by caller) to expand the src[] into.
61 @return the number of bytes written into dst.
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[]
69 @param dst Buffer (allocated by caller) to expand the src[] into.
71 into dst
72 @param dstWrite Number of bytes of unpacked src to write into dst (after