Home
last modified time | relevance | path

Searched refs:next_prime (Results 1 – 15 of 15) sorted by relevance

/external/elfutils/libdw/
Ddwarf_abbrev_hash.c22 #define next_prime __libdwarf_next_prime macro
23 extern size_t next_prime (size_t) attribute_hidden;
27 #undef next_prime
28 #define next_prime attribute_hidden __libdwarf_next_prime macro
/external/elfutils/libasm/
Dsymbolhash.c32 #define next_prime __libasm_next_prime macro
33 extern size_t next_prime (size_t) attribute_hidden;
37 #undef next_prime
38 #define next_prime attribute_hidden __libasm_next_prime macro
/external/gtest/samples/
Dsample8_unittest.cc70 int next_prime = -1; in GetNextPrime() local
72 next_prime = precalc_impl_->GetNextPrime(p); in GetNextPrime()
74 return next_prime != -1 ? next_prime : on_the_fly_impl_->GetNextPrime(p); in GetNextPrime()
/external/elfutils/libelf/
Dlibelf_next_prime.c20 #define next_prime attribute_hidden __libelf_next_prime macro
Dnlist.c43 #define next_prime(s) __libelf_next_prime (s) macro
/external/elfutils/lib/
Dnext_prime.c45 next_prime (size_t seed) in next_prime() function
Dfixedsizehash.h45 extern size_t next_prime (size_t seed);
96 nelems = next_prime (MAX ((nelems * 3) / 2, 10)); in CONCAT()
DMakefile.am28 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c crc32.c
Ddynamicsizehash.c111 htab->size = next_prime (htab->size * 2); in insert_entry_2()
168 init_size = next_prime (init_size);
Ddynamicsizehash.h38 extern size_t next_prime (size_t seed);
DMakefile.in61 xmalloc.$(OBJEXT) next_prime.$(OBJEXT) crc32.$(OBJEXT)
184 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c crc32.c
239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/next_prime.Po@am__quote@
DMakefile61 xmalloc.$(OBJEXT) next_prime.$(OBJEXT) crc32.$(OBJEXT)
184 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c crc32.c
239 include ./$(DEPDIR)/next_prime.Po
/external/bison/lib/
Dhash.c456 next_prime (size_t candidate) in next_prime() function
576 table->n_buckets = next_prime (candidate); in hash_initialize()
/external/dropbear/libtommath/
Dchanges.txt186 -- Fixed a bug in next_prime() where an input of zero would be treated as odd and
191 -- changed the next_prime() prototype to accept a new parameter "bbs_style" which
/external/dropbear/libtomcrypt/
Dchanges752 -- Removed the LTC version of next_prime() and replaced it with a call to the
847 …-- Fixed a slight "its-not-a-bug-but-could-be-done-better" bug in the next_prime() function. Esse…