Searched refs:hashval (Results 1 - 16 of 16) sorted by relevance

/external/srec/srec/crec/
H A Dastar_pphash.c78 unsigned int hashval; local
80 hashval = parp->token_index;
82 hashval = 0;
83 hashval = (hashval << 10) + parp->word;
87 hashval = hashval * 64 + parp->word + hashval % 65536;
89 return hashval;
/external/elfutils/lib/
H A Ddynamicsizehash.c76 if (htab->table[idx].hashval != 0)
80 if (htab->table[idx].hashval == hval
95 if (htab->table[idx].hashval == hval
99 while (htab->table[idx].hashval);
109 if (htab->table[idx].hashval == 0)
127 htab->table[idx].hashval = hval;
168 insert_entry_2 (htab, first->hashval,
169 lookup (htab, first->hashval, first->data),
178 insert_entry_2 (htab, runp->hashval,
179 lookup (htab, runp->hashval, run
[all...]
H A Ddynamicsizehash.h81 unsigned long int hashval; \
/external/webkit/Tools/android/flex-2.5.4a/
H A Dsym.c160 register int hashval; local
163 hashval = 0;
168 hashval = (hashval << 1) + (unsigned char) str[locstr++];
169 hashval %= hash_size;
172 return hashval;
H A Ddfa.c244 * hashval is the hash value for the dfa corresponding to the state set.
251 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; local
567 nset = epsclosure( nset, &numstates, accset, &nacc, &hashval );
569 if ( snstods( nset, numstates, accset, nacc, hashval, &ds ) )
622 accset, &nacc, &hashval );
[all...]
/external/oprofile/daemon/
H A Dopd_sfile.h39 unsigned long hashval; member in struct:sfile
H A Dopd_sfile.c171 sf->hashval = hash;
320 hash = last->hashval & (CG_HASH_SIZE - 1);
H A Dopd_ibs.c780 hash = last->hashval & (CG_HASH_SIZE - 1);
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp429 unsigned hashval = 0; local
439 hashval = hashval*CV_HASHVAL_SCALE + (unsigned char)str[i];
443 hashval = hashval*CV_HASHVAL_SCALE + (unsigned char)str[i];
445 hashval &= INT_MAX;
448 i = (int)(hashval & (tab_size - 1));
450 i = (int)(hashval % tab_size);
454 if( node->hashval == hashval
566 unsigned hashval = 0; local
[all...]
H A Dcxarray.cpp799 unsigned hashval = 0; local
810 hashval = hashval*ICV_SPARSE_MAT_HASH_MULTIPLIER + t;
815 hashval = *precalc_hashval;
818 tabidx = hashval & (mat->hashsize - 1);
819 hashval &= INT_MAX;
824 if( node->hashval == hashval )
857 int newidx = node->hashval & (newsize - 1);
866 tabidx = hashval
896 unsigned hashval = 0; local
[all...]
H A Dcxcopy.cpp329 int tabidx = node->hashval & (dst1->hashsize - 1);
/external/grub/stage2/
H A Dxfs.h299 xfs_dahash_t hashval; /* hash value for this descendant */ member in struct:xfs_da_intnode::xfs_da_node_entry
/external/opencv/cv/src/
H A Dcvhistogram.cpp531 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1), 0, 0, &node1->hashval );
548 if( !cvPtrND( mat1, CV_NODE_IDX(mat2,node2), 0, 0, &node2->hashval ))
564 0, 0, &node1->hashval );
594 0, 0, &node1->hashval );
615 0, 0, &node1->hashval );
/external/kernel-headers/original/linux/
H A 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/
H A Dcxtypes.h773 unsigned hashval; member in struct:CvSparseNode
1703 unsigned hashval; member in struct:CvStringHashNode
/external/elfutils/src/
H A Delflint.c2885 GElf_Word hashval = elf_hash (verstr); local
2886 if (hashval != aux->vna_hash)
2890 cnt, (int) hashval, (int) aux->vna_hash);
3021 GElf_Word hashval = elf_hash (name); local
3022 if (def->vd_hash != hashval)
3025 idx, section_name (ebl, idx), cnt, (int) hashval,

Completed in 1462 milliseconds