Searched refs:origPtr (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Ddecompress.c253 s->origPtr = 0;
255 s->origPtr = (s->origPtr << 8) | ((Int32)uc);
257 s->origPtr = (s->origPtr << 8) | ((Int32)uc);
259 s->origPtr = (s->origPtr << 8) | ((Int32)uc);
261 if (s->origPtr < 0)
263 if (s->origPtr > 10 + 100000*s->blockSize100k)
489 check on s->origPtr
[all...]
H A Dbzlib_private.h213 Int32 origPtr; member in struct:__anon9
372 Int32 origPtr; member in struct:__anon10
H A Dblocksort.c1083 s->origPtr = -1;
1086 { s->origPtr = i; break; };
1088 AssertH( s->origPtr != -1, 1003 );
H A Dcompress.c650 bsW ( s, 24, s->origPtr );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c144 unsigned *dbuf, origPtr; local
169 origPtr = get_bits(bd, 24);
170 if (origPtr > dbufSize) return RETVAL_DATA_ERROR;
502 if (origPtr >= dbufCount) return RETVAL_DATA_ERROR;
503 bd->writePos = dbuf[origPtr];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbzip2_inflate.c321 Int32 origPtr; member in struct:__anon11546
1340 s->origPtr = 0;
1342 s->origPtr = (s->origPtr << 8) | ((Int32)uc);
1344 s->origPtr = (s->origPtr << 8) | ((Int32)uc);
1346 s->origPtr = (s->origPtr << 8) | ((Int32)uc);
1348 if (s->origPtr < 0)
1350 if (s->origPtr > 1
[all...]

Completed in 182 milliseconds