Ignore:
Timestamp:
Oct 22, 2008, 11:25:49 PM (17 years ago)
Author:
bird
Message:

strcache2: strcache2_get_ptr_hash -> strcache2_calc_ptr_hash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/strcache2.h

    r1913 r1914  
    147147}
    148148
    149 /* Get the pointer hash value for the string.
     149/* Calc the pointer hash value for the string.
    150150
    151151   This takes the string address, shift out the bits that are always zero
     
    156156   involve any memory accesses, just a right SHIFT and an optional AND. */
    157157MY_INLINE unsigned int
    158 strcache2_get_ptr_hash (struct strcache2 *cache, const char *str)
     158strcache2_calc_ptr_hash (struct strcache2 *cache, const char *str)
    159159{
    160160  (void)cache;
Note: See TracChangeset for help on using the changeset viewer.