HomeSort by: relevance | last modified time | path
    Searched refs:po_hash (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libpuffs/
paths.c 153 if (pn->pn_po.po_hash != po->po_hash)
178 po->po_hash = hash32_strn(po->po_path, po->po_len,
181 po->po_hash = hash32_buf(po->po_path, po->po_len,
puffs.h 61 uint32_t po_hash; member in struct:puffs_pathobj
  /src/external/gpl3/binutils/dist/gas/
read.c 335 static htab_t po_hash;
564 if (str_hash_insert (po_hash, pop->poc_name, pop, 0) != NULL)
592 po_hash = str_htab_create ();
626 htab_delete (po_hash);
1211 pop = str_hash_find (po_hash, s);
1226 pop = str_hash_find (po_hash, s + 1);
2872 && str_hash_find (po_hash, macro->name) != NULL)
2875 && str_hash_find (po_hash, macro->name + 1) != NULL))
6839 htab_print_statistics (file, "pseudo-op table", po_hash);
333 static htab_t po_hash; variable
  /src/external/gpl3/binutils.old/dist/gas/
read.c 335 static htab_t po_hash;
564 if (str_hash_insert (po_hash, pop->poc_name, pop, 0) != NULL)
592 po_hash = str_htab_create ();
626 htab_delete (po_hash);
1201 pop = str_hash_find (po_hash, s);
1216 pop = str_hash_find (po_hash, s + 1);
2864 && str_hash_find (po_hash, macro->name) != NULL)
2867 && str_hash_find (po_hash, macro->name + 1) != NULL))
6828 htab_print_statistics (file, "pseudo-op table", po_hash);
333 static htab_t po_hash; variable

Completed in 46 milliseconds