Lines Matching refs:xff
109 * with 0xff. However if the first byte is 0x80 and one of the following bytes
110 * is non-zero we pad with 0xff. The reason for this distinction is that 0x80
133 pb=0xFF;
141 pb=0xFF;
166 *(p--) = ((*(n--)) ^ 0xff) + 1;
169 for(;i > 0; i--) *(p--) = *(n--) ^ 0xff;
214 if ((*p == 0xff) && (len != 1)) {
238 *(to--) = (*(p--) ^ 0xff) + 1;
240 for(;i > 0; i--) *(to--) = *(p--) ^ 0xff;
366 buf[i]=(int)d&0xff;