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_CPU_X86_SSE
(Results
1 - 7
of
7
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
cpu-x86.c
57
*flags |=
PA_CPU_X86_SSE
;
in pa_cpu_get_x86_flags()
100
(*flags &
PA_CPU_X86_SSE
) ? "SSE " : "",
in pa_cpu_get_x86_flags()
125
if (*flags & (
PA_CPU_X86_SSE
| PA_CPU_X86_SSE2)) {
in pa_cpu_init_x86()
H
A
D
cpu-orc.c
29
pa_cpu_x86_flag_t x86_want_flags = PA_CPU_X86_MMX |
PA_CPU_X86_SSE
| PA_CPU_X86_SSE2 | PA_CPU_X86_SSE3 | PA_CPU_X86_SSSE3 | PA_CPU_X86_SSE4_1 | PA_CPU_X86_SSE4_2;
in pa_cpu_init_orc()
H
A
D
cpu-x86.h
30
PA_CPU_X86_SSE
= (1 << 2),
enumerator
H
A
D
sconv_sse.c
170
} else if (flags &
PA_CPU_X86_SSE
) {
in pa_convert_func_init_sse()
/third_party/pulseaudio/src/tests/
H
A
D
cpu-sconv-test.c
171
if (!(flags &
PA_CPU_X86_SSE
)) {
in START_TEST()
177
pa_convert_func_init_sse(
PA_CPU_X86_SSE
);
in START_TEST()
/third_party/pulseaudio/src/modules/echo-cancel/
H
A
D
adrian.c
86
if (c->cpu_info.cpu_type == PA_CPU_X86 && (c->cpu_info.flags.x86 &
PA_CPU_X86_SSE
))
in pa_adrian_ec_init()
H
A
D
module-echo-cancel.c
2258
u.core->cpu_info.flags.x86 |=
PA_CPU_X86_SSE
;
in main()
Completed in 6 milliseconds