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:min_res
(Results
1 - 4
of
4
) sorted by relevance
/third_party/cups-filters/cupsfilters/
H
A
D
ppdgenerator.c
1623
*
min_res
, /* Minimum common resolution */
in ppdCreateFromIPP2()
local
1905
min_res
= NULL;
in ppdCreateFromIPP2()
2156
min_res
= copy_resolution(cupsArrayFirst(common_res), NULL);
in ppdCreateFromIPP2()
3873
min_res
->x,
min_res
->y);
in ppdCreateFromIPP2()
4260
free(
min_res
);
in ppdCreateFromIPP2()
4286
if (
min_res
) free(
min_res
);
in ppdCreateFromIPP2()
/third_party/backends/backend/
H
A
D
epjitsu.h
109
int
min_res
;
member
H
A
D
epjitsu.c
525
s->
min_res
= 50;
in attach_one()
557
s->
min_res
= 50;
in attach_one()
581
s->
min_res
= 50;
in attach_one()
604
s->
min_res
= 50;
in attach_one()
627
s->
min_res
= 50;
in attach_one()
1129
s->res_range.min = s->
min_res
;
in sane_get_option_descriptor()
/third_party/cups-filters/utils/
H
A
D
cups-browsed.c
6172
res_t *max_res = NULL, *
min_res
= NULL, *res = NULL;
in on_job_state()
local
6522
min_res
= resolutionNew(0, 0);
in on_job_state()
6533
min_res
->x = res->x;
in on_job_state()
6534
min_res
->y = res->y;
in on_job_state()
6540
if(compare_resolutions((void *)res,(void *)
min_res
,NULL) < 0) {
in on_job_state()
6541
min_res
->x = res->x;
in on_job_state()
6542
min_res
->y = res->y;
in on_job_state()
6558
if (
min_res
!= NULL){
in on_job_state()
6559
if (
min_res
->x ==
min_res
in on_job_state()
[all...]
Completed in 21 milliseconds