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:tmp_range
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon_pp.c
511
SANE_Range *
tmp_range
;
in sane_open()
local
649
if(!(
tmp_range
= malloc(sizeof(*
tmp_range
))))
in sane_open()
651
(*
tmp_range
).min = 0;
in sane_open()
652
(*
tmp_range
).max = 215;
in sane_open()
653
cs->opt[OPT_TL_X].constraint.range =
tmp_range
;
in sane_open()
656
if(!(
tmp_range
= malloc(sizeof(*
tmp_range
))))
in sane_open()
658
(*
tmp_range
).min = 0;
in sane_open()
659
(*
tmp_range
)
in sane_open()
[all...]
/third_party/curl/src/
H
A
D
tool_getparam.c
2534
const char *
tmp_range
= nextarg;
in getparameter()
local
2535
while(*
tmp_range
) {
in getparameter()
2536
if(!ISDIGIT(*
tmp_range
) && *
tmp_range
!= '-' && *
tmp_range
!= ',') {
in getparameter()
2543
tmp_range
++;
in getparameter()
/third_party/selinux/libsepol/src/
H
A
D
expand.c
1063
mls_range_t
tmp_range
;
in user_copy_callback()
local
1066
if (mls_semantic_range_expand(&user->range, &
tmp_range
,
in user_copy_callback()
1072
mls_range_destroy(&
tmp_range
);
in user_copy_callback()
1075
if (!mls_range_eq(&new_user->exp_range, &
tmp_range
) ||
in user_copy_callback()
1077
mls_range_destroy(&
tmp_range
);
in user_copy_callback()
1081
mls_range_destroy(&
tmp_range
);
in user_copy_callback()
Completed in 9 milliseconds