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:max_name
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/net/ynl/
H
A
D
ynl-gen-c.py
709
self.
max_name
= c_upper(self.yaml.get('attr-max-name', f"{self.name_prefix}max"))
712
self.
max_name
= family.attr_sets[self.subset_of].
max_name
1335
type_max = struct.attr_set.
max_name
2172
max_name
= c_upper(name_pfx + 'mask')
2174
cw.p(
max_name
+ max_val)
2176
max_name
= c_upper(name_pfx + 'max')
2177
cw.p('__' +
max_name
+ ',')
2178
cw.p(
max_name
+ ' = (__' +
max_name
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
btf.c
1309
const size_t
max_name
= 256;
in btf__get_map_kv_tids()
local
1310
char container_name[
max_name
];
in btf__get_map_kv_tids()
1314
if (snprintf(container_name,
max_name
, "____btf_map_%s", map_name) ==
in btf__get_map_kv_tids()
1315
max_name
) {
in btf__get_map_kv_tids()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
annotate.c
2705
int
max_name
= 0, len;
in annotation__max_ins_name()
local
2713
if (
max_name
< len)
in annotation__max_ins_name()
2714
max_name
= len;
in annotation__max_ins_name()
2717
return
max_name
;
in annotation__max_ins_name()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
annotate.c
2835
int
max_name
= 0, len;
in annotation__max_ins_name()
local
2843
if (
max_name
< len)
in annotation__max_ins_name()
2844
max_name
= len;
in annotation__max_ins_name()
2847
return
max_name
;
in annotation__max_ins_name()
Completed in 21 milliseconds