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:mask_of
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H
A
D
ttable.c
95
#define
mask_of
(x) ((1U << (x))-1)
macro
116
rr[first].dontcare =
mask_of
(ARRAY_SIZE(bits)) & ~mask;
in one_bit_all()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H
A
D
ttable.c
95
#define
mask_of
(x) ((1U << (x))-1)
macro
116
rr[first].dontcare =
mask_of
(ARRAY_SIZE(bits)) & ~mask;
in one_bit_all()
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_derivatives.c
103
.mask =
mask_of
(nr_components),
in midgard_emit_derivatives()
H
A
D
midgard_compile.c
1048
ins.mask =
mask_of
(nr_components);
in emit_alu()
1100
ins.mask =
mask_of
(nr_components * 2);
in emit_alu()
1104
ins.mask =
mask_of
(nr_components * 4);
in emit_alu()
1108
ins.mask =
mask_of
(nr_components >> 1);
in emit_alu()
1112
ins.mask =
mask_of
(nr_components >> 2);
in emit_alu()
1173
nir_mask =
mask_of
(nir_intrinsic_dest_components(intr));
in mir_set_intr_mask()
1428
ins.mask =
mask_of
(nr_comp);
in emit_varying_read()
1433
ins.mask =
mask_of
(ALIGN_POT(nr_comp, 2));
in emit_varying_read()
1518
ins.mask =
mask_of
(2); /* 64-bit memory address */
in emit_image_op()
1522
ins.mask =
mask_of
(nir_intrinsic_dest_component
in emit_image_op()
[all...]
H
A
D
mir.c
206
unsigned maxmask =
mask_of
(bytes);
in mir_round_bytemask_up()
307
qmask =
mask_of
(channel_override);
in mir_bytemask_of_read_components_index()
H
A
D
helpers.h
221
mask_of
(unsigned nr_comp)
in mask_of()
function
H
A
D
disassemble.c
846
rep ? expand_writemask(
mask_of
(rep), util_logbase2(128 / bits_for_mode(mode))) : mask;
in print_vector_field()
Completed in 10 milliseconds