Home | History | Annotate | Download | only in genuca

Lines Matching refs:bytes

709     // Check for valid bytes in CE weights.
710 // TODO: Tighten this so that it allows 03 & 04 in intermediate bytes
711 // but not in final bytes.
715 uint8_t bytes[4] = {
726 if (0 != bytes[j] && bytes[j] < maxByte) {
727 fprintf(stderr, "Warning: invalid UCA weight byte %02X for %s\n", bytes[j], buffer);