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:next_prime
(Results
1 - 12
of
12
) sorted by relevance
/third_party/elfutils/libdw/
H
A
D
dwarf_abbrev_hash.c
38
#define
next_prime
__libdwarf_next_prime
macro
39
extern size_t
next_prime
(size_t) attribute_hidden;
43
#undef
next_prime
macro
44
#define
next_prime
attribute_hidden __libdwarf_next_prime
macro
45
#include "../lib/
next_prime
.c"
H
A
D
dwarf_sig8_hash.c
38
#define
next_prime
__libdwarf_next_prime
macro
39
extern size_t
next_prime
(size_t) attribute_hidden;
/third_party/elfutils/libasm/
H
A
D
symbolhash.c
47
#define
next_prime
__libasm_next_prime
macro
48
extern size_t
next_prime
(size_t) attribute_hidden;
52
#undef
next_prime
macro
53
#define
next_prime
attribute_hidden __libasm_next_prime
macro
54
#include "../lib/
next_prime
.c"
/third_party/googletest/googletest/samples/
H
A
D
sample8_unittest.cc
67
int
next_prime
= -1;
variable
69
next_prime
= precalc_impl_->GetNextPrime(p);
71
return
next_prime
!= -1 ?
next_prime
: on_the_fly_impl_->GetNextPrime(p);
/third_party/elfutils/libelf/
H
A
D
libelf_next_prime.c
32
#define
next_prime
attribute_hidden __libelf_next_prime
macro
33
#include "../lib/
next_prime
.c"
H
A
D
nlist.c
54
#define
next_prime
(s) __libelf_next_prime (s)
macro
/third_party/elfutils/lib/
H
A
D
next_prime.c
57
next_prime
(size_t seed)
in next_prime()
function
H
A
D
fixedsizehash.h
56
extern size_t
next_prime
(size_t seed);
107
nelems =
next_prime
(MAX ((nelems * 3) / 2, 10));
in CONCAT()
H
A
D
dynamicsizehash_concurrent.h
55
extern size_t
next_prime
(size_t seed);
H
A
D
dynamicsizehash.h
58
extern size_t
next_prime
(size_t seed);
H
A
D
dynamicsizehash.c
124
htab->size =
next_prime
(htab->size * 2);
in insert_entry_2()
179
init_size =
next_prime
(init_size);
in NAME()
H
A
D
dynamicsizehash_concurrent.c
264
htab->size =
next_prime
(htab->size * 2);
in resize_coordinator()
353
init_size =
next_prime
(init_size);
in NAME()
Completed in 4 milliseconds