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:g_time
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
gt68xx_generic.c
161
req[8] = LOBYTE (params->
g_time
);
in gt68xx_generic_set_exposure_time()
162
req[9] = HIBYTE (params->
g_time
);
in gt68xx_generic_set_exposure_time()
167
params->r_time, params->
g_time
, params->b_time);
in gt68xx_generic_set_exposure_time()
H
A
D
artec_eplus48u.c
816
dev->exp_params.
g_time
= exp_params.
g_time
;
in attach()
1442
req[8] = LOBYTE (params->
g_time
);
in artec48u_generic_set_exposure_time()
1443
req[9] = HIBYTE (params->
g_time
);
in artec48u_generic_set_exposure_time()
3224
s->dev->exp_params.
g_time
+= exp_off;
in calibrate_scanner()
3235
s->dev->exp_params.
g_time
-= exp_off;
in calibrate_scanner()
3268
s->dev->exp_params.r_time, s->dev->exp_params.
g_time
,
in calibrate_scanner()
3283
XDBG ((1, "option greenExposure 0x%x\n", s->dev->exp_params.
g_time
));
in calibrate_scanner()
3295
s->dev->artec_48u_exposure_params.
g_time
= s->dev->exp_params.
g_time
;
in calibrate_scanner()
[all...]
H
A
D
gt68xx_high.c
725
exposure->
g_time
, exposure->b_time);
in gt68xx_scanner_calibrate()
1932
&exposure->
g_time
);
in gt68xx_afe_cis_auto()
1950
scanner->exposure_params.
g_time
=exposure->
g_time
;
in gt68xx_afe_cis_auto()
2402
scanner->dev->exposure->
g_time
= scanner->exposure_params.
g_time
;
in gt68xx_assign_calibration()
H
A
D
artec_eplus48u.h
132
SANE_Int
g_time
; /**< Red exposure time */
member
H
A
D
gt68xx_low.h
190
SANE_Int
g_time
; /**< Red exposure time */
member
/third_party/lz4/programs/
H
A
D
bench.c
92
if ((clock() -
g_time
> refreshRate) || (g_displayLevel>=4)) \
93
{
g_time
= clock(); DISPLAY(__VA_ARGS__); \
96
static clock_t
g_time
= 0;
variable
H
A
D
lz4io.c
98
if ( ((clock() -
g_time
) > refreshRate) \
100
g_time
= clock(); \
105
static clock_t
g_time
= 0;
variable
/third_party/lz4/tests/
H
A
D
fuzzer.c
112
static clock_t
g_time
= 0;
in FUZ_displayUpdate()
local
114
if ((FUZ_GetClockSpan(
g_time
) > g_refreshRate) || (g_displayLevel>=4)) {
in FUZ_displayUpdate()
115
g_time
= clock();
in FUZ_displayUpdate()
Completed in 18 milliseconds