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:bMaxITA
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-usbscan.c
79
static u_char
bMaxITA
;
variable
694
sCaps->bCCD == kNEC3799 && m_bIntTimeAdjust >
bMaxITA
) {
in usb_GetMCLKDivider()
695
m_bIntTimeAdjust =
bMaxITA
;
in usb_GetMCLKDivider()
701
bMaxITA
= (u_char)floor((m_dMCLKDivider + 1) / 2.0);
in usb_GetMCLKDivider()
703
DBG( _DBG_INFO2, "* MaxITA (HP) = %u\n",
bMaxITA
);
in usb_GetMCLKDivider()
704
if( m_bIntTimeAdjust >
bMaxITA
) {
in usb_GetMCLKDivider()
706
m_bIntTimeAdjust =
bMaxITA
;
in usb_GetMCLKDivider()
H
A
D
plustek-usbshading.c
793
bMaxITA
= 0xff;
in usb_AdjustGain()
1103
bMaxITA
= (u_char)floor((dMCLK + 1) / 2);
in usb_AdjustGain()
2315
bMaxITA
= 0xff;
in usb_SpeedTest()
2404
bMaxITA
= 0xff;
in usb_AutoWarmup()
H
A
D
plustek-usbcal.c
522
bMaxITA
= 0xff;
in cano_AdjustGain()
H
A
D
plustek-usb.c
250
bMaxITA
= 0; /* Maximum integration time adjust */
in usb_initDev()
Completed in 9 milliseconds