Searched refs:next_prime (Results 1 – 15 of 15) sorted by relevance
22 #define next_prime __libdwarf_next_prime macro23 extern size_t next_prime (size_t) attribute_hidden;27 #undef next_prime28 #define next_prime attribute_hidden __libdwarf_next_prime macro
32 #define next_prime __libasm_next_prime macro33 extern size_t next_prime (size_t) attribute_hidden;37 #undef next_prime38 #define next_prime attribute_hidden __libasm_next_prime macro
70 int next_prime = -1; in GetNextPrime() local72 next_prime = precalc_impl_->GetNextPrime(p); in GetNextPrime()74 return next_prime != -1 ? next_prime : on_the_fly_impl_->GetNextPrime(p); in GetNextPrime()
20 #define next_prime attribute_hidden __libelf_next_prime macro
43 #define next_prime(s) __libelf_next_prime (s) macro
45 next_prime (size_t seed) in next_prime() function
45 extern size_t next_prime (size_t seed);96 nelems = next_prime (MAX ((nelems * 3) / 2, 10)); in CONCAT()
28 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c crc32.c
111 htab->size = next_prime (htab->size * 2); in insert_entry_2()168 init_size = next_prime (init_size);
38 extern size_t next_prime (size_t seed);
61 xmalloc.$(OBJEXT) next_prime.$(OBJEXT) crc32.$(OBJEXT)184 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c crc32.c239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/next_prime.Po@am__quote@
61 xmalloc.$(OBJEXT) next_prime.$(OBJEXT) crc32.$(OBJEXT)184 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c crc32.c239 include ./$(DEPDIR)/next_prime.Po
456 next_prime (size_t candidate) in next_prime() function576 table->n_buckets = next_prime (candidate); in hash_initialize()
186 -- Fixed a bug in next_prime() where an input of zero would be treated as odd and191 -- changed the next_prime() prototype to accept a new parameter "bbs_style" which
752 -- Removed the LTC version of next_prime() and replaced it with a call to the847 …-- Fixed a slight "its-not-a-bug-but-could-be-done-better" bug in the next_prime() function. Esse…