Home
last modified time | relevance | path

Searched refs:hashkey (Results 1 – 25 of 1221) sorted by relevance

12345678910>>...49

/dports/devel/bullet/bullet3-3.21/src/BulletCollision/Gimpact/
H A Dgim_hash_table.h379 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table()
382 _insert_unsorted(hashkey, value); in _insert_hash_table()
394 _insert_unsorted(hashkey, value); in _insert_hash_table()
406 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table_replace()
409 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
425 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
447 if (hashkey != GIM_INVALID_HASH) in _erase_unsorted()
690 inline GUINT find(GUINT hashkey) in find() argument
723 inline T* get_value(GUINT hashkey) in get_value() argument
725 GUINT index = find(hashkey); in get_value()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/Gimpact/
H A Dgim_hash_table.h379 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table()
382 _insert_unsorted(hashkey, value); in _insert_hash_table()
394 _insert_unsorted(hashkey, value); in _insert_hash_table()
406 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table_replace()
409 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
425 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
447 if (hashkey != GIM_INVALID_HASH) in _erase_unsorted()
690 inline GUINT find(GUINT hashkey) in find() argument
723 inline T* get_value(GUINT hashkey) in get_value() argument
725 GUINT index = find(hashkey); in get_value()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/Gimpact/
H A Dgim_hash_table.h211 inline GUINT _find_cell(GUINT hashkey) in _find_cell() argument
401 if(hashkey==GIM_INVALID_HASH) in _insert_hash_table()
416 _insert_unsorted(hashkey,value); in _insert_hash_table()
428 if(hashkey==GIM_INVALID_HASH) in _insert_hash_table_replace()
447 _insert_unsorted(hashkey,value); in _insert_hash_table_replace()
471 if(hashkey!=GIM_INVALID_HASH) in _erase_unsorted()
474 GUINT cell_index = _find_cell(hashkey); in _erase_unsorted()
723 inline GUINT find(GUINT hashkey) in find() argument
757 inline T * get_value(GUINT hashkey) in get_value() argument
759 GUINT index = find(hashkey); in get_value()
[all …]
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/Gimpact/
H A Dgim_hash_table.h211 inline GUINT _find_cell(GUINT hashkey) in _find_cell() argument
401 if(hashkey==GIM_INVALID_HASH) in _insert_hash_table()
416 _insert_unsorted(hashkey,value); in _insert_hash_table()
428 if(hashkey==GIM_INVALID_HASH) in _insert_hash_table_replace()
447 _insert_unsorted(hashkey,value); in _insert_hash_table_replace()
471 if(hashkey!=GIM_INVALID_HASH) in _erase_unsorted()
474 GUINT cell_index = _find_cell(hashkey); in _erase_unsorted()
723 inline GUINT find(GUINT hashkey) in find() argument
757 inline T * get_value(GUINT hashkey) in get_value() argument
759 GUINT index = find(hashkey); in get_value()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/Bullet/
H A Dgim_hash_table.h379 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table()
382 _insert_unsorted(hashkey, value); in _insert_hash_table()
394 _insert_unsorted(hashkey, value); in _insert_hash_table()
406 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table_replace()
409 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
425 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
447 if (hashkey != GIM_INVALID_HASH) in _erase_unsorted()
690 inline GUINT find(GUINT hashkey) in find() argument
723 inline T* get_value(GUINT hashkey) in get_value() argument
725 GUINT index = find(hashkey); in get_value()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/Gimpact/
H A Dgim_hash_table.h211 inline GUINT _find_cell(GUINT hashkey) in _find_cell() argument
401 if(hashkey==GIM_INVALID_HASH) in _insert_hash_table()
416 _insert_unsorted(hashkey,value); in _insert_hash_table()
428 if(hashkey==GIM_INVALID_HASH) in _insert_hash_table_replace()
447 _insert_unsorted(hashkey,value); in _insert_hash_table_replace()
471 if(hashkey!=GIM_INVALID_HASH) in _erase_unsorted()
474 GUINT cell_index = _find_cell(hashkey); in _erase_unsorted()
723 inline GUINT find(GUINT hashkey) in find() argument
757 inline T * get_value(GUINT hashkey) in get_value() argument
759 GUINT index = find(hashkey); in get_value()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/Gimpact/
H A Dgim_hash_table.h379 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table()
382 _insert_unsorted(hashkey, value); in _insert_hash_table()
394 _insert_unsorted(hashkey, value); in _insert_hash_table()
406 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table_replace()
409 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
425 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
447 if (hashkey != GIM_INVALID_HASH) in _erase_unsorted()
690 inline GUINT find(GUINT hashkey) in find() argument
723 inline T* get_value(GUINT hashkey) in get_value() argument
725 GUINT index = find(hashkey); in get_value()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/Gimpact/
H A Dgim_hash_table.h211 inline GUINT _find_cell(GUINT hashkey) in _find_cell() argument
401 if(hashkey==GIM_INVALID_HASH) in _insert_hash_table()
416 _insert_unsorted(hashkey,value); in _insert_hash_table()
428 if(hashkey==GIM_INVALID_HASH) in _insert_hash_table_replace()
447 _insert_unsorted(hashkey,value); in _insert_hash_table_replace()
471 if(hashkey!=GIM_INVALID_HASH) in _erase_unsorted()
474 GUINT cell_index = _find_cell(hashkey); in _erase_unsorted()
723 inline GUINT find(GUINT hashkey) in find() argument
757 inline T * get_value(GUINT hashkey) in get_value() argument
759 GUINT index = find(hashkey); in get_value()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/Gimpact/
H A Dgim_hash_table.h211 inline GUINT _find_cell(GUINT hashkey) in _find_cell() argument
401 if(hashkey==GIM_INVALID_HASH) in _insert_hash_table()
416 _insert_unsorted(hashkey,value); in _insert_hash_table()
428 if(hashkey==GIM_INVALID_HASH) in _insert_hash_table_replace()
447 _insert_unsorted(hashkey,value); in _insert_hash_table_replace()
471 if(hashkey!=GIM_INVALID_HASH) in _erase_unsorted()
474 GUINT cell_index = _find_cell(hashkey); in _erase_unsorted()
723 inline GUINT find(GUINT hashkey) in find() argument
757 inline T * get_value(GUINT hashkey) in get_value() argument
759 GUINT index = find(hashkey); in get_value()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A Dgim_hash_table.h379 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table()
382 _insert_unsorted(hashkey, value); in _insert_hash_table()
394 _insert_unsorted(hashkey, value); in _insert_hash_table()
406 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table_replace()
409 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
425 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
447 if (hashkey != GIM_INVALID_HASH) in _erase_unsorted()
690 inline GUINT find(GUINT hashkey) in find() argument
723 inline T* get_value(GUINT hashkey) in get_value() argument
725 GUINT index = find(hashkey); in get_value()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A Dgim_hash_table.h379 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table()
382 _insert_unsorted(hashkey, value); in _insert_hash_table()
394 _insert_unsorted(hashkey, value); in _insert_hash_table()
406 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table_replace()
409 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
425 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
447 if (hashkey != GIM_INVALID_HASH) in _erase_unsorted()
690 inline GUINT find(GUINT hashkey) in find() argument
723 inline T* get_value(GUINT hashkey) in get_value() argument
725 GUINT index = find(hashkey); in get_value()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/Gimpact/
H A Dgim_hash_table.h379 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table()
382 _insert_unsorted(hashkey, value); in _insert_hash_table()
394 _insert_unsorted(hashkey, value); in _insert_hash_table()
406 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table_replace()
409 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
425 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
447 if (hashkey != GIM_INVALID_HASH) in _erase_unsorted()
690 inline GUINT find(GUINT hashkey) in find() argument
723 inline T* get_value(GUINT hashkey) in get_value() argument
725 GUINT index = find(hashkey); in get_value()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/core/
H A Dgim_hash_table.h379 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table()
382 _insert_unsorted(hashkey, value); in _insert_hash_table()
394 _insert_unsorted(hashkey, value); in _insert_hash_table()
406 if (hashkey == GIM_INVALID_HASH) in _insert_hash_table_replace()
409 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
425 _insert_unsorted(hashkey, value); in _insert_hash_table_replace()
447 if (hashkey != GIM_INVALID_HASH) in _erase_unsorted()
690 inline GUINT find(GUINT hashkey) in find() argument
723 inline T* get_value(GUINT hashkey) in get_value() argument
725 GUINT index = find(hashkey); in get_value()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/translation/cld2/internal/
H A Dcldutil_shared.h385 *hashkey = quadhash & keymask; in QuadFPJustHash()
396 *hashkey = temp & keymask; in OctaFPJustHash()
405 uint32 subscr, hashkey; in QuadHashV3Lookup4() local
412 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in QuadHashV3Lookup4()
415 if (((hashkey ^ bucket_ptr->keyvalue[1]) & keymask) == 0) { in QuadHashV3Lookup4()
418 if (((hashkey ^ bucket_ptr->keyvalue[2]) & keymask) == 0) { in QuadHashV3Lookup4()
421 if (((hashkey ^ bucket_ptr->keyvalue[3]) & keymask) == 0) { in QuadHashV3Lookup4()
433 uint32 subscr, hashkey; in OctaHashV3Lookup4() local
438 &subscr, &hashkey); in OctaHashV3Lookup4()
441 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in OctaHashV3Lookup4()
[all …]
/dports/www/firefox/firefox-99.0/browser/components/translation/cld2/internal/
H A Dcldutil_shared.h385 *hashkey = quadhash & keymask; in QuadFPJustHash()
396 *hashkey = temp & keymask; in OctaFPJustHash()
405 uint32 subscr, hashkey; in QuadHashV3Lookup4() local
412 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in QuadHashV3Lookup4()
415 if (((hashkey ^ bucket_ptr->keyvalue[1]) & keymask) == 0) { in QuadHashV3Lookup4()
418 if (((hashkey ^ bucket_ptr->keyvalue[2]) & keymask) == 0) { in QuadHashV3Lookup4()
421 if (((hashkey ^ bucket_ptr->keyvalue[3]) & keymask) == 0) { in QuadHashV3Lookup4()
433 uint32 subscr, hashkey; in OctaHashV3Lookup4() local
438 &subscr, &hashkey); in OctaHashV3Lookup4()
441 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in OctaHashV3Lookup4()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/translation/cld2/internal/
H A Dcldutil_shared.h385 *hashkey = quadhash & keymask; in QuadFPJustHash()
396 *hashkey = temp & keymask; in OctaFPJustHash()
405 uint32 subscr, hashkey; in QuadHashV3Lookup4() local
412 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in QuadHashV3Lookup4()
415 if (((hashkey ^ bucket_ptr->keyvalue[1]) & keymask) == 0) { in QuadHashV3Lookup4()
418 if (((hashkey ^ bucket_ptr->keyvalue[2]) & keymask) == 0) { in QuadHashV3Lookup4()
421 if (((hashkey ^ bucket_ptr->keyvalue[3]) & keymask) == 0) { in QuadHashV3Lookup4()
433 uint32 subscr, hashkey; in OctaHashV3Lookup4() local
438 &subscr, &hashkey); in OctaHashV3Lookup4()
441 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in OctaHashV3Lookup4()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/translation/cld2/internal/
H A Dcldutil_shared.h385 *hashkey = quadhash & keymask; in QuadFPJustHash()
396 *hashkey = temp & keymask; in OctaFPJustHash()
405 uint32 subscr, hashkey; in QuadHashV3Lookup4() local
412 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in QuadHashV3Lookup4()
415 if (((hashkey ^ bucket_ptr->keyvalue[1]) & keymask) == 0) { in QuadHashV3Lookup4()
418 if (((hashkey ^ bucket_ptr->keyvalue[2]) & keymask) == 0) { in QuadHashV3Lookup4()
421 if (((hashkey ^ bucket_ptr->keyvalue[3]) & keymask) == 0) { in QuadHashV3Lookup4()
433 uint32 subscr, hashkey; in OctaHashV3Lookup4() local
438 &subscr, &hashkey); in OctaHashV3Lookup4()
441 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in OctaHashV3Lookup4()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/translation/cld2/internal/
H A Dcldutil_shared.h385 *hashkey = quadhash & keymask; in QuadFPJustHash()
396 *hashkey = temp & keymask; in OctaFPJustHash()
405 uint32 subscr, hashkey; in QuadHashV3Lookup4() local
412 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in QuadHashV3Lookup4()
415 if (((hashkey ^ bucket_ptr->keyvalue[1]) & keymask) == 0) { in QuadHashV3Lookup4()
418 if (((hashkey ^ bucket_ptr->keyvalue[2]) & keymask) == 0) { in QuadHashV3Lookup4()
421 if (((hashkey ^ bucket_ptr->keyvalue[3]) & keymask) == 0) { in QuadHashV3Lookup4()
433 uint32 subscr, hashkey; in OctaHashV3Lookup4() local
438 &subscr, &hashkey); in OctaHashV3Lookup4()
441 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in OctaHashV3Lookup4()
[all …]
/dports/devel/cld2/cld-20150505/internal/
H A Dcldutil_shared.h385 *hashkey = quadhash & keymask; in QuadFPJustHash()
396 *hashkey = temp & keymask; in OctaFPJustHash()
405 uint32 subscr, hashkey; in QuadHashV3Lookup4() local
412 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in QuadHashV3Lookup4()
415 if (((hashkey ^ bucket_ptr->keyvalue[1]) & keymask) == 0) { in QuadHashV3Lookup4()
418 if (((hashkey ^ bucket_ptr->keyvalue[2]) & keymask) == 0) { in QuadHashV3Lookup4()
421 if (((hashkey ^ bucket_ptr->keyvalue[3]) & keymask) == 0) { in QuadHashV3Lookup4()
433 uint32 subscr, hashkey; in OctaHashV3Lookup4() local
438 &subscr, &hashkey); in OctaHashV3Lookup4()
441 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in OctaHashV3Lookup4()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/translation/cld2/internal/
H A Dcldutil_shared.h385 *hashkey = quadhash & keymask; in QuadFPJustHash()
396 *hashkey = temp & keymask; in OctaFPJustHash()
405 uint32 subscr, hashkey; in QuadHashV3Lookup4() local
412 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in QuadHashV3Lookup4()
415 if (((hashkey ^ bucket_ptr->keyvalue[1]) & keymask) == 0) { in QuadHashV3Lookup4()
418 if (((hashkey ^ bucket_ptr->keyvalue[2]) & keymask) == 0) { in QuadHashV3Lookup4()
421 if (((hashkey ^ bucket_ptr->keyvalue[3]) & keymask) == 0) { in QuadHashV3Lookup4()
433 uint32 subscr, hashkey; in OctaHashV3Lookup4() local
438 &subscr, &hashkey); in OctaHashV3Lookup4()
441 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) { in OctaHashV3Lookup4()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dyglcache.c60 u32 hashkey; in YglIsCached() local
61 hashkey = YglgetHash(addr); /* get hash */ in YglIsCached()
63 if (HashTable[hashkey] == NULL) { /* Empty Hash */ in YglIsCached()
67 YglCacheHash *at = HashTable[hashkey]; in YglIsCached()
86 u32 hashkey; in YglCacheAdd() local
88 hashkey = YglgetHash(addr); in YglCacheAdd()
90 if (HashTable[hashkey] == NULL){ in YglCacheAdd()
96 HashTable[hashkey] = add; in YglCacheAdd()
99 YglCacheHash *at = HashTable[hashkey]; in YglCacheAdd()
114 add->next = HashTable[hashkey]; in YglCacheAdd()
[all …]
/dports/devel/p5-Class-XSAccessor/Class-XSAccessor-1.19/lib/Class/
H A DXSAccessor.pm60 my $hashkey = $subs->{$subname};
61 _generate_method($caller_pkg, $subname, $hashkey, \%opts, $subtype->[0]);
76 my ($caller_pkg, $subname, $hashkey, $opts, $type) = @_;
79 if not defined $hashkey;
87 newxs_getter($subname, $hashkey);
90 newxs_lvalue_accessor($subname, $hashkey);
93 newxs_setter($subname, $hashkey, $opts->{chained}||0);
96 newxs_defined_predicate($subname, $hashkey);
99 newxs_exists_predicate($subname, $hashkey);
111 newxs_test($subname, $hashkey);
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdispatch/
H A Dnchashmap.c124 index = (size_t)(hashkey % hash->alloc); in locate()
131 if(entry->hashkey == hashkey && entry->keysize == keysize) { in locate()
191 unsigned int hashkey; in NC_hashmapadd() local
203 if(!locate(hash,hashkey,key,keysize,&index,1)) { in NC_hashmapadd()
215 entry->hashkey = hashkey; in NC_hashmapadd()
232 unsigned int hashkey; in NC_hashmapremove() local
242 if(!locate(hash,hashkey,key,keysize,&index,0)) in NC_hashmapremove()
260 unsigned int hashkey; in NC_hashmapget() local
290 unsigned int hashkey; in NC_hashmapsetdata() local
299 if(!locate(hash,hashkey,key,keysize,&index,0)) in NC_hashmapsetdata()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/libdispatch/
H A Dnchashmap.c124 index = (size_t)(hashkey % hash->alloc); in locate()
131 if(entry->hashkey == hashkey && entry->keysize == keysize) { in locate()
191 unsigned int hashkey; in NC_hashmapadd() local
203 if(!locate(hash,hashkey,key,keysize,&index,1)) { in NC_hashmapadd()
215 entry->hashkey = hashkey; in NC_hashmapadd()
232 unsigned int hashkey; in NC_hashmapremove() local
242 if(!locate(hash,hashkey,key,keysize,&index,0)) in NC_hashmapremove()
260 unsigned int hashkey; in NC_hashmapget() local
290 unsigned int hashkey; in NC_hashmapsetdata() local
299 if(!locate(hash,hashkey,key,keysize,&index,0)) in NC_hashmapsetdata()
[all …]
/dports/devel/p5-Class-Accessor-Fast-XS/Class-Accessor-Fast-XS-0.04/
H A DXS.xs115 autoxs_hashkey hashkey;
131 hashkey.key = newSVpvn(key, len);
132 PERL_HASH(hashkey.hash, key, len);
133 AutoXS_hashkeys[functionIndex] = hashkey;
141 autoxs_hashkey hashkey;
157 hashkey.key = newSVpvn(key, len);
158 PERL_HASH(hashkey.hash, key, len);
159 AutoXS_hashkeys[functionIndex] = hashkey;
167 autoxs_hashkey hashkey;
183 hashkey.key = newSVpvn(key, len);
[all …]

12345678910>>...49