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:writelen
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libsnd/src/
H
A
D
ogg_opus.c
1280
int
writelen
;
in ogg_opus_write_s()
local
1293
writelen
= SF_MIN (len - total, (sf_count_t) (oopus->len - oopus->loc) * psf->sf.channels) ;
in ogg_opus_write_s()
1294
if (
writelen
)
in ogg_opus_write_s()
1297
total +=
writelen
;
in ogg_opus_write_s()
1301
oopus->loc += (
writelen
/ psf->sf.channels) ;
in ogg_opus_write_s()
1312
int
writelen
;
in ogg_opus_write_i()
local
1325
writelen
= SF_MIN (len - total, (sf_count_t) (oopus->len - oopus->loc) * psf->sf.channels) ;
in ogg_opus_write_i()
1326
if (
writelen
)
in ogg_opus_write_i()
1329
total +=
writelen
;
in ogg_opus_write_i()
1333
oopus->loc += (
writelen
/ ps
in ogg_opus_write_i()
1344
int
writelen
;
ogg_opus_write_f()
local
1371
int
writelen
;
ogg_opus_write_d()
local
[all...]
/third_party/node/lib/internal/streams/
H
A
D
writable.js
156
this.
writelen
= 0;
388
state.
writelen
= len;
402
state.
writelen
= len;
440
state.length -= state.
writelen
;
441
state.
writelen
= 0;
/third_party/lwip/src/apps/mdns/
H
A
D
mdns.c
793
u8_t
writelen
= 0;
in mdns_compress_domain()
local
804
while (
writelen
< domain->length) {
in mdns_compress_domain()
805
u8_t domainlen = (u8_t)(domain->length -
writelen
);
in mdns_compress_domain()
815
memcmp(&domain->name[
writelen
], &target.name[targetpos], domainlen) == 0) {
in mdns_compress_domain()
817
return
writelen
;
in mdns_compress_domain()
822
writelen
+= 1 + labellen;
in mdns_compress_domain()
841
u16_t
writelen
= domain->length;
in mdns_write_domain()
local
850
if (len <
writelen
) {
in mdns_write_domain()
851
writelen
= len;
in mdns_write_domain()
858
if (
writelen
) {
in mdns_write_domain()
[all...]
/third_party/nghttp2/examples/
H
A
D
libevent-server.c
444
ssize_t
writelen
;
in error_reply()
local
461
writelen
= write(pipefd[1], ERROR_HTML, sizeof(ERROR_HTML) - 1);
in error_reply()
464
if (
writelen
!= sizeof(ERROR_HTML) - 1) {
in error_reply()
/third_party/FreeBSD/sys/dev/usb/serial/
H
A
D
u3g.c
852
static uint32_t
writelen
;
in u3g_write_callback()
local
861
p_u3g_write_handler->length =
writelen
;
in u3g_write_callback()
878
writelen
= actlen;
in u3g_write_callback()
Completed in 10 milliseconds