Searched defs:hashval (Results 1 - 7 of 7) 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/oprofile/daemon/
H A Dopd_sfile.h39 unsigned long hashval; member in struct:sfile
/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/cxcore/src/
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 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...]
/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,
/external/opencv/cxcore/include/
H A Dcxtypes.h773 unsigned hashval; member in struct:CvSparseNode
1703 unsigned hashval; member in struct:CvStringHashNode

Completed in 865 milliseconds