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:buf_fill
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
stdin-util.c
44
if (u->
buf_fill
>= BUF_MAX) {
in fill_buf()
49
if ((r = pa_read(u->fd, u->buf + u->
buf_fill
, BUF_MAX - u->
buf_fill
, &u->fd_type)) <= 0)
in fill_buf()
52
u->
buf_fill
+= (size_t) r;
in fill_buf()
60
if (u->
buf_fill
< 1)
in read_byte()
65
pa_assert(u->
buf_fill
> 0);
in read_byte()
66
u->
buf_fill
--;
in read_byte()
67
memmove(u->buf, u->buf+1, u->
buf_fill
);
in read_byte()
77
if ((e = memchr(u->buf, 0, u->
buf_fill
))) {
in read_string()
79
u->
buf_fill
in read_string()
[all...]
H
A
D
stdin-util.h
62
size_t
buf_fill
;
member
/third_party/alsa-lib/src/rawmidi/
H
A
D
rawmidi_hw.c
49
size_t
buf_fill
; /* filled buffer size in bytes */
member
57
hw->
buf_fill
= 0;
in buf_reset()
205
while (hw->
buf_fill
>= sizeof(*f)) {
in read_from_ts_buf()
212
hw->
buf_fill
-= sizeof(*f);
in read_from_ts_buf()
215
while (size > 0 && hw->
buf_fill
>= sizeof(*f)) {
in read_from_ts_buf()
239
hw->
buf_fill
-= sizeof(*f);
in read_from_ts_buf()
255
if (hw->
buf_fill
> 0) {
in snd_rawmidi_hw_tread()
258
hw->
buf_fill
>= sizeof(struct snd_rawmidi_framing_tstamp))
in snd_rawmidi_hw_tread()
270
hw->
buf_fill
= ret;
in snd_rawmidi_hw_tread()
/third_party/ltp/testcases/kernel/io/writetest/
H
A
D
writetest.c
67
void
buf_fill
(uint8_t * buf)
in buf_fill()
function
96
buf_fill
(buf);
in write_file()
132
buf_fill
(buf_actual);
in verify_file()
/third_party/pulseaudio/src/modules/gsettings/
H
A
D
module-gsettings.c
51
u->
buf_fill
= 0;
in pa__init()
Completed in 2 milliseconds