Lines Matching full:delta
1021 uint32_t c, delta;
1094 } else if((delta=c-currentOffset)<=0x7f) {
1096 *target++=(uint8_t)(delta|0x80);
1132 if((delta=c-currentOffset)<=0x7f) {
1134 *target++=(uint8_t)(delta|0x80);
1513 uint32_t c, delta;
1572 } else if((delta=c-currentOffset)<=0x7f) {
1574 *target++=(uint8_t)(delta|0x80);
1606 if((delta=c-currentOffset)<=0x7f) {
1608 *target++=(uint8_t)(delta|0x80);