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_to_queue
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
sharp.c
822
size_t
bytes_to_queue
;
in reader_process()
local
834
bytes_to_queue
= s->bytes_to_read;
in reader_process()
858
if (
bytes_to_queue
)
in reader_process()
860
nread =
bytes_to_queue
;
in reader_process()
892
bytes_to_queue
-= bc->nreq;
in reader_process()
976
bytes_to_queue
+= bc->nreq - bc->used;
in reader_process()
982
/*
bytes_to_queue
+= bc->nreq - bc->used; */
in reader_process()
984
s->bytes_to_read,
bytes_to_queue
, bc->nreq, bc->used);
in reader_process()
995
if (
bytes_to_queue
)
in reader_process()
1022
nread =
bytes_to_queue
;
in reader_process()
[all...]
H
A
D
nec.c
626
size_t
bytes_to_queue
;
in reader_process()
local
638
bytes_to_queue
= s->bytes_to_read;
in reader_process()
656
if (
bytes_to_queue
)
in reader_process()
658
nread =
bytes_to_queue
;
in reader_process()
690
bytes_to_queue
-= bc->nreq;
in reader_process()
761
bytes_to_queue
+= bc->nreq - bc->used;
in reader_process()
771
if (
bytes_to_queue
)
in reader_process()
798
nread =
bytes_to_queue
;
in reader_process()
822
bytes_to_queue
-= nread;
in reader_process()
Completed in 7 milliseconds