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:power8
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libswscale/ppc/
H
A
D
swscale_vsx.c
2082
const unsigned char
power8
= HAVE_POWER8 && cpu_flags & AV_CPU_FLAG_POWER8;
in ff_sws_init_swscale_vsx()
local
2099
if (
power8
) {
in ff_sws_init_swscale_vsx()
2152
if (
power8
) {
in ff_sws_init_swscale_vsx()
2159
if (
power8
) {
in ff_sws_init_swscale_vsx()
2166
if (
power8
) {
in ff_sws_init_swscale_vsx()
2175
if (
power8
) {
in ff_sws_init_swscale_vsx()
2184
if (
power8
) {
in ff_sws_init_swscale_vsx()
2193
if (
power8
) {
in ff_sws_init_swscale_vsx()
2220
if (
power8
) {
in ff_sws_init_swscale_vsx()
2228
if (
power8
) {
in ff_sws_init_swscale_vsx()
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H
A
D
powerpc64.s
11
.machine
power8
/third_party/ffmpeg/
H
A
D
configure
431
--disable-
power8
disable POWER8 optimizations
2122
power8
6087
if enabled
power8
; then
6088
check_cpp_condition
power8
"altivec.h" "defined(_ARCH_PWR8)"
7538
echo "POWER8 enabled ${
power8
-no}"
Completed in 11 milliseconds