Home
last modified time | relevance | path

Searched refs:this_hash (Results 1 – 23 of 23) sorted by relevance

/dports/games/ensemblist/ensemblist-040126/
H A Dhash.c54 hash *this_hash; in gltv_hash_new() local
58 if (!this_hash) return 0; in gltv_hash_new()
61 gltv_memspool_unregister(this_hash); in gltv_hash_new()
69 this_hash->nb_lines = nb_lines; in gltv_hash_new()
70 this_hash->entries = entries; in gltv_hash_new()
74 this_hash->nb_used_entries = 2; in gltv_hash_new()
75 this_hash->next_free_entry = 2; in gltv_hash_new()
76 this_hash->full_until = 2; in gltv_hash_new()
77 this_hash->flag = flag; in gltv_hash_new()
79 this_hash->lines[i].first = 0; in gltv_hash_new()
[all …]
/dports/math/chaco/Chaco-2.2/code/klvspiff/
H A Dflatten.c66 int this_hash; /* particular hash value */ local
79 this_hash = i;
81 this_hash += graph[i]->edges[j];
83 hash[i] = this_hash;
/dports/net-mgmt/nagios/nagios-3.5.1/common/
H A Dcomments.c174 comment *this_hash = NULL; in delete_comment() local
204 for(this_hash = comment_hashlist[hashslot]; this_hash; this_hash = this_hash->nexthash) { in delete_comment()
205 if(this_hash == this_comment) { in delete_comment()
207 last_hash->nexthash = this_hash->nexthash; in delete_comment()
209 if(this_hash->nexthash) in delete_comment()
210 comment_hashlist[hashslot] = this_hash->nexthash; in delete_comment()
216 last_hash = this_hash; in delete_comment()
/dports/net-mgmt/nagios4/nagios-4.4.6/common/
H A Dcomments.c138 nagios_comment *this_hash = NULL; in delete_comment() local
164 for(this_hash = comment_hashlist[hashslot]; this_hash; this_hash = this_hash->nexthash) { in delete_comment()
165 if(this_hash == this_comment) { in delete_comment()
167 last_hash->nexthash = this_hash->nexthash; in delete_comment()
169 if(this_hash->nexthash) in delete_comment()
170 comment_hashlist[hashslot] = this_hash->nexthash; in delete_comment()
176 last_hash = this_hash; in delete_comment()
/dports/security/py-virustotal-api/virustotal-api-1.1.3/virus_total_apis/
H A Dapi.py100 def rescan_file(self, this_hash, timeout=None): argument
110 params = {'apikey': self.api_key, 'resource': this_hash}
119 def get_file_report(self, this_hash, timeout=None): argument
133 params = {'apikey': self.api_key, 'resource': this_hash}
413 def get_file_behaviour(self, this_hash, timeout=None): argument
430 params = {'apikey': self.api_key, 'hash': this_hash}
439 def get_network_traffic(self, this_hash, timeout=None): argument
454 params = {'apikey': self.api_key, 'hash': this_hash}
627 def get_file(self, this_hash, timeout=None): argument
638 params = {'apikey': self.api_key, 'hash': this_hash}
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/script/
H A Dbench-history.sh35 this_hash=`git log -1 --pretty=format:"%h"`
38 echo $this_hash $this_metric
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/script/
H A Dbench-history.sh35 this_hash=`git log -1 --pretty=format:"%h"`
38 echo $this_hash $this_metric
/dports/devel/libcfu/libcfu-947dba4/src/
H A Dcfuconf.c530 cfuhash_table_t *this_hash = NULL; in _cfuconf_parse_list() local
549 if ( !(this_hash = cfuhash_get(cur_conf->containers, name)) ) { in _cfuconf_parse_list()
550 this_hash = cfuhash_new_with_flags(CFUHASH_IGNORE_CASE); in _cfuconf_parse_list()
551 cfuhash_put(cur_conf->containers, name, (void *)this_hash); in _cfuconf_parse_list()
554 if ( !(new_conf = cfuhash_get(this_hash, value)) ) { in _cfuconf_parse_list()
558 cfuhash_put(this_hash, value, (void *)new_conf); in _cfuconf_parse_list()
/dports/audio/gnupod/gnupod-0.99.8/src/ext/
H A DHash58.pm103 my $this_hash = CreateHash(Keyref=>$this_key, Filepath=>$file);
105 return $this_hash;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pycoverage/coverage/
H A Dhtml.py166 this_hash = self.file_hash(source, cu)
168 if this_hash == that_hash:
173 self.status.set_file_hash(flat_rootname, this_hash)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pycoverage/coverage/
H A Dhtml.py166 this_hash = self.file_hash(source, cu)
168 if this_hash == that_hash:
173 self.status.set_file_hash(flat_rootname, this_hash)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/third_party/coverage/
H A Dhtml.py158 this_hash = self.file_hash(source, cu)
160 if this_hash == that_hash:
165 self.status.set_file_hash(flat_rootname, this_hash)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/coveragepy/coverage/
H A Dhtml.py178 this_hash = self.file_hash(source.encode('utf-8'), fr)
180 if this_hash == that_hash:
185 self.status.set_file_hash(rootname, this_hash)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/coverage/coverage/
H A Dhtml.py180 this_hash = self.file_hash(source.encode('utf-8'), fr)
182 if this_hash == that_hash:
187 self.status.set_file_hash(rootname, this_hash)
/dports/devel/py-coverage/coverage-4.5.4/coverage/
H A Dhtml.py195 this_hash = self.file_hash(source.encode('utf-8'), fr)
197 if this_hash == that_hash:
202 self.status.set_file_hash(rootname, this_hash)
/dports/devel/spark/spark-2.1.1/dev/create-release/
H A Dgenerate-contributors.py54 this_hash = this_commit.get_hash() variable
56 if this_hash in previous_release_hashes:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Dhtml.py469 this_hash = m.hexdigest()
473 if this_hash == that_hash:
477 self.set_file_hash(rootname, this_hash)
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Dhtml.py470 this_hash = m.hexdigest()
474 if this_hash == that_hash:
478 self.set_file_hash(rootname, this_hash)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/
H A Dhtml.py469 this_hash = m.hexdigest()
473 if this_hash == that_hash:
477 self.set_file_hash(rootname, this_hash)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/coverage/coverage/
H A Dhtml.py469 this_hash = m.hexdigest()
473 if this_hash == that_hash:
477 self.set_file_hash(rootname, this_hash)
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Droutemap.c546 struct hash *this_hash; /* ptr to the hash structure this is part of */ member
2311 if (!dep->this_hash) in route_map_notify_pentry_dependencies()
2312 dep->this_hash = upd8_hash; in route_map_notify_pentry_dependencies()
2608 dep = hash_release(dep->this_hash, in route_map_clear_reference()
2685 dep_entry->this_hash = NULL; in route_map_dep_hash_alloc()
2745 if (!dep->this_hash) in route_map_dep_update()
2746 dep->this_hash = dephash; in route_map_dep_update()
2928 if (!dep->this_hash) in route_map_notify_dependencies()
2929 dep->this_hash = upd8_hash; in route_map_notify_dependencies()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Droutemap.c546 struct hash *this_hash; /* ptr to the hash structure this is part of */ member
2311 if (!dep->this_hash) in route_map_notify_pentry_dependencies()
2312 dep->this_hash = upd8_hash; in route_map_notify_pentry_dependencies()
2608 dep = hash_release(dep->this_hash, in route_map_clear_reference()
2685 dep_entry->this_hash = NULL; in route_map_dep_hash_alloc()
2745 if (!dep->this_hash) in route_map_dep_update()
2746 dep->this_hash = dephash; in route_map_dep_update()
2928 if (!dep->this_hash) in route_map_notify_dependencies()
2929 dep->this_hash = upd8_hash; in route_map_notify_dependencies()
/dports/devel/brz/breezy-3.2.0/breezy/
H A D_simple_set_pyx.pyx58 cdef int _is_equal(object this, long this_hash, object other) except -1: argument
62 if other_hash != this_hash: