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:cpu_type
(Results
1 - 10
of
10
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
cpu.c
25
cpu_info->
cpu_type
= PA_CPU_UNDEFINED;
in pa_cpu_init()
30
cpu_info->
cpu_type
= PA_CPU_X86;
in pa_cpu_init()
32
cpu_info->
cpu_type
= PA_CPU_ARM;
in pa_cpu_init()
H
A
D
cpu-orc.c
32
if ((cpu_info.
cpu_type
== PA_CPU_X86) && (cpu_info.flags.x86 & x86_want_flags)) {
in pa_cpu_init_orc()
H
A
D
cpu.h
35
pa_cpu_type_t
cpu_type
;
member
/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
2257
u.core->cpu_info.
cpu_type
= PA_CPU_X86;
in main()
/third_party/pulseaudio/src/tests/
H
A
D
cpu-volume-test.c
195
cpu_info.
cpu_type
= PA_CPU_X86;
in START_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
Host.cpp
1183
if (hostInfo.
cpu_type
!= CPU_TYPE_POWERPC)
in getHostCPUName()
1249
if (hostInfo.
cpu_type
!= CPU_TYPE_ARM) {
in getHostCPUName()
/third_party/skia/third_party/skcms/
H
A
D
skcms.cc
2463
static CpuType
cpu_type
() {
2940
switch (
cpu_type
()) {
2947
switch (
cpu_type
()) {
/third_party/ffmpeg/libavfilter/
H
A
D
vf_zscale.c
840
s->params.
cpu_type
= ZIMG_CPU_AUTO_64B;
in filter_frame()
854
s->alpha_params.
cpu_type
= ZIMG_CPU_AUTO_64B;
in filter_frame()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
1159
pub
cpu_type
: cpu_type_t,
1946
self.
cpu_type
== other.
cpu_type
in eq()
1957
.field("
cpu_type
", &self.
cpu_type
)
in fmt()
1967
self.
cpu_type
.hash(state);
in hash()
Completed in 34 milliseconds