Searched refs:hash_ptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dmips-tfile.c993 struct shash *hash_ptr; /* pointer to the hash table head */
1720 shash_t *hash_ptr;
1726 hash_ptr = hash_string (start, len, hash_tbl, &hi);
1727 if (hash_ptr == (shash_t *) 0)
1738 hash_ptr = allocate_shash ();
1739 hash_ptr->next = hash_tbl[hi];
1740 hash_tbl[hi] = hash_ptr;
1742 hash_ptr->len = len;
1743 hash_ptr->indx = vp->num_allocated;
1744 hash_ptr
986 struct shash *hash_ptr; /* pointer to the hash table head */ member in struct:tag
1706 shash_t *hash_ptr; local
1765 shash_t *hash_ptr = (shash_t *) 0; local
1934 shash_t *hash_ptr = (shash_t *) 0; local
2067 thash_t *hash_ptr; local
2185 shash_t *hash_ptr; local
2233 shash_t *hash_ptr = ptag->hash_ptr; local
2651 shash_t *hash_ptr; /* hash pointer to lookup label */ local
2702 shash_t *hash_ptr; /* hash pointer to lookup label */ local
3834 shash_t *hash_ptr; local
[all...]
H A Dggc-common.c825 hash_ptr (const void *p)
876 ptr_hash = htab_create (10, hash_ptr, eq_ptr, NULL);
824 hash_ptr (const void *p) function
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Drandom.c103 u32 *hash_ptr; local
120 hash_ptr = (u32 *) hash;
121 hash_ptr[0] ^= hash_ptr[4];
/freebsd-10.0-release/contrib/binutils/gas/
H A Decoff.c883 struct shash *hash_ptr; /* pointer to the hash table head */
1556 register shash_t *hash_ptr;
1561 hash_ptr = (shash_t *) hash_find (hash_tbl, str);
1562 if (hash_ptr == (shash_t *) NULL)
1573 hash_ptr = allocate_shash ();
1574 hash_ptr->indx = vp->num_allocated;
1576 hash_ptr->string = &vp->last->datum->byte[vp->objects_last_page];
1581 strcpy (hash_ptr->string, str);
1583 err = hash_insert (hash_tbl, str, (char *) hash_ptr);
1590 *ret_hash = hash_ptr;
881 struct shash *hash_ptr; /* pointer to the hash table head */ member in struct:tag
1549 register shash_t *hash_ptr; local
1606 shash_t *hash_ptr = (shash_t *) NULL; local
1896 register thash_t *hash_ptr; local
2004 shash_t *hash_ptr; local
2061 shash_t *hash_ptr = ptag->hash_ptr; local
[all...]

Completed in 118 milliseconds