Home
last modified time | relevance | path

Searched refs:round_up_2 (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dhash.c28 static unsigned long round_up_2 __P((unsigned long rough));
46 ht->ht_size = round_up_2 (size); in hash_init()
318 round_up_2 (unsigned long n) in round_up_2() function
DChangeLog1908 * hash.c (round_up_2): Get rid of a warning.