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:free_lines
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libswscale/
H
A
D
slice.c
23
static void
free_lines
(SwsSlice *s)
in free_lines()
function
64
free_lines
(s);
in alloc_lines()
111
free_lines
(s);
in free_slice()
/third_party/backends/backend/
H
A
D
microtek2.c
5578
ms->buf.
free_lines
= ms->src_max_lines + extra_buf_size / ms->bpl;
in prepare_buffers()
5579
ms->buf.free_max_lines = ms->buf.
free_lines
;
in prepare_buffers()
7420
ms->depth, pad, ms->buf.
free_lines
, ms->calib_backend);
in segreg_proc_data()
7444
ms->buf.
free_lines
-= ms->src_lines_to_read;
in segreg_proc_data()
7446
if ( ms->buf.
free_lines
< ms->src_max_lines )
in segreg_proc_data()
7450
ms->buf.
free_lines
= ms->buf.free_max_lines;
in segreg_proc_data()
7526
DBG(30, "segreg_proc_data: src_buf=%p,
free_lines
=%d\n",
in segreg_proc_data()
7527
(void *) ms->buf.src_buf, ms->buf.
free_lines
);
in segreg_proc_data()
H
A
D
microtek2.h
1127
SANE_Int
free_lines
;
member
Completed in 14 milliseconds