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 - 2
of
2
) 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;
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 23 milliseconds
Indexes created Thu Sep 25 15:09:46 GMT 2025