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_bitreverse
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_math.h
513
util_bitreverse
(unsigned n)
in util_bitreverse()
function
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_lower_to_hw_instr.cpp
1050
} else if (
util_bitreverse
(imm) <= 64 ||
util_bitreverse
(imm) >= 0xFFFFFFF0) {
in copy_constant()
1051
uint32_t rev =
util_bitreverse
(imm);
in copy_constant()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_exec.c
4762
dst->u[0] =
util_bitreverse
(src->u[0]);
in micro_brev()
4763
dst->u[1] =
util_bitreverse
(src->u[1]);
in micro_brev()
4764
dst->u[2] =
util_bitreverse
(src->u[2]);
in micro_brev()
4765
dst->u[3] =
util_bitreverse
(src->u[3]);
in micro_brev()
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_peephole.cpp
706
res.data.u32 =
util_bitreverse
(a->data.u32);
in expr()
1577
uint32_t res =
util_bitreverse
(imm0.reg.data.u32);
in opnd()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_descriptors.c
1591
stipple[i] =
util_bitreverse
(state->stipple[i]);
in si_set_polygon_stipple()
Completed in 22 milliseconds