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

1 2 3

  /toolchain/binutils/binutils-2.27/gas/
hash.h 44 extern const char *hash_insert (struct hash_control *,
hash.c 206 hash_insert (struct hash_control *table, const char *key, void *val) function
501 p = hash_insert (h, name = what ("symbol"), value = what ("value"));
  /external/freetype/src/base/
fthash.c 234 hash_insert( FT_Hashkey key, function
282 return hash_insert( hk, data, hash, memory );
297 return hash_insert( hk, data, hash, memory );
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tilepro.c 222 hash_insert (special_operator_hash, #name, (void *)O_##name)
253 const char *hash_err = hash_insert (op_hash, op->name, (void *)op);
265 hash_insert (spr_hash, tilepro_sprs[i].name,
276 hash_insert (main_reg_hash, tilepro_register_names[i],
282 hash_insert (main_reg_hash, xstrdup (buf),
287 hash_insert (main_reg_hash, "io0",
289 hash_insert (main_reg_hash, "io1",
291 hash_insert (main_reg_hash, "us0",
293 hash_insert (main_reg_hash, "us1",
295 hash_insert (main_reg_hash, "us2"
    [all...]
tc-pj.c 179 hash_insert (opcode_hash_control, name, (char *) fake);
188 hash_insert (opcode_hash_control, new_name,
204 hash_insert (opcode_hash_control, opcode->u.name, (char *) opcode);
tc-moxie.c 69 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
72 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
75 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
tc-tilegx.c 279 hash_insert (special_operator_hash, #name, (void *)O_##name)
289 hash_insert (special_operator_hash, "hw3_last", (void*)O_hw3);
317 const char *hash_err = hash_insert (op_hash, op->name, (void *)op);
326 hash_insert (spr_hash, tilegx_sprs[i].name,
337 hash_insert (main_reg_hash, tilegx_register_names[i],
343 hash_insert (main_reg_hash, xstrdup (buf),
    [all...]
tc-ft32.c 58 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
tc-crx.c 541 hashret = hash_insert (crx_inst_hash, mnemonic,
570 hashret = hash_insert (reg_hash, regtab->name, (void *) regtab);
588 hashret = hash_insert (copreg_hash, copregtab->name,
    [all...]
tc-i960.c 473 retval = hash_insert (op_hash, oP->name, (void *) oP);
476 retval = hash_insert (reg_hash, regnames[i].reg_name,
480 retval = hash_insert (areg_hash, aregs[i].areg_name,
    [all...]
tc-tic30.c 123 hash_err = hash_insert (op_hash, current_optab->name,
138 hash_err = hash_insert (parop_hash, current_parop->name,
153 hash_err = hash_insert (reg_hash, current_reg->name,
168 hash_err = hash_insert (ind_hash, current_ind->syntax,
    [all...]
tc-pdp11.c 197 hash_insert (insn_hash, pdp11_opcodes[i].name, (void *) (pdp11_opcodes + i));
199 hash_insert (insn_hash, pdp11_aliases[i].name, (void *) (pdp11_aliases + i));
tc-z8k.c 154 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
169 hash_insert (opcode_hash_control, fake_opcode->name, fake_opcode);
    [all...]
tc-tic54x.c 572 hash_insert (subsym_hash[0], name, replacement);
743 hash_insert (stag_hash, current_stag->name, current_stag);
    [all...]
tc-dlx.c 291 retval = hash_insert (op_hash, name, (void *) &machine_opcodes[i]);
tc-i370.c 517 retval = hash_insert (i370_hash, op->name, (void *) op);
536 retval = hash_insert (i370_macro_hash, macro->name, (void *) macro);
    [all...]
tc-nios2.c     [all...]
tc-avr.c 646 hash_insert (avr_hash, opcode->name, (char *) opcode);
655 hash_insert (avr_mod_hash, EXP_MOD_NAME (i), m.ptr);
    [all...]
tc-cr16.c 806 hashret = hash_insert (* hash_table, rreg->name, (char *) rreg);
830 hashret = hash_insert (cr16_inst_hash, mnemonic,
    [all...]
tc-s390.c 512 retval = hash_insert (s390_opcode_hash, op->name, (void *) op);
556 retval = hash_insert (s390_opformat_hash, op->name, (void *) op);
    [all...]
tc-tic4x.c 736 hash_insert (tic4x_asg_hash, name, (void *) str);
    [all...]
tc-vax.c 973 retval = hash_insert (op_hash, vP->vot_name, (void *) &vP->vot_detail);
    [all...]
tc-alpha.c 611 errmsg = hash_insert (alpha_literal_hash, info->string, (void *) info);
    [all...]
tc-arc.c 717 retval = hash_insert (arc_opcode_hash, name, (void *) entry);
    [all...]
  /external/fio/t/
genzipf.c 82 static void hash_insert(struct node *n, unsigned long long val) function
334 hash_insert(&nodes[j], offset);

Completed in 694 milliseconds

1 2 3