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:table_cnt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/scripts/
H
A
D
kallsyms.c
59
static unsigned int table_size,
table_cnt
;
variable
298
for (i = 0; i <
table_cnt
; i++) {
in shrink_table()
307
table_cnt
= pos;
in shrink_table()
310
if (!
table_cnt
) {
in shrink_table()
325
sym->start_pos =
table_cnt
;
in read_map()
327
if (
table_cnt
>= table_size) {
in read_map()
336
table[
table_cnt
++] = sym;
in read_map()
411
for (i = 0; i <
table_cnt
; i++) {
in write_src()
456
printf("\t.long\t%u\n",
table_cnt
);
in write_src()
461
markers = malloc(sizeof(unsigned int) * ((
table_cnt
in write_src()
[all...]
/kernel/linux/linux-6.6/scripts/
H
A
D
kallsyms.c
63
static unsigned int table_size,
table_cnt
;
variable
239
for (i = 0; i <
table_cnt
; i++) {
in shrink_table()
248
table_cnt
= pos;
in shrink_table()
251
if (!
table_cnt
) {
in shrink_table()
275
sym->start_pos =
table_cnt
;
in read_map()
277
if (
table_cnt
>= table_size) {
in read_map()
287
table[
table_cnt
++] = sym;
in read_map()
383
qsort(table,
table_cnt
, sizeof(table[0]), compare_names);
in sort_symbols_by_name()
405
printf("\t.long\t%u\n",
table_cnt
);
in write_src()
410
markers = malloc(sizeof(unsigned int) * ((
table_cnt
in write_src()
[all...]
Completed in 3 milliseconds