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:secno
(Results
1 - 7
of
7
) sorted by relevance
/third_party/elfio/examples/c_wrapper/
H
A
D
c_example.c
66
int
secno
= elfio_get_sections_num( pelfio );
in main()
local
67
printf( "Sections No : %d\n",
secno
);
in main()
69
for ( int i = 0; i <
secno
; i++ ) {
in main()
/third_party/libbpf/src/
H
A
D
elf.c
108
int
secno
= elfio_get_sections_num(pelfio);
in elf_find_next_scn_by_type()
local
111
for (int i = 0; i <
secno
; i++) {
in elf_find_next_scn_by_type()
118
for (; j <
secno
; j++) {
in elf_find_next_scn_by_type()
H
A
D
btf.c
1193
int
secno
= elfio_get_sections_num(elf);
local
1195
for ( int i = 0; i <
secno
; i++ ) {
H
A
D
libbpf.c
3702
int
secno
= elfio_get_sections_num(elf);
3703
for ( int i = 0; i <
secno
; i++ ) {
3773
for ( int i = 0; i <
secno
; i++ ) {
/third_party/f2fs-tools/fsck/
H
A
D
f2fs.h
458
#define GET_SEG_FROM_SEC(sbi,
secno
) \
459
((
secno
) * (sbi)->segs_per_sec)
H
A
D
mount.c
62
unsigned int
secno
= segno / sbi->segs_per_sec;
in is_usable_seg()
local
76
return seg_start < ((sec_off +
secno
) * blocks_per_sec) +
in is_usable_seg()
/third_party/skia/third_party/externals/microhttpd/doc/
H
A
D
texinfo.tex
5270
\newcount\
secno
\
secno
=0
5431
\global\
secno
=0 \global\subsecno=0 \global\subsubsecno=0
5454
\global\
secno
=0 \global\subsecno=0 \global\subsubsecno=0
5473
\global\
secno
=0 \global\subsecno=0 \global\subsubsecno=0
5518
\global\subsecno=0 \global\subsubsecno=0 \global\advance\
secno
by 1
5519
\sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\
secno
}%
5525
\global\subsecno=0 \global\subsubsecno=0 \global\advance\
secno
by 1
5526
\sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\
secno
}%
5533
\global\subsecno=0 \global\subsubsecno=0 \global\advance\
secno
b
[all...]
Completed in 33 milliseconds