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:SYNTAX
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H
A
D
vidtv_psi.c
974
const u16
SYNTAX
= 0x1;
in vidtv_psi_pat_table_init()
local
984
pat->header.bitfield = cpu_to_be16((
SYNTAX
<< 15) | (ZERO << 14) | (ONES << 12));
in vidtv_psi_pat_table_init()
1159
const u16
SYNTAX
= 0x1;
in vidtv_psi_pmt_table_init()
local
1173
pmt->header.bitfield = cpu_to_be16((
SYNTAX
<< 15) | (ZERO << 14) | (ONES << 12));
in vidtv_psi_pmt_table_init()
1305
const u16
SYNTAX
= 0x1;
in vidtv_psi_sdt_table_init()
local
1314
sdt->header.bitfield = cpu_to_be16((
SYNTAX
<< 15) | (ONE << 14) | (ONES << 12));
in vidtv_psi_sdt_table_init()
1629
const u16
SYNTAX
= 0x1;
in vidtv_psi_nit_table_init()
local
1643
nit->header.bitfield = cpu_to_be16((
SYNTAX
<< 15) | (ONE << 14) | (ONES << 12));
in vidtv_psi_nit_table_init()
1864
const u16
SYNTAX
= 0x1;
in vidtv_psi_eit_table_init()
local
1874
eit->header.bitfield = cpu_to_be16((
SYNTAX
<< 1
in vidtv_psi_eit_table_init()
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H
A
D
vidtv_psi.c
966
const u16
SYNTAX
= 0x1;
in vidtv_psi_pat_table_init()
local
976
pat->header.bitfield = cpu_to_be16((
SYNTAX
<< 15) | (ZERO << 14) | (ONES << 12));
in vidtv_psi_pat_table_init()
1151
const u16
SYNTAX
= 0x1;
in vidtv_psi_pmt_table_init()
local
1165
pmt->header.bitfield = cpu_to_be16((
SYNTAX
<< 15) | (ZERO << 14) | (ONES << 12));
in vidtv_psi_pmt_table_init()
1297
const u16
SYNTAX
= 0x1;
in vidtv_psi_sdt_table_init()
local
1306
sdt->header.bitfield = cpu_to_be16((
SYNTAX
<< 15) | (ONE << 14) | (ONES << 12));
in vidtv_psi_sdt_table_init()
1621
const u16
SYNTAX
= 0x1;
in vidtv_psi_nit_table_init()
local
1635
nit->header.bitfield = cpu_to_be16((
SYNTAX
<< 15) | (ONE << 14) | (ONES << 12));
in vidtv_psi_nit_table_init()
1856
const u16
SYNTAX
= 0x1;
in vidtv_psi_eit_table_init()
local
1866
eit->header.bitfield = cpu_to_be16((
SYNTAX
<< 1
in vidtv_psi_eit_table_init()
[all...]
/kernel/linux/linux-5.10/scripts/
H
A
D
asn1_compiler.c
275
_(
SYNTAX
),
/kernel/linux/linux-6.6/scripts/
H
A
D
asn1_compiler.c
275
_(
SYNTAX
),
Completed in 9 milliseconds