Home
last modified time | relevance | path

Searched refs:hashval (Results 1 – 15 of 15) sorted by relevance

/external/elfutils/lib/
Ddynamicsizehash.c40 if (htab->table[idx].hashval != 0)
44 if (htab->table[idx].hashval == hval
59 if (htab->table[idx].hashval == hval
63 while (htab->table[idx].hashval);
73 if (htab->table[idx].hashval == 0) in insert_entry_2()
91 htab->table[idx].hashval = hval; in insert_entry_2()
132 insert_entry_2 (htab, first->hashval, in insert_entry_2()
133 lookup (htab, first->hashval, first->data), in insert_entry_2()
142 insert_entry_2 (htab, runp->hashval, in insert_entry_2()
143 lookup (htab, runp->hashval, runp->data), runp->data); in insert_entry_2()
[all …]
Ddynamicsizehash.h45 unsigned long int hashval; \
/external/srec/srec/crec/
Dastar_pphash.c78 unsigned int hashval; in hashfunc() local
80 hashval = parp->token_index; in hashfunc()
82 hashval = 0; in hashfunc()
83 hashval = (hashval << 10) + parp->word; in hashfunc()
87 hashval = hashval * 64 + parp->word + hashval % 65536; in hashfunc()
89 return hashval; in hashfunc()
/external/webkit/Tools/android/flex-2.5.4a/
Dsym.c160 register int hashval; local
163 hashval = 0;
168 hashval = (hashval << 1) + (unsigned char) str[locstr++];
169 hashval %= hash_size;
172 return hashval;
Ddfa.c251 int numstates = *ns_addr, nacc, hashval, transsym, nfaccnum; local
291 hashval += state; \
309 nacc = stkend = hashval = 0;
322 hashval += ns;
360 *hv_addr = hashval;
398 int sym, hashval, numstates, dsize; in ntod() local
567 nset = epsclosure( nset, &numstates, accset, &nacc, &hashval ); in ntod()
569 if ( snstods( nset, numstates, accset, nacc, hashval, &ds ) ) in ntod()
622 accset, &nacc, &hashval ); in ntod()
625 nacc, hashval, &newds ) ) in ntod()
[all …]
/external/opencv/cxcore/src/
Dcxarray.cpp799 unsigned hashval = 0; in icvGetNodePtr() local
810 hashval = hashval*ICV_SPARSE_MAT_HASH_MULTIPLIER + t; in icvGetNodePtr()
815 hashval = *precalc_hashval; in icvGetNodePtr()
818 tabidx = hashval & (mat->hashsize - 1); in icvGetNodePtr()
819 hashval &= INT_MAX; in icvGetNodePtr()
824 if( node->hashval == hashval ) in icvGetNodePtr()
857 int newidx = node->hashval & (newsize - 1); in icvGetNodePtr()
866 tabidx = hashval & (newsize - 1); in icvGetNodePtr()
870 node->hashval = hashval; in icvGetNodePtr()
896 unsigned hashval = 0; in icvDeleteNode() local
[all …]
Dcxpersistence.cpp429 unsigned hashval = 0; in cvGetHashedKey() local
439 hashval = hashval*CV_HASHVAL_SCALE + (unsigned char)str[i]; in cvGetHashedKey()
443 hashval = hashval*CV_HASHVAL_SCALE + (unsigned char)str[i]; in cvGetHashedKey()
445 hashval &= INT_MAX; in cvGetHashedKey()
448 i = (int)(hashval & (tab_size - 1)); in cvGetHashedKey()
450 i = (int)(hashval % tab_size); in cvGetHashedKey()
454 if( node->hashval == hashval && in cvGetHashedKey()
463 node->hashval = hashval; in cvGetHashedKey()
525 i = (int)(key->hashval & (tab_size - 1)); in cvGetFileNode()
527 i = (int)(key->hashval % tab_size); in cvGetFileNode()
[all …]
Dcxcopy.cpp329 int tabidx = node->hashval & (dst1->hashsize - 1); in cvCopy()
/external/oprofile/daemon/
Dopd_sfile.h39 unsigned long hashval; member
Dopd_sfile.c171 sf->hashval = hash; in create_sfile()
320 hash = last->hashval & (CG_HASH_SIZE - 1); in get_file()
Dopd_ibs.c780 hash = last->hashval & (CG_HASH_SIZE - 1); in ibs_sfile_get()
/external/grub/stage2/
Dxfs.h299 xfs_dahash_t hashval; /* hash value for this descendant */ member
/external/opencv/cv/src/
Dcvhistogram.cpp531 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1), 0, 0, &node1->hashval ); in cvCompareHist()
548 if( !cvPtrND( mat1, CV_NODE_IDX(mat2,node2), 0, 0, &node2->hashval )) in cvCompareHist()
564 0, 0, &node1->hashval ); in cvCompareHist()
594 0, 0, &node1->hashval ); in cvCompareHist()
615 0, 0, &node1->hashval ); in cvCompareHist()
/external/kernel-headers/original/linux/
Dfs.h1594 unsigned long hashval, int (*test)(struct inode *, void *),
1596 extern struct inode *ilookup5(struct super_block *sb, unsigned long hashval,
1623 extern void __insert_inode_hash(struct inode *, unsigned long hashval);
/external/opencv/cxcore/include/
Dcxtypes.h773 unsigned hashval; member
1703 unsigned hashval; member