HomeSort by relevance Sort by last modified time
    Searched refs:hash_new (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/kmod/testsuite/
test-hash.c 39 struct hash *h = hash_new(8, NULL);
45 .description = "test hash_new");
50 struct hash *h = hash_new(8, NULL);
69 struct hash *h = hash_new(8, countfreecalls);
99 struct hash *h = hash_new(8, countfreecalls);
130 struct hash *h = hash_new(8, NULL);
131 struct hash *h2 = hash_new(8, NULL);
164 struct hash *h = hash_new(8, NULL);
165 struct hash *h2 = hash_new(8, NULL);
200 struct hash *h = hash_new(8, countfreecalls)
    [all...]
  /external/kmod/shared/
hash.h 13 struct hash *hash_new(unsigned int n_buckets, void (*free_value)(void *value));
hash.c 47 struct hash *hash_new(unsigned int n_buckets, function
  /toolchain/binutils/binutils-2.27/gas/
hash.h 32 extern struct hash_control *hash_new (void);
hash.c 110 hash_new (void) function
516 h = hashtable[number] = (char *) hash_new ();
macro.c 79 macro_hash = hash_new ();
1334 h = hash_new ();
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tilegx.c 277 special_operator_hash = hash_new ();
314 op_hash = hash_new ();
324 spr_hash = hash_new ();
332 main_reg_hash = hash_new ();
    [all...]
tc-tilepro.c 220 special_operator_hash = hash_new ();
250 op_hash = hash_new ();
263 spr_hash = hash_new ();
271 main_reg_hash = hash_new ();
    [all...]
tc-ft32.c 54 opcode_hash_control = hash_new ();
tc-pj.c 200 opcode_hash_control = hash_new ();
tc-aarch64.c     [all...]
tc-crx.c 534 if ((crx_inst_hash = hash_new ()) == NULL)
561 if ((reg_hash = hash_new ()) == NULL)
579 if ((copreg_hash = hash_new ()) == NULL)
    [all...]
tc-i960.c 464 op_hash = hash_new ();
465 reg_hash = hash_new ();
466 areg_hash = hash_new ();
    [all...]
tc-moxie.c 65 opcode_hash_control = hash_new ();
tc-tic30.c 116 op_hash = hash_new ();
131 parop_hash = hash_new ();
146 reg_hash = hash_new ();
161 ind_hash = hash_new ();
    [all...]
obj-coff-seh.c 141 seh_hash = hash_new ();
tc-dlx.c 284 op_hash = hash_new ();
tc-iq2000.c 252 macro->formal_hash = hash_new ();
tc-i370.c 505 i370_hash = hash_new ();
527 i370_macro_hash = hash_new ();
    [all...]
tc-nios2.c     [all...]
tc-avr.c 640 avr_hash = hash_new ();
648 avr_mod_hash = hash_new ();
    [all...]
tc-cr16.c 799 if ((* hash_table = hash_new ()) == NULL)
822 if ((cr16_inst_hash = hash_new ()) == NULL)
    [all...]
tc-s390.c 479 s390_opcode_hash = hash_new ();
551 s390_opformat_hash = hash_new ();
    [all...]
  /external/kmod/libkmod/
libkmod.c 280 ctx->modules_by_name = hash_new(KMOD_HASH_SIZE, NULL);
  /external/kmod/tools/
depmod.c 876 depmod->modules_by_uncrelpath = hash_new(512, NULL);
882 depmod->modules_by_name = hash_new(512, NULL);
888 depmod->symbols = hash_new(2048, (void (*)(void *))symbol_free);
    [all...]

Completed in 332 milliseconds

1 2 3