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:kPoolSize
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H
A
D
pool_urbg.cc
134
static constexpr int
kPoolSize
= 8;
member
138
ABSL_CACHELINE_ALIGNED static RandenPoolEntry* shared_pools[
kPoolSize
];
140
// Returns an id in the range [0 ...
kPoolSize
), which indexes into the
151
static_assert(
kPoolSize
>= 1,
in GetPoolID()
159
my_pool_id = (sequence++ %
kPoolSize
);
in GetPoolID()
178
my_pool_id = (sequence++ %
kPoolSize
) + 1;
in GetPoolID()
204
// Allocate and initialize
kPoolSize
objects of type RandenPoolEntry.
213
uint32_t seed_material[
kPoolSize
* kSeedSize];
in InitPoolURBG()
218
for (int i = 0; i <
kPoolSize
; i++) {
in InitPoolURBG()
/third_party/vixl/test/
H
A
D
test-pool-manager.cc
713
const int
kPoolSize
= kVeneerSize * kNumBranches + kHeaderSize;
in TEST()
local
721
pc +
kPoolSize
+ kBranchSize - 1);
in TEST()
732
pc +
kPoolSize
+ kBranchSize);
in TEST()
742
pc +
kPoolSize
+ kBranchSize,
in TEST()
752
VIXL_ASSERT(new_pc == pc +
kPoolSize
);
in TEST()
811
const int
kPoolSize
= kVeneerSize * kNumBranches + kHeaderSize;
in TEST()
local
814
ForwardReference<int32_t> temp_ref(pc, kBranchSize, pc, pc +
kPoolSize
);
in TEST()
822
ForwardReference<int32_t> temp_ref2(pc, kBranchSize, pc, pc +
kPoolSize
);
in TEST()
836
VIXL_ASSERT(new_pc == pc +
kPoolSize
);
in TEST()
Completed in 3 milliseconds