Home
last modified time | relevance | path

Searched refs:verhash (Results 1 – 10 of 10) sorted by relevance

/dports/net/freediameter/freeDiameter-1.5.0/cmake/Modules/
H A DGetVersionWithHg.cmake7 OUTPUT_VARIABLE verhash
19 SET(FD_PROJECT_VERSION_HG "${verval}(${verhash})")
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimverilog.c2237 REGISTER VERSIGNAL *vs, *vslast, **verhash, **vslist, *subvs; in sim_verparsefile() local
2267 verhash = 0; in sim_verparsefile()
2501 if (verhash == 0) return; in sim_verparsefile()
2502 for(i=0; i<hashtablesize; i++) verhash[i] = NOVERSIGNAL; in sim_verparsefile()
2511 if (verhash[hashcode] == NOVERSIGNAL) in sim_verparsefile()
2513 verhash[hashcode] = vs; in sim_verparsefile()
2516 if (strcmp(vs->symbol, verhash[hashcode]->symbol) == 0) in sim_verparsefile()
2519 vs->realversignal = verhash[hashcode]; in sim_verparsefile()
2550 vs = verhash[hashcode]; in sim_verparsefile()
2598 vs = verhash[hashcode]; in sim_verparsefile()
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/jabber/
H A Dcaps.c82 guint verhash = g_str_hash(key->ver); in jabber_caps_hash() local
89 return nodehash ^ verhash ^ hashhash; in jabber_caps_hash()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/jabber/
H A Dcaps.c82 guint verhash = g_str_hash(key->ver); in jabber_caps_hash() local
89 return nodehash ^ verhash ^ hashhash; in jabber_caps_hash()
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/jabber/
H A Dcaps.c82 guint verhash = g_str_hash(key->ver); in jabber_caps_hash() local
89 return nodehash ^ verhash ^ hashhash; in jabber_caps_hash()
/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects.c384 uint64_t verhash = make_version_hash(rfx->rfx_version); in do_effect() local
385 if (verhash >= 1008003) { in do_effect()
H A Dmain.h1799 int verhash(char *version);
H A Dutils.c4755 int verhash(char *xv) { in verhash() function
H A Dsaveplay.c4811 version_hash = verhash(version);
H A Dmain.c4279 mainw->version_hash = lives_strdup_printf("%d", verhash(LiVES_VERSION)); in real_main()