EBITMAP_BIT
n->maps[index] |= (EBITMAP_BIT << ofs);
n->maps[index] &= ~(EBITMAP_BIT << ofs);
if ((n->maps[index] & (EBITMAP_BIT << ofs)))