Home | History | Annotate | Download | only in core

Lines Matching full:into

34     /** Write the src array into a packed format. The packing process may end
39 into
44 /** Write the src array into a packed format. The packing process may end
49 into
54 /** Unpack the data in src[], and expand it into dst[]. The src[] data was
58 @param dst Buffer (allocated by caller) to expand the src[] into.
59 @return the number of dst elements (not bytes) written into dst.
63 /** Unpack the data in src[], and expand it into dst[]. The src[] data was
67 @param dst Buffer (allocated by caller) to expand the src[] into.
68 @return the number of bytes written into dst.
73 dstWrite bytes into dst[]. The src[] data was written by a previous
74 call to Pack8. Return the number of bytes actually writtten into dst[]
76 @param dst Buffer (allocated by caller) to expand the src[] into.
78 into dst
79 @param dstWrite Number of bytes of unpacked src to write into dst (after