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_SSE2
(Results
1 - 9
of
9
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
cpu-x86.c
60
*flags |=
PA_CPU_X86_SSE2
;
in pa_cpu_get_x86_flags()
101
(*flags &
PA_CPU_X86_SSE2
) ? "SSE2 " : "",
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
31
PA_CPU_X86_SSE2
= (1 << 3),
enumerator
H
A
D
sconv_sse.c
166
if (flags &
PA_CPU_X86_SSE2
) {
in pa_convert_func_init_sse()
H
A
D
remap_sse.c
147
if (flags &
PA_CPU_X86_SSE2
) {
in pa_remap_func_init_sse()
H
A
D
svolume_sse.c
256
if (flags &
PA_CPU_X86_SSE2
) {
in pa_volume_func_init_sse()
/third_party/pulseaudio/src/tests/
H
A
D
cpu-sconv-test.c
144
if (!(flags &
PA_CPU_X86_SSE2
)) {
in START_TEST()
150
pa_convert_func_init_sse(
PA_CPU_X86_SSE2
);
in START_TEST()
H
A
D
cpu-volume-test.c
138
if (!(flags &
PA_CPU_X86_SSE2
)) {
in START_TEST()
H
A
D
cpu-remap-test.c
393
if (!(flags &
PA_CPU_X86_SSE2
)) {
in START_TEST()
Completed in 3 milliseconds