HomeSort by relevance Sort by last modified time
    Searched refs:hash_init (Results 1 - 11 of 11) sorted by null

  /external/srec/srec/crec/
astar_pphash.h 47 void hash_init(FixedSizeHash* hash, srec* rec);
astar_pphash.c 34 void hash_init(FixedSizeHash* hash, srec* rec_debug) function
astar.c 685 hash_init((FixedSizeHash*)stack->pphash, rec);
    [all...]
  /ndk/sources/host-tools/make-3.81/
strcache.c 176 hash_init (&strings, 1000, str_hash_1, str_hash_2, str_hash_cmp);
dir.c 560 hash_init (&dc->dirfiles, DIRFILE_BUCKETS,
877 hash_init (&dir->contents->dirfiles, DIRFILE_BUCKETS,
1222 hash_init (&directories, DIRECTORY_BUCKETS,
1224 hash_init (&directory_contents, DIRECTORY_BUCKETS,
hash.c 43 hash_init (struct hash_table *ht, unsigned long size, function
hash.h 60 void hash_init __P((struct hash_table *ht, unsigned long size,
variable.c 152 hash_init (&global_variable_set.table, VARIABLE_BUCKETS,
460 hash_init (&l->set->table, PERFILE_VARIABLE_BUCKETS,
556 hash_init (&set->table, SMALL_SCOPE_VARIABLE_BUCKETS,
879 hash_init (&table, VARIABLE_BUCKETS,
    [all...]
function.c 995 hash_init (&a_word_table, words, a_word_hash_1, a_word_hash_2, a_word_hash_cmp);
    [all...]
file.c 1055 hash_init (&files, 1000, file_hash_1, file_hash_2, file_hash_cmp);
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 1360 static unsigned hash_init(Hash* hash, unsigned windowsize) function
    [all...]

Completed in 1093 milliseconds