Query: bitmap_fold
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BITMAP_FOLD(9) Basic Kernel Library Functions BITMAP_FOLD(9)NAMEbitmap_fold - fold larger bitmap into smaller, modulo specified sizeSYNOPSISvoid bitmap_fold(unsigned long * dst, const unsigned long * orig, int sz, int bits);ARGUMENTSdst resulting smaller bitmap orig original larger bitmap sz specified size bits number of bits in each of these bitmapsDESCRIPTIONFor each bit oldbit in orig, set bit oldbit mod sz in dst. Clear all other bits in dst. See further the comment and Example [2] for bitmap_onto for why and how to use this.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BITMAP_FOLD(9)
Related Man Pages |
---|
ipsec_maskof(3) - debian |
ipsec_networkof(3) - debian |
ipsec_addrtosubnet(3) - centos |
ipsec_maskof(3) - centos |
bitmap_remap(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
DB2 convert digits to binary format |
Docker learning Phase-I |
CentOS 6 ran out of space, need to reclaim it |
[TIP] Processing YAML files with yq |