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:split_
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H
A
D
poisson_distribution.h
81
int
split_
;
member in absl::poisson_distribution::param_type
134
: mean_(mean),
split_
(0) {
in param_type()
143
split_
= 1;
in param_type()
147
split_
= 1 + static_cast<int>(mean_ / 10.0);
in param_type()
148
emu_ = std::exp(-mean_ / static_cast<double>(
split_
));
in param_type()
172
if (p.
split_
!= 0) {
in operator ()()
187
for (int split = p.
split_
; split > 0; --split) {
in operator ()()
/third_party/node/deps/brotli/c/enc/
H
A
D
histogram.c
20
const BlockSplit*
split_
; /* Not owned. */
member
28
self->
split_
= split;
in InitBlockSplitIterator()
37
self->type_ = self->
split_
->types[self->idx_];
in BlockSplitIteratorNext()
38
self->length_ = self->
split_
->lengths[self->idx_];
in BlockSplitIteratorNext()
H
A
D
metablock_inc.h
26
BlockSplit*
split_
; /* not owned */
in FN()
local
58
self->
split_
= split;
in InitBlockSplitter()
69
self->
split_
->num_blocks = max_num_blocks;
in InitBlockSplitter()
86
BlockSplit* split = self->
split_
;
H
A
D
metablock.c
316
BlockSplit*
split_
; /* not owned */
member
350
self->
split_
= split;
in InitContextBlockSplitter()
384
BlockSplit* split = self->
split_
;
in ContextBlockSplitterFinishBlock()
/third_party/skia/third_party/externals/brotli/c/enc/
H
A
D
histogram.c
20
const BlockSplit*
split_
; /* Not owned. */
member
28
self->
split_
= split;
in InitBlockSplitIterator()
37
self->type_ = self->
split_
->types[self->idx_];
in BlockSplitIteratorNext()
38
self->length_ = self->
split_
->lengths[self->idx_];
in BlockSplitIteratorNext()
H
A
D
metablock_inc.h
26
BlockSplit*
split_
; /* not owned */
in FN()
local
58
self->
split_
= split;
in InitBlockSplitter()
69
self->
split_
->num_blocks = max_num_blocks;
in InitBlockSplitter()
86
BlockSplit* split = self->
split_
;
H
A
D
metablock.c
316
BlockSplit*
split_
; /* not owned */
member
350
self->
split_
= split;
in InitContextBlockSplitter()
384
BlockSplit* split = self->
split_
;
in ContextBlockSplitterFinishBlock()
Completed in 6 milliseconds