OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:odd_line_code
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/nand/
hamming.c
47
uint8_t
odd_line_code
= 0;
local in function:hamming_compute_256
92
* even_line_code and
odd_line_code
, such as
95
*
odd_line_code
bits: P128' P64' P32' P16'
99
odd_line_code
^= i;
134
if ((
odd_line_code
& 0x80) != 0) {
144
if ((
odd_line_code
& 0x08) != 0) {
163
odd_line_code
<<= 1;
hamming.c
47
uint8_t
odd_line_code
= 0;
local in function:hamming_compute_256
92
* even_line_code and
odd_line_code
, such as
95
*
odd_line_code
bits: P128' P64' P32' P16'
99
odd_line_code
^= i;
134
if ((
odd_line_code
& 0x80) != 0) {
144
if ((
odd_line_code
& 0x08) != 0) {
163
odd_line_code
<<= 1;
hamming.c
47
uint8_t
odd_line_code
= 0;
local in function:hamming_compute_256
92
* even_line_code and
odd_line_code
, such as
95
*
odd_line_code
bits: P128' P64' P32' P16'
99
odd_line_code
^= i;
134
if ((
odd_line_code
& 0x80) != 0) {
144
if ((
odd_line_code
& 0x08) != 0) {
163
odd_line_code
<<= 1;
Completed in 31 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025