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_LIKELY
(Results
1 - 16
of
16
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
mix.c
230
if (
PA_LIKELY
(cv > 0))
in pa_mix_generic_s16ne()
269
if (
PA_LIKELY
(cv > 0))
in pa_mix_s16re_c()
296
if (
PA_LIKELY
(cv > 0)) {
in pa_mix_s32ne_c()
326
if (
PA_LIKELY
(cv > 0)) {
in pa_mix_s32re_c()
354
if (
PA_LIKELY
(cv > 0)) {
in pa_mix_s24ne_c()
382
if (
PA_LIKELY
(cv > 0)) {
in pa_mix_s24re_c()
412
if (
PA_LIKELY
(cv > 0)) {
in pa_mix_s24_32ne_c()
442
if (
PA_LIKELY
(cv > 0)) {
in pa_mix_s24_32re_c()
471
if (
PA_LIKELY
(cv > 0)) {
in pa_mix_u8_c()
500
if (
PA_LIKELY
(c
in pa_mix_ulaw_c()
[all...]
H
A
D
time-smoother.c
356
x =
PA_LIKELY
(x >= s->time_offset) ? x - s->time_offset : 0;
in pa_smoother_put()
399
x =
PA_LIKELY
(x >= s->time_offset) ? x - s->time_offset : 0;
in pa_smoother_get()
486
x =
PA_LIKELY
(x >= s->time_offset) ? x - s->time_offset : 0;
in pa_smoother_translate()
H
A
D
memblockq.c
119
while (
PA_LIKELY
(bq->current_read != NULL) && PA_UNLIKELY(bq->current_read->index + (int64_t) bq->current_read->chunk.length <= bq->read_index))
in fix_current_read()
147
while (
PA_LIKELY
(bq->current_write != NULL) && PA_UNLIKELY(bq->current_write->index > bq->write_index))
in fix_current_write()
H
A
D
log.c
401
if (
PA_LIKELY
(level > _maximum_level)) {
in pa_log_levelv_meta()
H
A
D
source.c
648
pa_assert(
PA_LIKELY
(root_source));
in pa_source_put()
1226
if (
PA_LIKELY
(s))
in pa_source_flat_volume_enabled()
2164
if (
PA_LIKELY
(root_source))
in pa_source_process_msg()
H
A
D
source-output.c
79
if (
PA_LIKELY
(data->format) && PA_UNLIKELY(!pa_format_info_is_pcm(data->format)))
in pa_source_output_new_data_is_passthrough()
297
if (
PA_LIKELY
(data->format)) {
in pa_source_output_new()
H
A
D
sink-input.c
198
if (
PA_LIKELY
(data->format) && PA_UNLIKELY(!pa_format_info_is_pcm(data->format)))
in pa_sink_input_new_data_is_passthrough()
415
if (
PA_LIKELY
(data->format)) {
in pa_sink_input_new()
H
A
D
sink.c
1667
if (
PA_LIKELY
(s))
in pa_sink_flat_volume_enabled()
2871
if (
PA_LIKELY
(root_sink))
in pa_sink_process_msg()
/third_party/pulseaudio/src/pulse/
H
A
D
gccmacro.h
130
#ifndef
PA_LIKELY
132
#define
PA_LIKELY
(x) (__builtin_expect(!!(x),1))
macro
135
#define
PA_LIKELY
(x) (x)
macro
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
a2dp-codec-sbc.c
802
while (
PA_LIKELY
(to_encode > 0 && to_write > 0 && frame_count < 15)) {
in encode_buffer()
891
while (
PA_LIKELY
(to_decode > 0 && to_write > 0 && frame_count > 0)) {
in decode_buffer()
H
A
D
a2dp-codec-aptx-gst.c
512
if (
PA_LIKELY
(written > 0)) {
in encode_buffer_hd()
H
A
D
a2dp-codec-ldac-gst.c
418
if (
PA_LIKELY
(written > 0)) {
in encode_buffer()
H
A
D
module-bluez5-device.c
403
if (
PA_LIKELY
(length)) {
in bt_process_render()
553
if (
PA_LIKELY
(memchunk.length))
in bt_process_push()
/third_party/pulseaudio/src/modules/
H
A
D
module-tunnel-source-new.c
196
if (
PA_LIKELY
(p)) {
in read_new_samples()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-sink.c
1120
u->hwbuf_unused =
PA_LIKELY
(b < u->hwbuf_size) ? (u->hwbuf_size - b) : 0;
in update_sw_params()
H
A
D
alsa-source.c
1026
u->hwbuf_unused =
PA_LIKELY
(b < u->hwbuf_size) ? (u->hwbuf_size - b) : 0;
in update_sw_params()
Completed in 33 milliseconds