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:is_64_bit
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/mapi/glapi/gen/
H
A
D
glX_XML.py
290
elif not self.glx_doubles_in_order and param.
is_64_bit
():
H
A
D
glX_proto_recv.py
250
if param.
is_64_bit
():
H
A
D
gl_XML.py
498
def
is_64_bit
(self):
member in gl_parameter
/third_party/vixl/src/aarch64/
H
A
D
simulator-aarch64.cc
11292
bool
is_64_bit
= instr->ExtractBit(12) == 1;
in Simulator()
local
11293
int rsize =
is_64_bit
? kXRegSize : kWRegSize;
in Simulator()
11294
uint64_t mask =
is_64_bit
? kXRegMask : kWRegMask;
in Simulator()
11297
int64_t ssrc2 =
is_64_bit
? ReadXRegister(rm_code) : ReadWRegister(rm_code);
in Simulator()
11356
bool
is_64_bit
= instr->ExtractBit(22) == 1;
in Simulator()
local
11357
uint64_t src1 =
is_64_bit
? ReadXRegister(rn_code) : ReadWRegister(rn_code);
in Simulator()
11358
uint64_t src2 =
is_64_bit
? ReadXRegister(rm_code) : ReadWRegister(rm_code);
in Simulator()
Completed in 21 milliseconds