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:GetU64
(Results
1 - 21
of
21
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H
A
D
transformation_replace_boolean_constant_with_constant_binary.cpp
230
if (!unsigned_int_binop_evaluates_to(lhs_constant->
GetU64
(),
in IsApplicable()
231
rhs_constant->
GetU64
(),
in IsApplicable()
H
A
D
fuzzer_pass_obfuscate_constants.cpp
233
unsigned_int_constant_1->
GetU64
() > unsigned_int_constant_2->
GetU64
();
in ObfuscateBoolConstantViaUnsignedIntConstantPair()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H
A
D
transformation_replace_boolean_constant_with_constant_binary.cpp
230
if (!unsigned_int_binop_evaluates_to(lhs_constant->
GetU64
(),
in IsApplicable()
231
rhs_constant->
GetU64
(),
in IsApplicable()
H
A
D
fuzzer_pass_obfuscate_constants.cpp
233
unsigned_int_constant_1->
GetU64
() > unsigned_int_constant_2->
GetU64
();
in ObfuscateBoolConstantViaUnsignedIntConstantPair()
/third_party/spirv-tools/source/fuzz/
H
A
D
transformation_replace_boolean_constant_with_constant_binary.cpp
232
if (!unsigned_int_binop_evaluates_to(lhs_constant->
GetU64
(),
in IsApplicable()
233
rhs_constant->
GetU64
(),
in IsApplicable()
H
A
D
fuzzer_pass_obfuscate_constants.cpp
234
unsigned_int_constant_1->
GetU64
() > unsigned_int_constant_2->
GetU64
();
in ObfuscateBoolConstantViaUnsignedIntConstantPair()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
upgrade_memory_model.cpp
503
return index_constant->
GetU64
();
in GetIndexValue()
716
return static_cast<uint32_t>(constant->
GetU64
()) == SpvScopeDevice;
in IsDeviceScope()
H
A
D
const_folding_rules.cpp
935
uint64_t va = a->
GetU64
();
936
uint64_t vb = b->
GetU64
();
975
uint64_t va = a->
GetU64
();
976
uint64_t vb = b->
GetU64
();
H
A
D
constants.cpp
70
uint64_t Constant::
GetU64
() const {
in GetU64()
function in spvtools::opt::analysis::Constant
H
A
D
folding_rules.cpp
141
uint64_t uval = static_cast<uint64_t>(c->
GetU64
());
in GetWordsFromScalarIntConstant()
219
uint64_t uval = static_cast<uint64_t>(0 - c->
GetU64
());
in NegateIntegerConstant()
569
uint64_t val = input1->
GetU64
() op input2->
GetU64
(); \
H
A
D
constants.h
109
uint64_t
GetU64
() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
upgrade_memory_model.cpp
503
return index_constant->
GetU64
();
in GetIndexValue()
716
return static_cast<uint32_t>(constant->
GetU64
()) == SpvScopeDevice;
in IsDeviceScope()
H
A
D
const_folding_rules.cpp
1031
uint64_t va = a->
GetU64
();
1032
uint64_t vb = b->
GetU64
();
1071
uint64_t va = a->
GetU64
();
1072
uint64_t vb = b->
GetU64
();
H
A
D
constants.cpp
70
uint64_t Constant::
GetU64
() const {
in GetU64()
function in spvtools::opt::analysis::Constant
H
A
D
folding_rules.cpp
141
uint64_t uval = static_cast<uint64_t>(c->
GetU64
());
in GetWordsFromScalarIntConstant()
219
uint64_t uval = static_cast<uint64_t>(0 - c->
GetU64
());
in NegateIntegerConstant()
569
uint64_t val = input1->
GetU64
() op input2->
GetU64
(); \
H
A
D
constants.h
109
uint64_t
GetU64
() const;
/third_party/spirv-tools/source/opt/
H
A
D
upgrade_memory_model.cpp
505
return index_constant->
GetU64
();
in GetIndexValue()
726
return static_cast<spv::Scope>(constant->
GetU64
()) == spv::Scope::Device;
in IsDeviceScope()
H
A
D
const_folding_rules.cpp
1395
uint64_t va = a->
GetU64
();
1396
uint64_t vb = b->
GetU64
();
1435
uint64_t va = a->
GetU64
();
1436
uint64_t vb = b->
GetU64
();
H
A
D
constants.cpp
69
uint64_t Constant::
GetU64
() const {
in GetU64()
function in spvtools::opt::analysis::Constant
H
A
D
constants.h
109
uint64_t
GetU64
() const;
H
A
D
folding_rules.cpp
140
uint64_t uval = static_cast<uint64_t>(c->
GetU64
());
in GetWordsFromScalarIntConstant()
221
uint64_t uval = static_cast<uint64_t>(0 - c->
GetU64
());
in NegateIntegerConstant()
585
uint64_t val = input1->
GetU64
() op input2->
GetU64
(); \
Completed in 35 milliseconds