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

  /external/selinux/libsepol/src/
symtab.c 38 s->table = hashtab_create(symhash, symcmp, size);
hashtab.c 35 hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h, function
policydb.c 873 p->filename_trans = hashtab_create(filenametr_hash, filenametr_cmp, (1 << 10));
879 p->range_tr = hashtab_create(rangetr_hash, rangetr_cmp, 256);
    [all...]
  /external/selinux/libsepol/cil/src/
cil_strpool.c 104 cil_strpool_tab = hashtab_create(cil_strpool_hash, cil_strpool_compare, CIL_STRPOOL_TABLE_SIZE);
android.c 874 ver_map_tab = hashtab_create(ver_map_hash_val, ver_map_key_cmp, VER_MAP_SZ);
904 ver_map_tab = hashtab_create(ver_map_hash_val, ver_map_key_cmp, VER_MAP_SZ);
cil_binary.c     [all...]
  /external/selinux/libsepol/include/sepol/policydb/
hashtab.h 53 extern hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h,
  /external/selinux/policycoreutils/newrole/
hashtab.h 55 extern hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h,
hashtab.c 14 hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h, function
newrole.c 314 hashtab_create(reqsymhash, reqsymcmp, PAM_SERVICE_SLOTS);
    [all...]
  /device/google/cuttlefish_kernel/4.4-x86_64/
System.map     [all...]
  /system/extras/simpleperf/testdata/
perf_with_kernel_symbol.data     [all...]
perf_with_kmem_slab_callgraph.data     [all...]

Completed in 1193 milliseconds