HomeSort by: relevance | last modified time | path
    Searched defs:shiftByte (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/shark/shark/
scr.c 486 BYTE shiftByte; /* intermediate value of bit being shifted */
2751 ** sc->shiftByte byte read from the card
2790 sc->shiftByte = 0;
2882 sc->shiftByte <<= 1;
2883 sc->shiftByte &= 0xfe;
2886 sc->shiftByte |= 0x01;
2894 sc->shiftByte = sc->shiftByte >> 1;
2895 sc->shiftByte &= 0x7f;
2899 sc->shiftByte |= 0x80
    [all...]
scr.c 486 BYTE shiftByte; /* intermediate value of bit being shifted */
2751 ** sc->shiftByte byte read from the card
2790 sc->shiftByte = 0;
2882 sc->shiftByte <<= 1;
2883 sc->shiftByte &= 0xfe;
2886 sc->shiftByte |= 0x01;
2894 sc->shiftByte = sc->shiftByte >> 1;
2895 sc->shiftByte &= 0x7f;
2899 sc->shiftByte |= 0x80
    [all...]

Completed in 26 milliseconds