Searched refs:next_prime (Results 1 – 17 of 17) sorted by relevance
58 #define next_prime __libdwarf_next_prime macro59 extern size_t next_prime (size_t) attribute_hidden;63 #undef next_prime64 #define next_prime attribute_hidden __libdwarf_next_prime macro
44 #define next_prime __libasm_next_prime macro45 extern size_t next_prime (size_t) attribute_hidden;49 #undef next_prime50 #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()
53 #define next_prime attribute_hidden __libelf_next_prime macro
76 #define next_prime(s) __libelf_next_prime (s) macro
77 next_prime (size_t seed) in next_prime() function
38 libeu_a_SOURCES = xstrndup.c xmalloc.c next_prime.c \
78 extern size_t next_prime (size_t seed);129 nelems = next_prime (MAX ((nelems * 3) / 2, 10)); in CONCAT()
74 extern size_t next_prime (size_t seed);
147 htab->size = next_prime (htab->size * 2); in insert_entry_2()204 init_size = next_prime (init_size);
53 next_prime.$(OBJEXT) crc32.$(OBJEXT) crc32_file.$(OBJEXT) \187 libeu_a_SOURCES = xstrndup.c xmalloc.c next_prime.c \245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/next_prime.Po@am__quote@
463 next_prime (size_t candidate) in next_prime() function553 candidate = next_prime (candidate); in compute_bucket_size()
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…