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:pa_flist_pop
(Results
1 - 19
of
19
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
packet.c
52
if (!(p =
pa_flist_pop
(PA_STATIC_FLIST_GET(packets))))
in pa_packet_new()
84
if (!(p =
pa_flist_pop
(PA_STATIC_FLIST_GET(packets))))
in pa_packet_new_dynamic()
H
A
D
memblock.c
260
if (!(slot =
pa_flist_pop
(p->free_slots))) {
in mempool_allocate_slot()
360
if (!(b =
pa_flist_pop
(PA_STATIC_FLIST_GET(unused_memblocks))))
in pa_memblock_new_pool()
394
if (!(b =
pa_flist_pop
(PA_STATIC_FLIST_GET(unused_memblocks))))
in pa_memblock_new_fixed()
428
if (!(b =
pa_flist_pop
(PA_STATIC_FLIST_GET(unused_memblocks))))
in pa_memblock_new_user()
874
while ((k =
pa_flist_pop
(p->free_slots))) {
in mempool_free()
885
while ((k =
pa_flist_pop
(list)))
in mempool_free()
931
while ((slot =
pa_flist_pop
(p->free_slots)))
in pa_mempool_vacuum()
935
while ((slot =
pa_flist_pop
(list))) {
in pa_mempool_vacuum()
1233
if (!(b =
pa_flist_pop
(PA_STATIC_FLIST_GET(unused_memblocks))))
in pa_memimport_get()
H
A
D
flist.h
41
void*
pa_flist_pop
(pa_flist*l);
H
A
D
queue.c
74
if (!(e =
pa_flist_pop
(PA_STATIC_FLIST_GET(entries))))
in pa_queue_push()
H
A
D
asyncmsgq.c
127
if (!(i =
pa_flist_pop
(PA_STATIC_FLIST_GET(asyncmsgq))))
in pa_asyncmsgq_post()
169
if (!(i.semaphore =
pa_flist_pop
(PA_STATIC_FLIST_GET(semaphores))))
in pa_asyncmsgq_send()
H
A
D
flist.c
163
void*
pa_flist_pop
(pa_flist *l) {
in pa_flist_pop()
function
H
A
D
pstream.c
457
if (!(i =
pa_flist_pop
(PA_STATIC_FLIST_GET(items))))
in pa_pstream_send_packet()
502
if (!(i =
pa_flist_pop
(PA_STATIC_FLIST_GET(items))))
in pa_pstream_send_memblock()
537
if (!(item =
pa_flist_pop
(PA_STATIC_FLIST_GET(items))))
in pa_pstream_send_release()
574
if (!(item =
pa_flist_pop
(PA_STATIC_FLIST_GET(items))))
in pa_pstream_send_revoke()
H
A
D
asyncq.c
216
if (!(q =
pa_flist_pop
(PA_STATIC_FLIST_GET(localq))))
in pa_asyncq_post()
H
A
D
tagstruct.c
67
if (!(t =
pa_flist_pop
(PA_STATIC_FLIST_GET(tagstructs))))
in pa_tagstruct_new()
82
if (!(t =
pa_flist_pop
(PA_STATIC_FLIST_GET(tagstructs))))
in pa_tagstruct_new_fixed()
H
A
D
hashmap.c
145
if (!(e =
pa_flist_pop
(PA_STATIC_FLIST_GET(entries))))
in pa_hashmap_put()
H
A
D
memblockq.c
277
if (!(p =
pa_flist_pop
(PA_STATIC_FLIST_GET(list_items))))
in pa_memblockq_push()
347
if (!(n =
pa_flist_pop
(PA_STATIC_FLIST_GET(list_items))))
in pa_memblockq_push()
H
A
D
pdispatch.c
395
if (!(r =
pa_flist_pop
(PA_STATIC_FLIST_GET(reply_infos))))
in pa_pdispatch_register_reply()
H
A
D
idxset.c
187
if (!(e =
pa_flist_pop
(PA_STATIC_FLIST_GET(entries))))
in pa_idxset_put()
H
A
D
rtpoll.c
414
if (!(i =
pa_flist_pop
(PA_STATIC_FLIST_GET(items))))
in pa_rtpoll_item_new()
H
A
D
source.c
2728
if (!(c =
pa_flist_pop
(PA_STATIC_FLIST_GET(pa_source_volume_change))))
in pa_source_volume_change_new()
H
A
D
sink.c
3720
if (!(c =
pa_flist_pop
(PA_STATIC_FLIST_GET(pa_sink_volume_change))))
in pa_sink_volume_change_new()
/third_party/pulseaudio/src/tests/
H
A
D
flist-test.c
56
if (b && (text =
pa_flist_pop
(flist)))
in thread_func()
/third_party/pulseaudio/src/pulse/
H
A
D
operation.c
38
if (!(o =
pa_flist_pop
(PA_STATIC_FLIST_GET(operations))))
in pa_operation_new()
/third_party/pulseaudio/src/pulsecore/filter/
H
A
D
lfe-filter.c
126
if ((s =
pa_flist_pop
(PA_STATIC_FLIST_GET(lfe_state))) == NULL)
in pa_lfe_filter_process()
Completed in 19 milliseconds