Searched refs:woffs (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dretest.c49 static int woffs[MAXSTRSIZE]; variable
258 if ((rm_so = woffs[rm_so]) < 0 ||
259 (n = rm_eo, rm_eo = woffs[rm_eo]) < 0)
340 int wlen = mbntowc(wstr, data, len, woffs);
414 int wlen = mbntowc(wstr, str, len, woffs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c1224 uint32_t boffs = 0, woffs = ops->ooboffs; local
1229 if (unlikely(woffs)) {
1230 if (woffs >= free->length) {
1231 woffs -= free->length;
1234 boffs = free->offset + woffs;
1236 (free->length - woffs));
1237 woffs = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_47xx.c1224 uint32_t boffs = 0, woffs = ops->ooboffs; local
1229 if (unlikely(woffs)) {
1230 if (woffs >= free->length) {
1231 woffs -= free->length;
1234 boffs = free->offset + woffs;
1236 (free->length - woffs));
1237 woffs = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_base.c2111 uint32_t boffs = 0, woffs = ops->ooboffs; local
2116 if (unlikely(woffs)) {
2117 if (woffs >= free->length) {
2118 woffs -= free->length;
2121 boffs = free->offset + woffs;
2123 (free->length - woffs));
2124 woffs = 0;

Completed in 138 milliseconds