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:_OK
(Results
1 - 14
of
14
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_ptdrv.c
130
int err =
_OK
;
in getUserPtr()
147
int err =
_OK
;
in putUserPtr()
230
if(
_OK
== MiscCheckTimer( &toTimer[ps->devno] )) {
in ptdrvLampWarmup()
304
if(
_OK
!= MiscClaimPort(ps)) {
in ptdrvLampTimerIrq()
395
if(
_OK
!= retval )
in ptdrvOpen()
430
return
_OK
;
in ptdrvClose()
479
if(
_OK
== retval )
in ptdrvOpenDevice()
524
if(
_OK
== retval ) {
in ptdrvInit()
531
if(
_OK
== retval ) {
in ptdrvInit()
535
if(
_OK
in ptdrvInit()
[all...]
H
A
D
plustek-pp_detect.c
166
if((
_OK
== retval) || (_E_NO_ASIC == retval))
in detectScannerConnection()
174
if (
_OK
== retval ) {
in detectScannerConnection()
301
return
_OK
;
in detectSetupBuffers()
318
if(
_OK
!= result )
in detectP48xx()
338
if(
_OK
!= result )
in detectAsic98003()
361
if(
_OK
!= result )
in detectAsic98001()
370
return
_OK
;
in detectAsic98001()
404
if(
_OK
!= result ) {
in DetectScanner()
482
if(
_OK
== result ) {
in DetectScanner()
H
A
D
plustek-pp_p48xx.c
243
retval =
_OK
;
in p48xxDoTest()
267
retval =
_OK
;
in p48xxDoTest()
308
retval =
_OK
;
in p48xxCheck4800Memory()
346
if(
_OK
!= result )
in p48xxInitAllModules()
350
if(
_OK
!= result )
in p48xxInitAllModules()
354
if(
_OK
!= result )
in p48xxInitAllModules()
358
if(
_OK
!= result )
in p48xxInitAllModules()
362
if(
_OK
!= result )
in p48xxInitAllModules()
372
return
_OK
;
in p48xxInitAllModules()
434
if(
_OK
in p48xxReadWriteTest()
[all...]
H
A
D
plustek-pp_misc.c
178
return
_OK
;
in MiscReinitStruct()
230
return
_OK
;
in MiscInitPorts()
268
* otherwise
_OK
;
282
return
_OK
;
in MiscCheckTimer()
320
return
_OK
;
in MiscRegisterPort()
332
* @return Function returns
_OK
on success, otherwise _E_BUSY.
344
return
_OK
;
in MiscClaimPort()
H
A
D
plustek-pp_p12.c
555
return
_OK
;
in p12Calibration()
699
if(
_OK
!= result )
in P12InitAsic()
703
if(
_OK
!= result )
in P12InitAsic()
707
if(
_OK
!= result )
in P12InitAsic()
711
if(
_OK
!= result )
in P12InitAsic()
715
if(
_OK
!= result )
in P12InitAsic()
742
return
_OK
;
in P12InitAsic()
H
A
D
plustek-pp_procfs.c
369
return
_OK
;
in ProcFsInitialize()
453
return
_OK
;
in ProcFsInitialize()
H
A
D
plustek-pp_motor.c
612
int result =
_OK
;
in motorP98BackToHomeSensor()
658
if(
_OK
!= result )
in motorP98BackToHomeSensor()
665
return
_OK
;
in motorP98BackToHomeSensor()
753
if(
_OK
!= result )
in motorP98CheckSensorInHome()
759
return
_OK
;
in motorP98CheckSensorInHome()
891
if(
_OK
!= result )
in motorP98GotoShadingPosition()
2804
return
_OK
;
3068
} while (
_OK
== fTimeout );
3070
if (
_OK
== fTimeout ) {
3195
} while(
_OK
[all...]
H
A
D
plustek-pp_p9636.c
898
return
_OK
;
in p9636Calibration()
1027
if(
_OK
!= result )
in P9636InitAsic()
1031
if(
_OK
!= result )
in P9636InitAsic()
1035
if(
_OK
!= result )
in P9636InitAsic()
1039
if(
_OK
!= result )
in P9636InitAsic()
1043
if(
_OK
!= result )
in P9636InitAsic()
1083
return
_OK
;
in P9636InitAsic()
H
A
D
plustek-pp_io.c
552
retval =
_OK
;
in ioP98ReadWriteTest()
659
return
_OK
;
in IOInitialize()
H
A
D
plustek-pp.h
213
#define
_OK
0
macro
H
A
D
plustek-pp_genericio.c
1056
return
_OK
;
in IOFuncInitialize()
1197
return
_OK
;
in IOIsReadyForScan()
1295
} while(
_OK
== MiscCheckTimer( &timer ));
in IOReadOneShadingLine()
H
A
D
plustek-pp_image.c
513
return
_OK
;
in imageP98SetupScanSettings()
1170
return
_OK
;
in imageP96SetupScanSettings()
1600
return
_OK
;
in imageP98003SetupScanSettings()
1643
return
_OK
;
in ImageInitialize()
H
A
D
plustek-pp_tpa.c
861
(
_OK
== MiscCheckTimer(&timer)));
in TPAP98003Reshading()
H
A
D
plustek-pp_dac.c
2470
return
_OK
;
in DacInitialize()
Completed in 18 milliseconds