OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 22 21:09:42 GMT 2025