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:bit31
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_pstipple.c
66
static const uint
bit31
= 1u << 31;
in util_pstipple_update_stipple_texture()
local
83
if (pattern[i] & (
bit31
>> j)) {
in util_pstipple_update_stipple_texture()
/third_party/node/deps/v8/src/codegen/mips64/
H
A
D
macro-assembler-mips64.cc
1588
int
bit31
= value >> 31 & 0x1;
in CallRecordWriteStub()
local
1595
} else if ((value & kImm16Mask) == 0 && is_int16((value >> 32) +
bit31
) &&
in CallRecordWriteStub()
1599
((value >> 31) & 0x1FFFF) == ((0x20000 -
bit31
) & 0x1FFFF) &&
in CallRecordWriteStub()
1603
is_int16((value >> 32) +
bit31
) && kArchVariant == kMips64r6) {
in CallRecordWriteStub()
1606
((value >> 31) & 0x1FFFF) == ((0x20000 -
bit31
) & 0x1FFFF) &&
in CallRecordWriteStub()
1636
imm = (imm >> 32) +
bit31
;
in CallRecordWriteStub()
1688
int
bit31
= j.immediate() >> 31 & 0x1;
in CallRecordWriteStub()
local
1704
is_int16((j.immediate() >> 32) +
bit31
) &&
in CallRecordWriteStub()
1709
dahi(rd, ((j.immediate() >> 32) +
bit31
) & kImm16Mask);
in CallRecordWriteStub()
1712
((0x20000 -
bit31
)
in CallRecordWriteStub()
[all...]
Completed in 5 milliseconds