Home
last modified time | relevance | path

Searched refs:init_hash (Results 1 – 25 of 134) sorted by relevance

123456

/dports/lang/parrot/parrot-8.1.0/t/oo/
H A Dattributes.t27 .local pmc class, object, init_hash
30 init_hash = new 'Hash'
33 init_hash['data'] = $P1
38 object = new class, init_hash
47 object = new class, init_hash
/dports/net/bird2/bird-2.0.8/lib/
H A Dhash_test.c80 init_hash(void) in init_hash() function
128 init_hash(); in t_insert_find()
138 init_hash(); in t_insert_find_random()
177 init_hash(); in t_walk()
200 init_hash(); in t_walk_delsafe_delete()
217 init_hash(); in t_walk_delsafe_remove()
234 init_hash(); in t_walk_delsafe_delete2()
251 init_hash(); in t_walk_delsafe_remove2()
268 init_hash(); in t_walk_filter()
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dqemusecuritymock.c91 init_hash(void) in init_hash() function
148 init_hash(); in virFileGetXAttrQuiet()
205 init_hash(); in virFileSetXAttr()
228 init_hash(); in virFileRemoveXAttr()
244 init_hash(); \
287 init_hash(); in mock_chown()
470 init_hash(); in checkPaths()
503 init_hash(); in freePaths()
585 init_hash(); in mock_setfilecon_raw()
605 init_hash(); in mock_getfilecon_raw()
/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dm22100-pure.cl35 u32 init_hash[8];
177 tmps[gid].init_hash[0] = ctx1.h[0];
178 tmps[gid].init_hash[1] = ctx1.h[1];
179 tmps[gid].init_hash[2] = ctx1.h[2];
180 tmps[gid].init_hash[3] = ctx1.h[3];
181 tmps[gid].init_hash[4] = ctx1.h[4];
182 tmps[gid].init_hash[5] = ctx1.h[5];
183 tmps[gid].init_hash[6] = ctx1.h[6];
184 tmps[gid].init_hash[7] = ctx1.h[7];
217 w2[0] = packv (tmps, init_hash, gid, 0); // init_hash
[all …]
/dports/lang/parrot/parrot-8.1.0/t/pmc/
H A Dclass.t544 .local pmc class, init_hash, attrs, methods, meth_to_add, class_instance, role, roles
546 init_hash = new ['Hash']
552 init_hash['attributes'] = attrs
558 init_hash['methods'] = methods
568 init_hash['roles'] = roles
570 class = new ['Class'], init_hash
591 .local pmc class, init_hash, null_pmc
594 init_hash = new ['Hash']
595 init_hash['name'] = ""
599 class = new ['Class'], init_hash
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/calclib/
H A Dvecsym.c40 static void init_hash(void);
84 static void init_hash (void) in init_hash() function
196 init_hash (); in sym_addval()
223 init_hash (); in sym_addvec()
260 init_hash (); in sym_addequ()
294 init_hash (); in sym_addfunc()
324 init_hash (); in sym_addmacro()
354 init_hash (); in sym_adddata()
/dports/graphics/gliv/gliv-1.9.7/src/
H A Dthumbnails.c102 static void init_hash(void) in init_hash() function
138 init_hash(); in add_thumbnail()
168 init_hash(); in fill_thumbnail()
185 init_hash(); in collection_add_thumbnail()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/consts/
H A Dissue-70773-mir-typeck-lt-norm.rs5 fn init_hash(_: &mut [u8; HASH_LEN]) {} in init_hash() function
9 init_hash(&mut [0; HASH_LEN]); in foo()
/dports/ftp/ftpmirror/ftpmirror-1.96/Fan/Loader/
H A Dtest.pl73 %init_hash = (
78 $loader->combine_hash(\%init_hash, 'INIT')
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dhyper.c62 static void init_hash(void);
204 init_hash(); in main()
310 init_hash(void) in init_hash() function
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-mpm.c359 if (ctx->init_hash == NULL) { in MpmInitHashLookup()
363 MpmPattern *t = ctx->init_hash[hash]; in MpmInitHashLookup()
451 if (ctx->init_hash == NULL) { in MpmInitHashAdd()
455 if (ctx->init_hash[hash] == NULL) { in MpmInitHashAdd()
456 ctx->init_hash[hash] = p; in MpmInitHashAdd()
461 MpmPattern *t = ctx->init_hash[hash]; in MpmInitHashAdd()
H A Dutil-mpm-hs.c152 if (ctx->init_hash == NULL) { in SCHSInitHashLookup()
156 SCHSPattern *t = ctx->init_hash[hash]; in SCHSInitHashLookup()
232 if (ctx->init_hash == NULL) { in SCHSInitHashAdd()
236 if (ctx->init_hash[hash] == NULL) { in SCHSInitHashAdd()
237 ctx->init_hash[hash] = p; in SCHSInitHashAdd()
619 SCFree(ctx->init_hash); in SCHSPreparePatterns()
620 ctx->init_hash = NULL; in SCHSPreparePatterns()
820 if (ctx->init_hash == NULL) { in SCHSInitCtx()
863 if (ctx->init_hash != NULL) { in SCHSDestroyCtx()
864 SCFree(ctx->init_hash); in SCHSDestroyCtx()
[all …]
H A Dutil-mpm-hs.h54 SCHSPattern **init_hash; member
/dports/net/zebra-server/idzebra-2.0.55/index/
H A Dreckeys.c75 static void init_hash(zebra_rec_keys_t p) in init_hash() function
104 init_hash(p); in zebra_rec_keys_open()
237 init_hash(keys); in zebra_rec_keys_reset()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/iprof/
H A Dprof_gather.c19 static Prof_Zone_Stack *init_hash[] = { &Prof_dummy }; variable
20 static Prof_Zone_Stack **zone_hash = init_hash;
/dports/net/libnids/libnids-1.24/src/
H A Dhash.h1 void init_hash();
H A Dhash.c38 init_hash () in init_hash() function
/dports/games/dreamchess/dreamchess-0.3.0/dreamer/src/
H A Dhashing.h36 void init_hash(void);
H A Dmain.c35 init_hash(); in main()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-7.0.0/examples/
H A Dpolymorphic.rs27 let mut h = self.init_hash(); in produce_hash()
57 fn init_hash(&self) -> Box<Hash> { in init_hash() method
/dports/net-mgmt/seafile-client/seafile-7.0.9/common/index/
H A Dhash.h36 static inline void init_hash(struct hash_table *table) in init_hash() function
/dports/www/elinks/elinks-0.11.7/src/util/
H A Dhash.h28 struct hash *init_hash(unsigned int width, hash_func_T func);
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dhash.h77 extern void init_hash(void); /* Call me on startup */
/dports/ftp/puf/puf-1.0.0/src/
H A Dpuf.c224 init_hash(void) in init_hash() function
319 init_hash(); in main()
/dports/graphics/vcg/vcg.1.30/src/preconf/
H A Dgrammar.l1660 static void init_hash(void)
1662 static void init_hash()
1771 if (!hashtable) init_hash();
1804 if (!hashtable) init_hash();
1815 if (!hashtable) init_hash();

123456