Searched refs:offs2 (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Drecovery.c224 int err, offs1, offs2; local
247 offs2 = (void *)mst2 - buf2;
248 if (offs1 == offs2) {
255 } else if (offs2 + sz == offs1) {
260 } else if (offs1 == 0 && offs2 + sz >= c->leb_size) {
284 offs2 = (void *)mst2 - buf2;
285 if (offs2 + sz + sz <= c->leb_size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Drecovery.c224 int err, offs1, offs2; local
247 offs2 = (void *)mst2 - buf2;
248 if (offs1 == offs2) {
255 } else if (offs2 + sz == offs1) {
260 } else if (offs1 == 0 && offs2 + sz >= c->leb_size) {
284 offs2 = (void *)mst2 - buf2;
285 if (offs2 + sz + sz <= c->leb_size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_base.c1296 unsigned int offs2; local
1327 for (offs2 = 0x100000; offs2 < maxSize; offs2 += 0x200000)
1328 mga_writeb(vm, offs2, *tmp++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_base.c1296 unsigned int offs2; local
1327 for (offs2 = 0x100000; offs2 < maxSize; offs2 += 0x200000)
1328 mga_writeb(vm, offs2, *tmp++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dbcmutils.c643 pkt2pktcopy(osl_t *osh, void *p1, uint offs1, void *p2, uint offs2, int maxlen) argument
654 if (offs2 < (uint)PKTLEN(osh, p2))
656 offs2 -= PKTLEN(osh, p2);

Completed in 134 milliseconds