Home
last modified time | relevance | path

Searched refs:hashindex (Results 1 – 25 of 93) sorted by relevance

1234

/dports/devel/bsdelf/elftoolchain-0.7.1/libelftc/
H A Delftc_string_table.c80 int hashindex; in elftc_string_table_find_hash_entry() local
86 *rhashindex = hashindex; in elftc_string_table_find_hash_entry()
88 SLIST_FOREACH(ste, &st->st_buckets[hashindex], ste_next) { in elftc_string_table_find_hash_entry()
240 int copied, hashindex, offset, length, newsize; in elftc_string_table_image() local
269 &hashindex); in elftc_string_table_image()
270 head = &st->st_buckets[hashindex]; in elftc_string_table_image()
308 int hashindex, idx; in elftc_string_table_insert() local
311 hashindex = 0; in elftc_string_table_insert()
315 assert(hashindex >= 0 && hashindex < st->st_nbuckets); in elftc_string_table_insert()
339 int hashindex, idx; in elftc_string_table_lookup() local
[all …]
/dports/devel/elftoolchain/elftoolchain-0.7.1/libelftc/
H A Delftc_string_table.c80 int hashindex; in elftc_string_table_find_hash_entry() local
86 *rhashindex = hashindex; in elftc_string_table_find_hash_entry()
88 SLIST_FOREACH(ste, &st->st_buckets[hashindex], ste_next) { in elftc_string_table_find_hash_entry()
240 int copied, hashindex, offset, length, newsize; in elftc_string_table_image() local
269 &hashindex); in elftc_string_table_image()
270 head = &st->st_buckets[hashindex]; in elftc_string_table_image()
308 int hashindex, idx; in elftc_string_table_insert() local
311 hashindex = 0; in elftc_string_table_insert()
315 assert(hashindex >= 0 && hashindex < st->st_nbuckets); in elftc_string_table_insert()
339 int hashindex, idx; in elftc_string_table_lookup() local
[all …]
/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_Hash.c106 int hashindex; in puthash() local
116 hashindex = hashval(name, ht->size); in puthash()
125 hp->next = ht->table[hashindex]; in puthash()
126 ht->table[hashindex] = hp; in puthash()
139 int hashindex; in drophash() local
142 hashindex = hashval(name, ht->size); in drophash()
143 if((hp1 = ht->table[hashindex]) != NULL) { in drophash()
153 ht->table[hashindex] = hp->next; in drophash()
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_Hash.c106 int hashindex; in puthash() local
116 hashindex = hashval(name, ht->size); in puthash()
125 hp->next = ht->table[hashindex]; in puthash()
126 ht->table[hashindex] = hp; in puthash()
139 int hashindex; in drophash() local
142 hashindex = hashval(name, ht->size); in drophash()
143 if((hp1 = ht->table[hashindex]) != NULL) { in drophash()
153 ht->table[hashindex] = hp->next; in drophash()
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/radark/
H A Dradark.pl67 my $hashindex = "";
74 /^-L/ && do { $localaddr = shift (@ARGV); $hashindex .= $arg; next ARG; };
75 /^-m/ && do { $multisig = shift (@ARGV); $hashindex .= $arg; next ARG; };
78 /^-f/ && do { $force++; $hashindex .= $arg; next ARG; };
83 $hashindex .= $arg;
94 my $hash = md5_hex($hashindex);
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmt/
H A Dhashrout.h122 int hashindex = 0; variable
178 if (hashindex >= HASHENTRIES) {
182 hashindex = 0;
201 elem = &hashchunk[hashindex++];
/dports/games/KnightCap/Export/
H A Dhash.c110 uint32 hashindex = get_index(b); in check_hash() local
112 t = &hash_table[hashindex]; in check_hash()
176 uint32 hashindex; in fetch_hash() local
180 hashindex = get_index(b); in fetch_hash()
181 t = &hash_table[hashindex]; in fetch_hash()
212 uint32 hashindex = get_index(b); in insert_hash() local
219 t = &hash_table[hashindex]; in insert_hash()
366 t = &hash_table[hashindex]; in check_hash2()
453 uint32 hash1, hash2, hashindex; in hash_ordering() local
469 hashindex = get_index(b); in hash_ordering()
[all …]
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dmeshqueue.c65 int i, hashindex, maxhashindex, batchnumsurfaces; in R_MeshQueue_RenderTransparent() local
108 hashindex = 0; in R_MeshQueue_RenderTransparent()
112hashindex = bound(0, (int)(bound(0, mqt->dist - r_transparent_sortmindist.integer, r_transparent_s… in R_MeshQueue_RenderTransparent()
115 hashindex = maxhashindex; in R_MeshQueue_RenderTransparent()
120 *trans_hashpointer[hashindex] = mqt; in R_MeshQueue_RenderTransparent()
121 trans_hashpointer[hashindex] = &mqt->next; in R_MeshQueue_RenderTransparent()
H A Dcvar.c37 int hashindex; in Cvar_FindVar() local
75 int hashindex; in Cvar_FindVarLink() local
82 if(link) *link = &cvar_hashtable[hashindex]; in Cvar_FindVarLink()
485 int hashindex; in Cvar_RegisterVariable() local
574 variable->nextonhashchain = cvar_hashtable[hashindex]; in Cvar_RegisterVariable()
575 cvar_hashtable[hashindex] = variable; in Cvar_RegisterVariable()
587 int hashindex; in Cvar_Get() local
659 cvar->nextonhashchain = cvar_hashtable[hashindex]; in Cvar_Get()
660 cvar_hashtable[hashindex] = cvar; in Cvar_Get()
750 int hashindex; in Cvar_RestoreInitState() local
[all …]
/dports/games/darkplaces/darkplaces/
H A Dmeshqueue.c65 int i, hashindex, maxhashindex, batchnumsurfaces; in R_MeshQueue_RenderTransparent() local
108 hashindex = 0; in R_MeshQueue_RenderTransparent()
112hashindex = bound(0, (int)(bound(0, mqt->dist - r_transparent_sortmindist.integer, r_transparent_s… in R_MeshQueue_RenderTransparent()
115 hashindex = maxhashindex; in R_MeshQueue_RenderTransparent()
120 *trans_hashpointer[hashindex] = mqt; in R_MeshQueue_RenderTransparent()
121 trans_hashpointer[hashindex] = &mqt->next; in R_MeshQueue_RenderTransparent()
H A Dcvar.c37 int hashindex; in Cvar_FindVar() local
75 int hashindex; in Cvar_FindVarLink() local
82 if(link) *link = &cvar_hashtable[hashindex]; in Cvar_FindVarLink()
485 int hashindex; in Cvar_RegisterVariable() local
574 variable->nextonhashchain = cvar_hashtable[hashindex]; in Cvar_RegisterVariable()
575 cvar_hashtable[hashindex] = variable; in Cvar_RegisterVariable()
587 int hashindex; in Cvar_Get() local
659 cvar->nextonhashchain = cvar_hashtable[hashindex]; in Cvar_Get()
660 cvar_hashtable[hashindex] = cvar; in Cvar_Get()
750 int hashindex; in Cvar_RestoreInitState() local
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Datom.c394 static void SetAtomValue(AtomTable *atable, int atomnumber, int hashindex) in SetAtomValue() argument
396 atable->amap[atomnumber] = atable->htable.entry[hashindex].index; in SetAtomValue()
397 atable->htable.entry[hashindex].value = atomnumber; in SetAtomValue()
521 int hashindex, atom; in LookUpAddString() local
523 hashindex = LookUpAddStringHash(atable, s); in LookUpAddString()
524 atom = atable->htable.entry[hashindex].value; in LookUpAddString()
527 SetAtomValue(atable, atom, hashindex); in LookUpAddString()
595 int hashindex, lsize; in AddAtomFixed() local
597 hashindex = LookUpAddStringHash(atable, s); in AddAtomFixed()
604 atable->amap[atom] = atable->htable.entry[hashindex].index; in AddAtomFixed()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/Nvidia/
H A Datom.c394 static void SetAtomValue(AtomTable *atable, int atomnumber, int hashindex) in SetAtomValue() argument
396 atable->amap[atomnumber] = atable->htable.entry[hashindex].index; in SetAtomValue()
397 atable->htable.entry[hashindex].value = atomnumber; in SetAtomValue()
521 int hashindex, atom; in LookUpAddString() local
523 hashindex = LookUpAddStringHash(atable, s); in LookUpAddString()
524 atom = atable->htable.entry[hashindex].value; in LookUpAddString()
527 SetAtomValue(atable, atom, hashindex); in LookUpAddString()
595 int hashindex, lsize; in AddAtomFixed() local
597 hashindex = LookUpAddStringHash(atable, s); in AddAtomFixed()
604 atable->amap[atom] = atable->htable.entry[hashindex].index; in AddAtomFixed()
[all …]
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/builders/
H A Dsinglehtml.py62 hashindex = refuri.find('#')
63 if hashindex < 0:
65 hashindex = refuri.find('#', hashindex + 1)
66 if hashindex >= 0:
67 refnode['refuri'] = fname + refuri[hashindex:]
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/builders/
H A Dsinglehtml.py62 hashindex = refuri.find('#')
63 if hashindex < 0:
65 hashindex = refuri.find('#', hashindex + 1)
66 if hashindex >= 0:
67 refnode['refuri'] = fname + refuri[hashindex:]
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/builders/
H A Dsinglehtml.py62 hashindex = refuri.find('#')
63 if hashindex < 0:
65 hashindex = refuri.find('#', hashindex + 1)
66 if hashindex >= 0:
67 refnode['refuri'] = fname + refuri[hashindex:]
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dhashgrid.cc57 point3d_t hashindex = ( (*itr).pos - bBox.a) * invcellSize; in updateGrid() local
59 int ix = abs(int(hashindex.x)); in updateGrid()
60 int iy = abs(int(hashindex.y)); in updateGrid()
61 int iz = abs(int(hashindex.z)); in updateGrid()
/dports/net-p2p/dclib/dclib-0.3.23/extras/
H A Ddclib-dump-database.cpp113 CByteArray hashpaths, hashnames, hashindex; in main() local
120 hashindex.LoadFromFile(prefix + "hashindex.bin"); in main()
161 if ( hbo.m_nHashIndex + 24 <= hashindex.Size() ) in main()
164 hash.Append( hashindex.Data()+hbo.m_nHashIndex, 24 ); in main()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcvar.c37 int hashindex; in Cvar_FindVar() local
41 hashindex = CRC_Block((const unsigned char *)var_name, strlen(var_name)); in Cvar_FindVar()
42 for (var = cvar_hashtable[hashindex];var;var = var->nextonhashchain) in Cvar_FindVar()
372 int hashindex; in Cvar_RegisterVariable() local
452 hashindex = CRC_Block((const unsigned char *)variable->name, strlen(variable->name)); in Cvar_RegisterVariable()
453 variable->nextonhashchain = cvar_hashtable[hashindex]; in Cvar_RegisterVariable()
454 cvar_hashtable[hashindex] = variable; in Cvar_RegisterVariable()
466 int hashindex; in Cvar_Get() local
539 hashindex = CRC_Block((const unsigned char *)cvar->name, strlen(cvar->name)); in Cvar_Get()
540 cvar->nextonhashchain = cvar_hashtable[hashindex]; in Cvar_Get()
[all …]
/dports/net/3proxy/3proxy-0.9.4/src/
H A Dplugins.c15 unsigned hashindex(const unsigned char* hash);
49 {symbols+22, "hashindex", (void *) hashindex},
112 hashindex,
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/hashing/
H A DHashTable.cs1406 int hashindex = hv2i(b.hashval); in Check()
1408 if (hashindex <= lasthole || hashindex > cellindex) in Check()
1410 …al={1}, hashindex={2}, cellindex={3}, lasthole={4}", b.item, b.hashval, hashindex, cellindex, last… in Check()
1429 int hashindex = hv2i(b.hashval); in Check()
1431 if (cellindex < hashindex && hashindex <= lasthole) in Check()
1433 …={1}, hashindex={2}, cellindex={3}, latesthole={4}", b.item, b.hashval, hashindex, cellindex, late… in Check()
1456 int hashindex = hv2i(b.hashval); in Check()
1458 if (hashindex <= latesthole || cellindex < hashindex) in Check()
1460 …={1}, hashindex={2}, cellindex={3}, latesthole={4}", b.item, b.hashval, hashindex, cellindex, late… in Check()
/dports/devel/jrtplib/JRTPLIB-3.11.2/src/
H A Drtphashtable.h81 …nt index):element(e) { hashprev = 0; hashnext = 0; listnext = 0; listprev = 0; hashindex = index; } in HashElement()
82 int GetHashIndex() { return hashindex; } in GetHashIndex()
85 …void Dump() { std::cout << "\tHash index " << hashindex << " | Element " << element << std::… in Dump()
88 int hashindex;
H A Drtpkeyhashtable.h82 …x):key(k),element(e) { hashprev = 0; hashnext = 0; listnext = 0; listprev = 0; hashindex = index; } in HashElement()
83 int GetHashIndex() { return hashindex; } in GetHashIndex()
87 …void Dump() { std::cout << "\tHash index " << hashindex << " | Key " << key << " | Element "… in Dump()
90 int hashindex;
/dports/games/residualvm/residualvm-0.3.1/engines/grim/lua/
H A Dltable.cpp25 static int64 hashindex(TObject *ref) { in hashindex() function
62 int64 h = hashindex(key); in present()
79 static int32 hashindex(TObject *r) {
116 int32 h = hashindex(key);
/dports/textproc/bibtool/BibTool/
H A Dsymbols.c108 static int hashindex _ARG((String s)); /* symbols.c */
218 static int hashindex(s) /* */ in hashindex() function
291 for (stp = &sym_tab[hashindex(SymbolValue(sym))];/* */
339 for ( stp = &sym_tab[hashindex(s)]; /* */

1234