Lines Matching defs:byte
385 unsigned char byte;389 byte = *p++;390 result |= (byte & 0x7f) << shift;393 while (byte & 0x80);409 unsigned char byte;413 byte = *p++;414 result |= (byte & 0x7f) << shift;417 while (byte & 0x80);421 if ((byte & 0x40) && (shift < (sizeof(result) << 3))) {