OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ofcs
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ir/
sir.c
106
uint16_t
ofcs
;
local in function:irda_sir_frame
115
ofcs
= INITFCS;
127
ofcs
= updateFCS(
ofcs
, c);
132
ofcs
= ~
ofcs
;
133
c =
ofcs
& 0xff;
135
c = (
ofcs
>> 8) & 0xff;
Completed in 11 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025