Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c7d30f66
Commit
c7d30f66
authored
Aug 31, 1992
by
Dennis Glatting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor documentation changes.
From-SVN: r2008
parent
893cc958
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
gcc/objc/hash.h
+14
-10
No files found.
gcc/objc/hash.h
View file @
c7d30f66
...
...
@@ -25,10 +25,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the executable file might be covered by the GNU General Public License. */
/*
$Header: /usr/user/dennis_glatting/ObjC/c-runtime/dispatch
.common/RCS/hash.h,v 0.9 1992/04/13 11:43:08 dennisg Exp dennisg
$
$Author: d
ennisg
$
$Date: 1992/0
4/13 11:43:0
8 $
$Header: /usr/user/dennis_glatting/ObjC/c-runtime/dispatch
/RCS/hash.h,v 0.10 1992/08/18 04:46:58 dglattin Exp
$
$Author: d
glattin
$
$Date: 1992/0
8/18 04:46:5
8 $
$Log: hash.h,v $
* Revision 0.10 1992/08/18 04:46:58 dglattin
* Saving a working version before release.
*
* Revision 0.9 1992/04/13 11:43:08 dennisg
* Check in after array version of run-time works.
* Expect more changes as hash version and other changes are made.
...
...
@@ -158,9 +161,9 @@ typedef struct cache {
was returned. */
/* Function used to compute
a hash code given a key.
This function is specified
when the hash table is
created. */
This function is
specified when the hash
table is
created. */
HashFunc
hashFunc
;
/* Function used to compare
two hash keys to determine
...
...
@@ -227,8 +230,9 @@ hash_value_for_key (Cache_t theCache, void* aKey);
************************************************/
/* Calculate a hash code by
performing some manipulation
of the key pointer. */
performing some
manipulation of the key
pointer. */
static
inline
u_int
intHash
(
Cache_t
theCache
,
void
*
aKey
)
{
...
...
@@ -257,7 +261,7 @@ strHash(Cache_t theCache, void* aKey) {
}
/* Compare two integers. */
/* Compare two integers. */
static
inline
int
intCmp
(
void
*
k1
,
void
*
k2
)
{
...
...
@@ -266,7 +270,7 @@ intCmp(void* k1, void* k2) {
}
/* Compare two strings. */
/* Compare two strings. */
static
inline
int
strCmp
(
void
*
k1
,
void
*
k2
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment