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:remaining_lines
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
gl843.cpp
1187
std::size_t
remaining_lines
= dev->get_pipeline_source().remaining_bytes() /
in detect_document_end()
local
1193
DBG(DBG_io, "%s:
remaining_lines
=%zu\n", __func__,
remaining_lines
);
in detect_document_end()
1198
if (
remaining_lines
> skip_lines) {
in detect_document_end()
1199
remaining_lines
-= skip_lines;
in detect_document_end()
1200
dev->get_pipeline_source().set_remaining_bytes(
remaining_lines
*
in detect_document_end()
H
A
D
gl841.cpp
1396
std::size_t
remaining_lines
= dev->get_pipeline_source().remaining_bytes() /
in detect_document_end()
local
1402
DBG(DBG_io, "%s:
remaining_lines
=%zu\n", __func__,
remaining_lines
);
in detect_document_end()
1407
if (
remaining_lines
> skip_lines) {
in detect_document_end()
1408
remaining_lines
-= skip_lines;
in detect_document_end()
1409
dev->get_pipeline_source().set_remaining_bytes(
remaining_lines
*
in detect_document_end()
H
A
D
gl646.cpp
1449
unsigned
remaining_lines
= lines_in_buffer + lines_offset;
in detect_document_end()
local
1451
bytes_left =
remaining_lines
* dev->session.output_line_bytes_raw;
in detect_document_end()
/third_party/backends/backend/
H
A
D
microtek2.c
6593
int max_lines, lines_to_read,
remaining_lines
;
in read_cx_shading_image()
local
6629
remaining_lines
= md->shading_length;
in read_cx_shading_image()
6630
while (
remaining_lines
> 0 )
in read_cx_shading_image()
6632
lines_to_read = MIN(max_lines,
remaining_lines
);
in read_cx_shading_image()
6641
remaining_lines
-= lines_to_read;
in read_cx_shading_image()
Completed in 18 milliseconds