Query: bitmap_copy_le
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BITMAP_COPY_LE(9) Basic Kernel Library Functions BITMAP_COPY_LE(9)NAMEbitmap_copy_le - copy a bitmap, putting the bits into little-endian order.SYNOPSISvoid bitmap_copy_le(void * dst, const unsigned long * src, int nbits);ARGUMENTSdst destination buffer src bitmap to copy nbits number of bits in the bitmapDESCRIPTIONRequire nbits % BITS_PER_LONG == 0.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BITMAP_COPY_LE(9)
Related Man Pages |
---|
bitmap_remap(9) - suse |
bitstring(3) - freebsd |
bit_clear(3) - freebsd |
bit_nclear(3) - freebsd |
bit_set(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
How to increment version inside a file? |
DB2 convert digits to binary format |
Docker learning Phase-I |
Shopt -s histappend |
Controlling user input |