Home | History | Annotate | Download | only in src

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);
414 if (n->startbit & (MAPSIZE - 1)) {
417 n->startbit, MAPSIZE);
420 if (n->startbit > (e->highbit - MAPSIZE)) {
423 n->startbit, (e->highbit - MAPSIZE));