Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dhash.c22 #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n))) macro
48 ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size); in hash_init()
264 ht->ht_vec = (void **) CALLOC (struct token *, ht->ht_size); in hash_rehash()