Home
last modified time | relevance | path

Searched refs:spif_uint32_t (Results 1 – 19 of 19) sorted by relevance

/dports/devel/libast/libast-0.7/src/
H A Dbuiltin_hashes.c58 spif_uint32_t
118 spif_uint32_t
170 spif_uint32_t
258 spif_uint32_t
259 spifhash_rotating(spif_uint8_t *key, spif_uint32_t len, spif_uint32_t seed) in spifhash_rotating()
261 spif_uint32_t hash, i; in spifhash_rotating()
286 spif_uint32_t
287 spifhash_one_at_a_time(spif_uint8_t *key, spif_uint32_t len, spif_uint32_t seed) in spifhash_one_at_a_time()
318 spif_uint32_t
319 spifhash_fnv(spif_uint8_t *key, spif_uint32_t len, spif_uint32_t seed) in spifhash_fnv()
[all …]
H A Dconf.c314 spif_uint32_t fsize, maxlen; in builtin_exec()
494 register spif_uint32_t j, k, l = 0; in spifconf_shell_expand()
497 spif_uint32_t cnt1 = 0, cnt2 = 0; in spifconf_shell_expand()
498 const spif_uint32_t max = CONFIG_BUFF - 1; in spifconf_shell_expand()
H A Dstrings.c246 spif_uint32_t start_pos, char_count; in spiftool_substr()
247 spif_uint32_t len; in spiftool_substr()
/dports/devel/libast/libast-0.7/include/
H A Dlibast.h1617 spif_uint32_t line;
2533 spif_uint32_t mask;
2674 typedef spif_uint32_t (*spifhash_func_t)(spif_uint8_t *, spif_uint32_t, spif_uint32_t);
2774 extern spif_uint32_t spifhash_jenkins(register spif_uint8_t *key, register spif_uint32_t length, re…
2775 extern spif_uint32_t spifhash_jenkins32(spif_uint8_t *key, register spif_uint32_t length, register
2779 extern spif_uint32_t spifhash_jenkinsLE(register spif_uint8_t *key, register spif_uint32_t length, …
2781 extern spif_uint32_t spifhash_rotating(spif_uint8_t *key, spif_uint32_t len, spif_uint32_t seed);
2782 extern spif_uint32_t spifhash_one_at_a_time(spif_uint8_t *key, spif_uint32_t len, spif_uint32_t see…
2783 extern spif_uint32_t spifhash_fnv(spif_uint8_t *key, spif_uint32_t len, spif_uint32_t seed);
H A Dlibast_internal.h96 spif_uint32_t line;
/dports/devel/libast/libast-0.7/test/
H A Dperf.c141 spif_uint32_t key_length, hash, j; in perf_hashes()
240 spif_uint32_t buckets[SPIFHASH_SIZE(HASH_BITS)]; in perf_hashes()
241 spif_uint32_t c_total, c_min = SPIF_CAST(uint32) (-1), c_max = 0; in perf_hashes()
265 spif_uint32_t c; in perf_hashes()
289 spif_uint32_t buckets[SPIFHASH_SIZE(HASH_BITS)]; in perf_hashes()
290 spif_uint32_t c_total, c_min = SPIF_CAST(uint32) (-1), c_max = 0; in perf_hashes()
314 spif_uint32_t c; in perf_hashes()
338 spif_uint32_t buckets[SPIFHASH_SIZE(HASH_BITS)]; in perf_hashes()
363 spif_uint32_t c; in perf_hashes()
396 spif_uint32_t test_flag_var = 0; in perf_options()
[all …]
H A Dtest.c273 spif_uint32_t key_length, input_byte, trials, successes = 0, hash, ref_hash; in test_hash_functions()
279 spif_uint32_t j; in test_hash_functions()
317 spif_uint32_t input_bit; in test_hash_functions()
321 spif_uint32_t seed; in test_hash_functions()
325 spif_uint32_t e, f, g, h, x, y; in test_hash_functions()
326 spif_uint32_t bit_pair; in test_hash_functions()
335 spif_uint32_t hash1, hash2; in test_hash_functions()
462 spif_uint32_t null_hashes[8]; in test_hash_functions()
468 spif_uint32_t k; in test_hash_functions()
498 spif_uint32_t test_flag_var = 0; in test_options()
[all …]
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Doptions.h130 extern spif_uint32_t rs_opacity;
H A Dterm.c2666 spif_uint32_t tmp; in xterm_seq()
H A Doptions.c161 spif_uint32_t rs_opacity = 0xffffffff;
/dports/x11/eterm/Eterm-0.9.6/src/
H A Doptions.h130 extern spif_uint32_t rs_opacity;
H A Dterm.c2666 spif_uint32_t tmp; in xterm_seq()
H A Doptions.c161 spif_uint32_t rs_opacity = 0xffffffff;
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Doptions.h130 extern spif_uint32_t rs_opacity;
H A Dterm.c2666 spif_uint32_t tmp; in xterm_seq()
H A Doptions.c161 spif_uint32_t rs_opacity = 0xffffffff;
/dports/devel/libast/libast-0.7/include/libast/
H A Dsocket.h79 spif_uint32_t flags; in SPIF_DECL_OBJ()
H A Dtypes.h467 typedef unsigned int spif_uint32_t; typedef
H A Dtypes.h.in467 typedef unsigned @INT_32_TYPE@ spif_uint32_t; typedef