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:write_length
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-esound-sink.c
101
size_t
write_length
, write_index;
member
392
pa_assert(u->write_index < u->
write_length
);
in do_write()
394
if ((r = pa_iochannel_write(u->io, (uint8_t*) u->write_data + u->write_index, u->
write_length
- u->write_index)) < 0) {
in do_write()
400
pa_assert(u->write_index <= u->
write_length
);
in do_write()
402
if (u->write_index == u->
write_length
) {
in do_write()
405
u->write_index = u->
write_length
= 0;
in do_write()
457
*(int32_t*) (u->write_data = pa_xmalloc(u->
write_length
= sizeof(int32_t))) = ESD_PROTO_LATENCY;
in handle_response()
482
p = u->write_data = pa_xmalloc0(u->
write_length
= sizeof(int32_t)*3+ESD_NAME_MAX);
in handle_response()
634
u->read_index = u->write_index = u->read_length = u->
write_length
= 0;
in pa__init()
688
u->write_data = pa_xmalloc(u->
write_length
in pa__init()
[all...]
/third_party/node/deps/v8/src/api/
H
A
D
api.cc
5714
int
write_length
= end - start;
in WriteHelper()
local
5715
if (start < end) i::String::WriteToFlat(*str, buffer, start,
write_length
);
in WriteHelper()
5717
(length == -1 ||
write_length
< length)) {
in WriteHelper()
5718
buffer[
write_length
] = '\0';
in WriteHelper()
5720
return
write_length
;
in WriteHelper()
Completed in 23 milliseconds