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:dontcare
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/compiler/isaspec/
H
A
D
isa.py
33
the match/
dontcare
/mask bitmasks. The following
36
(match ^
dontcare
) == 0
37
(match ||
dontcare
) == mask
44
self.
dontcare
= bitset.
dontcare
51
p.
dontcare
= p.
dontcare
| self.
dontcare
57
return self.match | self.
dontcare
| self.mask | self.field_mask
82
dontcare
[all...]
H
A
D
decode.h
143
bitmask_t
dontcare
;
member
H
A
D
decode.c
318
// m = (val & bitsets[n]->mask) & ~bitsets[n]->
dontcare
;
in find_bitset()
324
BITSET_COPY(not_dontcare.bitset, bitsets[n]->
dontcare
.bitset);
in find_bitset()
349
BITSET_AND(m.bitset, match->
dontcare
.bitset, val.bitset);
in find_bitset()
352
decode_error(state, "
dontcare
bits in %s: %"BITSET_FORMAT,
in find_bitset()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H
A
D
ttable.c
77
unsigned
dontcare
;
member
116
rr[first].
dontcare
= mask_of(ARRAY_SIZE(bits)) & ~mask;
in one_bit_all()
128
if (!(k & mask) || (rr[k].
dontcare
& mask))
in neighbour_same()
135
rr[k].
dontcare
|= mask;
in neighbour_same()
195
if (mask & rr[i].
dontcare
) {
in table()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H
A
D
ttable.c
77
unsigned
dontcare
;
member
116
rr[first].
dontcare
= mask_of(ARRAY_SIZE(bits)) & ~mask;
in one_bit_all()
128
if (!(k & mask) || (rr[k].
dontcare
& mask))
in neighbour_same()
135
rr[k].
dontcare
|= mask;
in neighbour_same()
195
if (mask & rr[i].
dontcare
) {
in table()
/third_party/node/deps/openssl/openssl/crypto/bio/
H
A
D
bf_prefix.c
115
size_t
dontcare
;
in prefix_write()
local
119
&
dontcare
))
in prefix_write()
/third_party/openssl/crypto/bio/
H
A
D
bf_prefix.c
115
size_t
dontcare
;
in prefix_write()
local
119
&
dontcare
))
in prefix_write()
/third_party/node/
H
A
D
vcbuild.bat
143
if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=
dontcare
&goto arg-ok
Completed in 6 milliseconds