Searched refs:st_hash (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/file_cmds-242/pax/
H A Dcache.c328 ptr = usrtb[st_hash(name, namelen, UNM_SZ)];
342 ptr = usrtb[st_hash(name, namelen, UNM_SZ)] =
391 ptr = grptb[st_hash(name, namelen, GID_SZ)];
404 ptr = grptb[st_hash(name, namelen, GID_SZ)] =
H A Dtables.c393 indx = st_hash(arcn->name, namelen, F_TAB_SZ);
533 indx = st_hash(oname, onamelen, N_TAB_SZ);
594 indx = st_hash(oname, *onamelen, N_TAB_SZ);
1206 * st_hash()
1220 st_hash(char *name, int len, int tabsz) function
H A Dextern.h289 u_int st_hash(char *, int, int);
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dst.h139 st_index_t st_hash(const void *ptr, size_t len, st_index_t h);
/macosx-10.10.1/ruby-106/ruby/
H A Dst.c1313 st_hash(const void *ptr, size_t len, st_index_t h) function
1495 return st_hash(string, strlen(string), FNV1_32A_INIT);
H A Dhash.c1803 *hval ^= st_hash(hdata, sizeof(hdata), 0);

Completed in 116 milliseconds