OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:section_length
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/dtv/
dtv_demux.c
586
uint16_t
section_length
;
local in function:dtv_demux_process
643
section_length
= ((p[1] & 0xf) << 8) | p[2];
656
if (
section_length
< 2 || (p[1] & 0x80) == 0)
664
sec->sec_length =
section_length
+ 3;
dtv_demux.c
586
uint16_t
section_length
;
local in function:dtv_demux_process
643
section_length
= ((p[1] & 0xf) << 8) | p[2];
656
if (
section_length
< 2 || (p[1] & 0x80) == 0)
664
sec->sec_length =
section_length
+ 3;
Completed in 71 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025