Lines Matching full:offsets
69 /* use table of predefined fixed offsets for values from fixedThreshold */
73 /* constant offsets for the 8 static windows */
85 /* initial offsets for the 8 dynamic (sliding) windows */
97 /* Table of fixed predefined Offsets */
120 /* dynamic window offsets, intitialize to default values from initialDynamicOffsets */
237 int32_t *offsets;
254 offsets=pArgs->offsets;
296 if(offsets!=NULL) {
297 *offsets++=sourceIndex;
304 if(offsets!=NULL) {
305 *offsets++=sourceIndex;
312 if(offsets!=NULL) {
313 *offsets++=sourceIndex;
314 *offsets++=sourceIndex;
318 if(offsets!=NULL) {
319 *offsets++=sourceIndex;
349 if(offsets!=NULL) {
350 *offsets++=sourceIndex;
394 if(offsets!=NULL) {
395 *offsets++=sourceIndex;
402 /* all static offsets are in the BMP */
404 if(offsets!=NULL) {
405 *offsets++=sourceIndex;
412 if(offsets!=NULL) {
413 *offsets++=sourceIndex;
420 if(offsets!=NULL) {
421 *offsets++=sourceIndex;
422 *offsets++=sourceIndex;
426 if(offsets!=NULL) {
427 *offsets++=sourceIndex;
480 if(offsets!=NULL) {
481 *offsets++=sourceIndex;
544 if(offsets!=NULL) {
545 *offsets++=sourceIndex;
572 pArgs->offsets=offsets;
581 * offsets, sourceIndex, and nextSourceIndex.
722 /* all static offsets are in the BMP */
883 getWindow(const uint32_t offsets[8], uint32_t c) {
886 if((uint32_t)(c-offsets[i])<=0x7f) {
955 * takes fixed offsets into account
1016 int32_t *offsets;
1043 offsets=pArgs->offsets;
1077 if(offsets!=NULL) {
1078 *offsets++=sourceIndex;
1085 if(offsets!=NULL) {
1086 *offsets++=sourceIndex;
1098 if(offsets!=NULL) {
1099 *offsets++=sourceIndex;
1136 if(offsets!=NULL) {
1137 *offsets++=sourceIndex;
1162 if(offsets!=NULL) {
1163 *offsets++=sourceIndex;
1256 if(offsets!=NULL) {
1257 *offsets++=sourceIndex;
1258 *offsets++=sourceIndex;
1386 pArgs->offsets=offsets;
1393 if(offsets==NULL) {
1413 *offsets++=sourceIndex;
1416 *offsets++=sourceIndex;
1419 *offsets++=sourceIndex;
1422 *offsets++=sourceIndex;
1469 if(offsets!=NULL) {
1470 *offsets++=sourceIndex;
1474 if(offsets!=NULL) {
1475 *offsets++=sourceIndex;
1479 if(offsets!=NULL) {
1480 *offsets++=sourceIndex;
1499 * offsets, sourceIndex, and nextSourceIndex.