Lines Matching defs:mapsize
258 if ((n->startbit + MAPSIZE) > bit) {
273 uint32_t startbit = bit & ~(MAPSIZE - 1);
274 uint32_t highbit = startbit + MAPSIZE;
284 if ((n->startbit + MAPSIZE) > bit) {
300 MAPSIZE;
368 uint32_t buf[3], mapsize, count, i;
377 mapsize = le32_to_cpu(buf[0]);
381 if (mapsize != MAPSIZE) {
384 mapsize, MAPSIZE, e->highbit);
391 if (e->highbit & (MAPSIZE - 1)) {
394 e->highbit, MAPSIZE);
418 if (n->startbit & (MAPSIZE - 1)) {
421 n->startbit, MAPSIZE);
424 if (n->startbit > (e->highbit - MAPSIZE)) {
427 n->startbit, (e->highbit - MAPSIZE));
456 if (count && l->startbit + MAPSIZE != e->highbit) {
459 e->highbit, l->startbit + MAPSIZE);