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:bytes_available
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
hp5590_low.c
115
unsigned int
bytes_available
;
member
588
bulk_read_state->
bytes_available
= 0;
in hp5590_low_init_bulk_read_state()
682
while (bulk_read_state->
bytes_available
< size)
in hp5590_bulk_read()
686
__func__, bulk_read_state->
bytes_available
, size);
in hp5590_bulk_read()
760
- bulk_read_state->
bytes_available
< next_portion)
in hp5590_bulk_read()
815
bulk_read_state->
bytes_available
+= next_portion;
in hp5590_bulk_read()
821
__func__, size, bulk_read_state->
bytes_available
);
in hp5590_bulk_read()
856
bulk_read_state->
bytes_available
-= size;
in hp5590_bulk_read()
H
A
D
magicolor.c
1327
SANE_Int
bytes_available
, scan_pixels_per_line = s->scan_bytes_per_line/3;
in mc_copy_image_data()
local
1333
bytes_available
= (s->end - s->ptr);
in mc_copy_image_data()
1335
if (bytes_to_copy >
bytes_available
)
in mc_copy_image_data()
1336
bytes_to_copy =
bytes_available
;
in mc_copy_image_data()
1366
SANE_Int
bytes_available
;
in mc_copy_image_data()
local
1371
bytes_available
= (s->end - s->ptr);
in mc_copy_image_data()
1382
if (bytes_to_copy >
bytes_available
)
in mc_copy_image_data()
1383
bytes_to_copy =
bytes_available
;
in mc_copy_image_data()
1384
if (bytes_to_skip >
bytes_available
)
in mc_copy_image_data()
1385
bytes_to_skip =
bytes_available
;
in mc_copy_image_data()
[all...]
H
A
D
kodakaio.c
1700
SANE_Int
bytes_available
;
in k_copy_image_data()
local
1712
bytes_available
= (s->end - s->ptr);
in k_copy_image_data()
1714
if (bytes_to_copy >
bytes_available
)
in k_copy_image_data()
1715
bytes_to_copy =
bytes_available
;
in k_copy_image_data()
/third_party/libuv/src/unix/
H
A
D
ibmi.c
65
int
bytes_available
;
member
112
int
bytes_available
;
member
367
if (err.
bytes_available
> 0) {
in get_ibmi_physical_address()
/third_party/node/deps/uv/src/unix/
H
A
D
ibmi.c
65
int
bytes_available
;
member
112
int
bytes_available
;
member
362
if (err.
bytes_available
> 0) {
in get_ibmi_physical_address()
Completed in 10 milliseconds