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

  /system/core/include/mincrypt/
hash-internal.h 53 #define HASH_init(ctx) (ctx)->f->init(ctx)
  /external/iptables/extensions/
libipt_CLUSTERIP.c 152 printf(" CLUSTERIP hashmode=%s clustermac=%s total_nodes=%u local_node=%u hash_init=%u",
  /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.h 60 void hash_init __P((struct hash_table *ht, unsigned long size,
hash.c 43 hash_init (struct hash_table *ht, unsigned long size, function
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);
read.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
bdflib.c 295 hash_init( hashtable* ht, function
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 1360 static unsigned hash_init(Hash* hash, unsigned windowsize) function
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
ChangeLog.21 536 (hash_rehash, hash_init): Don't call FT_MEM_ZERO.
    [all...]

Completed in 642 milliseconds