Rechercher une page de manuel
bitmap_copy_le
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
NAME
bitmap_copy_le - copy a bitmap, putting the bits into little-endian order.SYNOPSIS
- void bitmap_copy_le(void * dst, const unsigned long * src, int nbits);
ARGUMENTS
dst
- destination buffer
src
- bitmap to copy
nbits
- number of bits in the bitmap
DESCRIPTION
Require nbits % BITS_PER_LONG == 0.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre