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:UTIL_MAX_CPUS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.h
61
typedef uint32_t util_affinity_mask[
UTIL_MAX_CPUS
/ 32];
130
uint16_t cpu_to_L3[
UTIL_MAX_CPUS
];
H
A
D
u_thread.h
68
#define
UTIL_MAX_CPUS
1024 /* this should be enough */
macro
69
#define UTIL_MAX_L3_CACHES
UTIL_MAX_CPUS
H
A
D
u_cpu_detect.c
476
uint32_t saved_mask[
UTIL_MAX_CPUS
/ 32] = {0};
in get_cpu_topology()
477
uint32_t mask[
UTIL_MAX_CPUS
/ 32] = {0};
in get_cpu_topology()
480
uint32_t L3_found[
UTIL_MAX_CPUS
] = {0};
in get_cpu_topology()
502
for (int16_t i = 0; i < util_cpu_caps.max_cpus && i <
UTIL_MAX_CPUS
; i++) {
in get_cpu_topology()
H
A
D
u_queue.c
258
uint32_t mask[
UTIL_MAX_CPUS
/ 32];
in util_queue_thread_func()
Completed in 3 milliseconds