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:result_high
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/bigint/
H
A
D
div-schoolbook.cc
70
digit_t
result_high
;
in ProductGreaterThan()
local
71
digit_t result_low = digit_mul(factor1, factor2, &
result_high
);
in ProductGreaterThan()
72
return
result_high
> high || (
result_high
== high && result_low > low);
in ProductGreaterThan()
/third_party/node/deps/v8/src/wasm/baseline/arm/
H
A
D
liftoff-assembler-arm.h
1017
Register
result_high
= no_reg;
in AtomicOp64()
local
1025
result_high
= result.value().high_gp();
in AtomicOp64()
1026
if (pinned.has(
result_high
)) {
in AtomicOp64()
1027
result_high
= __ GetUnusedRegister(kGpReg, pinned).gp();
in AtomicOp64()
1029
pinned.set(
result_high
);
in AtomicOp64()
1048
__ mov(
result_high
, dst_high);
in AtomicOp64()
1062
if (
result_high
!= result.value().high_gp()) {
in AtomicOp64()
1063
__ mov(result.value().high_gp(),
result_high
);
in AtomicOp64()
1211
Register
result_high
= r5;
in AtomicI64CompareExchange()
local
1219
__ SpillRegisters(dst_addr, offset, result_low,
result_high
, new_value_lo
in AtomicI64CompareExchange()
1278
Register
result_high
= no_reg;
AtomicCompareExchange()
local
[all...]
/third_party/vixl/src/aarch64/
H
A
D
logic-aarch64.cc
2825
uint64_t
result_high
= 0;
2829
result_high
|= (value & 1) << high_pos;
2840
result_low |=
result_high
<< low_pos;
Completed in 17 milliseconds