Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pcr_high
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H
A
D
vidtv_ts.c
27
u64
pcr_high
;
in vidtv_ts_write_pcr_bits()
local
32
pcr_high
= div; /*
pcr_high
= pcr / 300 */
in vidtv_ts_write_pcr_bits()
34
*buf++ =
pcr_high
>> 25;
in vidtv_ts_write_pcr_bits()
35
*buf++ =
pcr_high
>> 17;
in vidtv_ts_write_pcr_bits()
36
*buf++ =
pcr_high
>> 9;
in vidtv_ts_write_pcr_bits()
37
*buf++ =
pcr_high
>> 1;
in vidtv_ts_write_pcr_bits()
38
*buf++ =
pcr_high
<< 7 | pcr_low >> 8 | 0x7e;
in vidtv_ts_write_pcr_bits()
H
A
D
vidtv_pes.c
189
u64
pcr_high
;
in vidtv_pes_write_pcr_bits()
local
194
pcr_high
= div; /*
pcr_high
= pcr / 300 */
in vidtv_pes_write_pcr_bits()
196
*buf++ =
pcr_high
>> 25;
in vidtv_pes_write_pcr_bits()
197
*buf++ =
pcr_high
>> 17;
in vidtv_pes_write_pcr_bits()
198
*buf++ =
pcr_high
>> 9;
in vidtv_pes_write_pcr_bits()
199
*buf++ =
pcr_high
>> 1;
in vidtv_pes_write_pcr_bits()
200
*buf++ =
pcr_high
<< 7 | pcr_low >> 8 | 0x7e;
in vidtv_pes_write_pcr_bits()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H
A
D
vidtv_ts.c
27
u64
pcr_high
;
in vidtv_ts_write_pcr_bits()
local
32
pcr_high
= div; /*
pcr_high
= pcr / 300 */
in vidtv_ts_write_pcr_bits()
34
*buf++ =
pcr_high
>> 25;
in vidtv_ts_write_pcr_bits()
35
*buf++ =
pcr_high
>> 17;
in vidtv_ts_write_pcr_bits()
36
*buf++ =
pcr_high
>> 9;
in vidtv_ts_write_pcr_bits()
37
*buf++ =
pcr_high
>> 1;
in vidtv_ts_write_pcr_bits()
38
*buf++ =
pcr_high
<< 7 | pcr_low >> 8 | 0x7e;
in vidtv_ts_write_pcr_bits()
H
A
D
vidtv_pes.c
189
u64
pcr_high
;
in vidtv_pes_write_pcr_bits()
local
194
pcr_high
= div; /*
pcr_high
= pcr / 300 */
in vidtv_pes_write_pcr_bits()
196
*buf++ =
pcr_high
>> 25;
in vidtv_pes_write_pcr_bits()
197
*buf++ =
pcr_high
>> 17;
in vidtv_pes_write_pcr_bits()
198
*buf++ =
pcr_high
>> 9;
in vidtv_pes_write_pcr_bits()
199
*buf++ =
pcr_high
>> 1;
in vidtv_pes_write_pcr_bits()
200
*buf++ =
pcr_high
<< 7 | pcr_low >> 8 | 0x7e;
in vidtv_pes_write_pcr_bits()
Completed in 2 milliseconds