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:min_q_total
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
register_allocate.c
572
g->tmp.
min_q_total
= reralloc(g, g->tmp.
min_q_total
, unsigned int,
in ra_realloc_interference_graph()
663
} else if (g->tmp.
min_q_total
[i] != UINT_MAX) {
in update_pq_info()
664
/* Only update
min_q_total
and min_q_node if
min_q_total
!= UINT_MAX so
in update_pq_info()
670
if (g->nodes[n].tmp.q_total < g->tmp.
min_q_total
[i] ||
in update_pq_info()
671
(g->nodes[n].tmp.q_total == g->tmp.
min_q_total
[i] &&
in update_pq_info()
673
g->tmp.
min_q_total
[i] = g->nodes[n].tmp.q_total;
in update_pq_info()
702
/* Flag the
min_q_total
for n's block as dirty so it gets recalculated */
in add_node_to_stack()
703
g->tmp.
min_q_total
[
in add_node_to_stack()
747
unsigned int
min_q_total
= UINT_MAX;
ra_simplify()
local
[all...]
H
A
D
register_allocate_internal.h
156
unsigned int *
min_q_total
;
member
160
*
min_q_total
[i] != ~0.
Completed in 3 milliseconds