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:HAVE_MMX
(Results
1 - 16
of
16
) sorted by relevance
/third_party/ffmpeg/libavutil/x86/
H
A
D
emms.h
51
#elif
HAVE_MMX
&& HAVE_MM_EMPTY
H
A
D
intreadwrite.h
28
#if
HAVE_MMX
95
#endif /*
HAVE_MMX
*/
/third_party/alsa-lib/include/
H
A
D
config.h
110
#define
HAVE_MMX
"1"
macro
/third_party/ffmpeg/libswscale/x86/
H
A
D
yuv2rgb.c
45
#if
HAVE_MMX
51
#endif /*
HAVE_MMX
*/
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_dmix_x86_64.h
147
#ifdef
HAVE_MMX
in MIX_AREAS_16()
H
A
D
pcm_dmix_i386.h
262
#ifdef
HAVE_MMX
in MIX_AREAS_16_MMX()
/third_party/pulseaudio/src/pulsecore/
H
A
D
cpu-x86.c
117
#ifdef
HAVE_MMX
in pa_cpu_init_x86()
/third_party/pulseaudio/include/
H
A
D
config.h
119
#define
HAVE_MMX
1
macro
/third_party/ffmpeg/libavcodec/x86/
H
A
D
hpeldsp_init.c
88
#if
HAVE_MMX
110
#if
HAVE_MMX
/third_party/ffmpeg/libavcodec/
H
A
D
rectangle.h
49
av_assert2((((long)vp)&(FFMIN(w, 8<<(HAVE_NEON|ARCH_PPC|
HAVE_MMX
))-1)) == 0);
in fill_rectangle()
H
A
D
snow_dwt.c
856
#if ARCH_X86 &&
HAVE_MMX
in ff_dwt_init()
H
A
D
Makefile
1271
TESTPROGS-$(
HAVE_MMX
) += motion
/third_party/pulseaudio/src/tests/
H
A
D
cpu-remap-test.c
361
#if (defined (__i386__) || defined (__amd64__)) && defined (
HAVE_MMX
)
385
#endif /* (defined (__i386__) || defined (__amd64__)) && defined (
HAVE_MMX
) */
518
#if (defined (__i386__) || defined (__amd64__)) && defined (
HAVE_MMX
)
in main()
/third_party/ffmpeg/libswresample/
H
A
D
audioconvert.c
179
#if ARCH_X86 && HAVE_X86ASM &&
HAVE_MMX
in swri_audio_convert_alloc()
H
A
D
rematrix.c
568
#if ARCH_X86 && HAVE_X86ASM &&
HAVE_MMX
in swri_rematrix_init()
/third_party/ffmpeg/libswscale/
H
A
D
utils.c
633
if (
HAVE_MMX
&& cpu_flags & AV_CPU_FLAG_MMX) {
in initFilter()
Completed in 19 milliseconds