Home
last modified time | relevance | path

Searched refs:hash_ptr (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dmips-tfile.c1706 shash_t *hash_ptr; in add_string() local
1744 return hash_ptr->indx; in add_string()
1782 &hash_ptr); in add_local_symbol()
1970 &hash_ptr); in add_ext_symbol()
2067 thash_t *hash_ptr; in add_aux_sym_tir() local
2075 hash_ptr = hash_ptr->next) in add_aux_sym_tir()
2082 return hash_ptr->indx; in add_aux_sym_tir()
2185 shash_t *hash_ptr; in get_tag() local
2209 &hash_ptr); in get_tag()
2213 tag_ptr->hash_ptr = hash_ptr; in get_tag()
[all …]
H A Dggc-common.c836 hash_ptr (const void *p) in hash_ptr() function
887 ptr_hash = htab_create (10, hash_ptr, eq_ptr, NULL); in ggc_record_overhead()
H A DChangeLog-200415655 (hash_ptr,eq_ptr,ggc_prune_ptr): New static functions.
/freebsd-12.1/contrib/binutils/gas/
H A Decoff.c1549 register shash_t *hash_ptr; in add_string() local
1583 *ret_hash = hash_ptr; in add_string()
1585 return hash_ptr->indx; in add_string()
1648 &hash_ptr)); in add_ecoff_symbol()
1904 hash_ptr = hash_ptr->next) in add_aux_sym_tir()
1911 return hash_ptr->indx; in add_aux_sym_tir()
1917 hash_ptr->type = aux; in add_aux_sym_tir()
1919 hash_tbl[hi] = hash_ptr; in add_aux_sym_tir()
2004 shash_t *hash_ptr; in get_tag() local
2041 tag_ptr->hash_ptr = hash_ptr; in get_tag()
[all …]
H A DChangeLog-92959965 and in hash_ptr->string.
/freebsd-12.1/contrib/wpa/src/crypto/
H A Drandom.c108 u32 *hash_ptr; in random_extract() local
125 hash_ptr = (u32 *) hash; in random_extract()
126 hash_ptr[0] ^= hash_ptr[4]; in random_extract()
/freebsd-12.1/contrib/libucl/src/
H A Ducl_schema.c736 const char *p, *c, *hash_ptr = NULL; in ucl_schema_resolve_ref() local
742 hash_ptr = strrchr (ref, '#'); in ucl_schema_resolve_ref()
744 if (hash_ptr) { in ucl_schema_resolve_ref()
745 url_copy = malloc (hash_ptr - ref + 1); in ucl_schema_resolve_ref()
753 ucl_strlcpy (url_copy, ref, hash_ptr - ref + 1); in ucl_schema_resolve_ref()
815 if (hash_ptr) { in ucl_schema_resolve_ref()
816 p = hash_ptr + 1; in ucl_schema_resolve_ref()