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:TimerDef
(Results
1 - 18
of
18
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_misc.c
255
_LOC void MiscStartTimer(
TimerDef
*timer , unsigned long us)
in MiscStartTimer()
261
*timer = (
TimerDef
)start_time.tv_sec * 1000000 + (
TimerDef
)start_time.tv_usec + us;
in MiscStartTimer()
270
_LOC int MiscCheckTimer(
TimerDef
*timer )
in MiscCheckTimer()
276
if ((
TimerDef
)current_time.tv_sec * 1000000 + (
TimerDef
)current_time.tv_usec > *timer) {
in MiscCheckTimer()
H
A
D
u12-motor.c
57
static
TimerDef
u12motor_Timer;
104
TimerDef
timer;
in u12motor_PositionYProc()
177
TimerDef
timer;
in u12motor_ToHomePosition()
201
TimerDef
timer;
in u12motor_BackToHomeSensor()
374
TimerDef
timer;
in u12motor_WaitForPositionY()
396
TimerDef
timer;
in u12motor_ForceToLeaveHomePos()
H
A
D
plustek-pp_motor.c
115
static
TimerDef
p98003MotorTimer;
209
TimerDef
timer;
in motorCheckMotorPresetLength()
613
TimerDef
timer;
in motorP98BackToHomeSensor()
1105
TimerDef
timer;
in motorP96ReadDarkData()
1244
TimerDef
timer;
in motorP96WaitForPositionY()
1325
TimerDef
timer;
in motorP96ConstantMoveProc1()
1943
TimerDef
timer;
2342
TimerDef
timer;
2664
TimerDef
timer;
2877
TimerDef
time
[all...]
H
A
D
u12-io.c
114
static void u12io_StartTimer(
TimerDef
*timer , unsigned long us )
in u12io_StartTimer()
127
static SANE_Bool u12io_CheckTimer(
TimerDef
*timer )
in u12io_CheckTimer()
685
TimerDef
timer;
in u12io_DownloadScanStates()
823
TimerDef
timer;
in u12io_ReadOneShadingLine()
H
A
D
plustek-pp_scan.h
113
typedef double
TimerDef
, *pTimerDef;
typedef
H
A
D
u12-scanner.h
53
typedef double
TimerDef
;
typedef
H
A
D
u12-if.c
98
TimerDef
timer;
in u12_initDev()
144
TimerDef
timer;
in u12if_shutdown()
H
A
D
plustek-pp_ptdrv.c
112
static
TimerDef
toTimer[_MAX_PTDEVS];
220
TimerDef
timer;
in ptdrvLampWarmup()
H
A
D
u12-hw.c
474
TimerDef
timer;
834
TimerDef
timer;
H
A
D
plustek-pp_genericio.c
1230
TimerDef
timer;
in IOSetToMotorStepCount()
1282
TimerDef
timer;
in IOReadOneShadingLine()
H
A
D
plustek-pp_image.c
676
TimerDef
timer;
in imageP98001ReadOneImageLine()
941
TimerDef
timer;
in imageP96ReadOneImageLine()
1233
TimerDef
timer, t2;
in imageP98003ReadOneImageLine()
H
A
D
plustek-pp_tpa.c
214
TimerDef
timer;
in tpaP98GetNegativeTempRamData()
340
TimerDef
timer;
in tpaP98RecalculateNegativeShadingGain()
839
TimerDef
timer;
in TPAP98003Reshading()
H
A
D
u12-tpa.c
59
TimerDef
timer;
in u12tpa_Reshading()
H
A
D
plustek-pp_p48xx.c
463
TimerDef
timer;
in p48xxSetupScannerVariables()
H
A
D
plustek-pp_io.c
683
TimerDef
timer;
in IODownloadScanStates()
H
A
D
plustek-pp_p12.c
207
TimerDef
timer;
in p12SetupScanningCondition()
H
A
D
plustek-pp_dac.c
522
TimerDef
timer;
in dacP98ReadShadingScanLine()
921
TimerDef
timer;
in dacP96ReadDataWithinOneSecond()
1574
TimerDef
timer;
in dacP96001FBKReading()
H
A
D
u12-image.c
735
TimerDef
timer, t2;
in u12image_ReadOneImageLine()
Completed in 28 milliseconds