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:best_block
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_gcm.c
690
nir_block *
best_block
=
in gcm_schedule_late_def()
local
693
if (def->parent_instr->block !=
best_block
)
in gcm_schedule_late_def()
696
def->parent_instr->block =
best_block
;
in gcm_schedule_late_def()
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
quant_enc.c
1075
uint8_t*
best_block
= best_blocks + VP8Scan[it->i4_];
in PickBestIntra4()
local
1114
SwapPtr(&tmp_dst, &
best_block
);
in PickBestIntra4()
1129
if (
best_block
!= best_blocks + VP8Scan[it->i4_]) {
in PickBestIntra4()
1130
VP8Copy4x4(
best_block
, best_blocks + VP8Scan[it->i4_]);
in PickBestIntra4()
/third_party/skia/src/core/
H
A
D
SkVM.cpp
3430
int
best_block
= -1,
3455
best_block
= block;
3469
for (int r =
best_block
; r <
best_block
+N; r++) {
3483
return (Reg)
best_block
;
Completed in 12 milliseconds