Lines Matching full:offsets
68 /* use table of predefined fixed offsets for values from fixedThreshold */
72 /* constant offsets for the 8 static windows */
84 /* initial offsets for the 8 dynamic (sliding) windows */
96 /* Table of fixed predefined Offsets */
119 /* dynamic window offsets, intitialize to default values from initialDynamicOffsets */
236 int32_t *offsets;
253 offsets=pArgs->offsets;
295 if(offsets!=NULL) {
296 *offsets++=sourceIndex;
303 if(offsets!=NULL) {
304 *offsets++=sourceIndex;
311 if(offsets!=NULL) {
312 *offsets++=sourceIndex;
313 *offsets++=sourceIndex;
317 if(offsets!=NULL) {
318 *offsets++=sourceIndex;
348 if(offsets!=NULL) {
349 *offsets++=sourceIndex;
393 if(offsets!=NULL) {
394 *offsets++=sourceIndex;
401 /* all static offsets are in the BMP */
403 if(offsets!=NULL) {
404 *offsets++=sourceIndex;
411 if(offsets!=NULL) {
412 *offsets++=sourceIndex;
419 if(offsets!=NULL) {
420 *offsets++=sourceIndex;
421 *offsets++=sourceIndex;
425 if(offsets!=NULL) {
426 *offsets++=sourceIndex;
479 if(offsets!=NULL) {
480 *offsets++=sourceIndex;
543 if(offsets!=NULL) {
544 *offsets++=sourceIndex;
571 pArgs->offsets=offsets;
580 * offsets, sourceIndex, and nextSourceIndex.
721 /* all static offsets are in the BMP */
882 getWindow(const uint32_t offsets[8], uint32_t c) {
885 if((uint32_t)(c-offsets[i])<=0x7f) {
954 * takes fixed offsets into account
1015 int32_t *offsets;
1042 offsets=pArgs->offsets;
1076 if(offsets!=NULL) {
1077 *offsets++=sourceIndex;
1084 if(offsets!=NULL) {
1085 *offsets++=sourceIndex;
1097 if(offsets!=NULL) {
1098 *offsets++=sourceIndex;
1135 if(offsets!=NULL) {
1136 *offsets++=sourceIndex;
1161 if(offsets!=NULL) {
1162 *offsets++=sourceIndex;
1255 if(offsets!=NULL) {
1256 *offsets++=sourceIndex;
1257 *offsets++=sourceIndex;
1385 pArgs->offsets=offsets;
1392 if(offsets==NULL) {
1412 *offsets++=sourceIndex;
1415 *offsets++=sourceIndex;
1418 *offsets++=sourceIndex;
1421 *offsets++=sourceIndex;
1468 if(offsets!=NULL) {
1469 *offsets++=sourceIndex;
1473 if(offsets!=NULL) {
1474 *offsets++=sourceIndex;
1478 if(offsets!=NULL) {
1479 *offsets++=sourceIndex;
1498 * offsets, sourceIndex, and nextSourceIndex.