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:NextInt64
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/base/utils/
H
A
D
random-number-generator.h
78
// random number generator's sequence. The general contract of |
NextInt64
()|
82
int64_t
NextInt64
() V8_WARN_UNUSED_RESULT;
H
A
D
random-number-generator.cc
120
int64_t RandomNumberGenerator::
NextInt64
() {
in NextInt64()
function in v8::base::RandomNumberGenerator
/third_party/node/deps/v8/src/base/
H
A
D
emulated-virtual-address-subspace.cc
43
Address addr = base() + (static_cast<uint64_t>(rng_.
NextInt64
()) % size());
in RandomPageAddress()
H
A
D
virtual-address-space.cc
221
Address addr = base() + (static_cast<uint64_t>(rng_.
NextInt64
()) % size());
in RandomPageAddress()
/third_party/node/deps/v8/src/sandbox/
H
A
D
sandbox.cc
262
Address hint = rng.
NextInt64
() % highest_allowed_address;
in InitializeAsPartiallyReservedSandbox()
/third_party/node/deps/v8/src/debug/
H
A
D
debug-interface.cc
1102
->
NextInt64
();
in GetNextRandomInt64()
/third_party/node/deps/v8/src/heap/
H
A
D
heap.cc
5910
int64_t rnd = isolate()->random_number_generator()->
NextInt64
();
in InitializeHashSeed()
Completed in 17 milliseconds