Home
last modified time | relevance | path

Searched refs:hash_f (Results 1 – 25 of 150) sorted by relevance

123456

/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/ecdsa/
H A Drfc6979.py21 def deterministic_generate_k(generator_order, secret_exponent, val, hash_f=hashlib.sha256): argument
33 hash_size = hash_f().digest_size
43 k = hmac.new(k, v + b'\x00' + priv + h1, hash_f).digest()
44 v = hmac.new(k, v, hash_f).digest()
45 k = hmac.new(k, v + b'\x01' + priv + h1, hash_f).digest()
46 v = hmac.new(k, v, hash_f).digest()
52 v = hmac.new(k, v, hash_f).digest()
61 k = hmac.new(k, v + b'\x00', hash_f).digest()
62 v = hmac.new(k, v, hash_f).digest()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dhashtab.c168 htab_create_alloc (size, hash_f, eq_f, del_f, alloc_f, free_f) in htab_create_alloc() argument
170 htab_hash hash_f;
190 result->hash_f = hash_f;
205 htab_hash hash_f;
226 result->hash_f = hash_f;
240 htab_hash hash_f;
247 htab->hash_f = hash_f;
259 htab_create (size, hash_f, eq_f, del_f) in htab_create() argument
261 htab_hash hash_f;
269 htab_try_create (size, hash_f, eq_f, del_f) in htab_try_create() argument
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dhashtab.c168 htab_create_alloc (size, hash_f, eq_f, del_f, alloc_f, free_f) in htab_create_alloc() argument
170 htab_hash hash_f;
190 result->hash_f = hash_f;
205 htab_hash hash_f;
226 result->hash_f = hash_f;
240 htab_hash hash_f;
247 htab->hash_f = hash_f;
259 htab_create (size, hash_f, eq_f, del_f) in htab_create() argument
261 htab_hash hash_f;
269 htab_try_create (size, hash_f, eq_f, del_f) in htab_try_create() argument
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dhashtab.c168 htab_create_alloc (size, hash_f, eq_f, del_f, alloc_f, free_f) in htab_create_alloc() argument
170 htab_hash hash_f;
190 result->hash_f = hash_f;
205 htab_hash hash_f;
226 result->hash_f = hash_f;
240 htab_hash hash_f;
247 htab->hash_f = hash_f;
259 htab_create (size, hash_f, eq_f, del_f) in htab_create() argument
261 htab_hash hash_f;
269 htab_try_create (size, hash_f, eq_f, del_f) in htab_try_create() argument
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dhashtab.c168 htab_create_alloc (size, hash_f, eq_f, del_f, alloc_f, free_f) in htab_create_alloc() argument
170 htab_hash hash_f;
190 result->hash_f = hash_f;
205 htab_hash hash_f;
226 result->hash_f = hash_f;
240 htab_hash hash_f;
247 htab->hash_f = hash_f;
259 htab_create (size, hash_f, eq_f, del_f) in htab_create() argument
261 htab_hash hash_f;
269 htab_try_create (size, hash_f, eq_f, del_f) in htab_try_create() argument
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/libiberty/
H A Dhashtab.c299 htab_create_alloc (size, hash_f, eq_f, del_f, alloc_f, free_f) in htab_create_alloc() argument
301 htab_hash hash_f;
325 result->hash_f = hash_f;
340 htab_hash hash_f;
365 result->hash_f = hash_f;
379 htab_hash hash_f;
386 htab->hash_f = hash_f;
398 htab_create (size, hash_f, eq_f, del_f) in htab_create() argument
400 htab_hash hash_f;
408 htab_try_create (size, hash_f, eq_f, del_f) in htab_try_create() argument
[all …]
/dports/lang/gcc48/gcc-4.8.5/libiberty/
H A Dhashtab.c291 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
302 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
325 result->hash_f = hash_f; in htab_create_alloc_ex()
356 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
378 result->hash_f = hash_f; in htab_create_typed_alloc()
390 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
394 htab->hash_f = hash_f; in htab_set_functions_ex()
408 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
414 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
574 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/libiberty/
H A Dhashtab.c291 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
302 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
325 result->hash_f = hash_f; in htab_create_alloc_ex()
356 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
378 result->hash_f = hash_f; in htab_create_typed_alloc()
390 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
394 htab->hash_f = hash_f; in htab_set_functions_ex()
408 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
414 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
574 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/devel/gdb761/gdb-7.6.1/libiberty/
H A Dhashtab.c291 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
302 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
325 result->hash_f = hash_f; in htab_create_alloc_ex()
356 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
378 result->hash_f = hash_f; in htab_create_typed_alloc()
390 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
394 htab->hash_f = hash_f; in htab_set_functions_ex()
408 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
414 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
574 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libiberty/
H A Dhashtab.c291 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
302 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
325 result->hash_f = hash_f; in htab_create_alloc_ex()
356 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
378 result->hash_f = hash_f; in htab_create_typed_alloc()
390 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
394 htab->hash_f = hash_f; in htab_set_functions_ex()
408 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
414 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
574 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/
H A Dmerkle.py5 def merkle(hashes, hash_f=double_sha256): argument
8 hashes = merkle_pair(hashes, hash_f)
12 def merkle_pair(hashes, hash_f): argument
19 items.append(hash_f(hashes[i] + hashes[i+1]))
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dhashtab.c282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
316 result->hash_f = hash_f; in htab_create_alloc_ex()
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
369 result->hash_f = hash_f; in htab_create_typed_alloc()
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
385 htab->hash_f = hash_f; in htab_set_functions_ex()
399 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
405 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
565 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dhashtab.c282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
316 result->hash_f = hash_f; in htab_create_alloc_ex()
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
369 result->hash_f = hash_f; in htab_create_typed_alloc()
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
385 htab->hash_f = hash_f; in htab_set_functions_ex()
399 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
405 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
565 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dhashtab.c283 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
294 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
317 result->hash_f = hash_f; in htab_create_alloc_ex()
348 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
370 result->hash_f = hash_f; in htab_create_typed_alloc()
382 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
386 htab->hash_f = hash_f; in htab_set_functions_ex()
400 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
406 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
566 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dhashtab.c282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
316 result->hash_f = hash_f; in htab_create_alloc_ex()
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
369 result->hash_f = hash_f; in htab_create_typed_alloc()
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
385 htab->hash_f = hash_f; in htab_set_functions_ex()
399 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
405 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
565 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dhashtab.c283 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
294 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
317 result->hash_f = hash_f; in htab_create_alloc_ex()
348 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
370 result->hash_f = hash_f; in htab_create_typed_alloc()
382 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
386 htab->hash_f = hash_f; in htab_set_functions_ex()
400 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
406 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
566 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libiberty/
H A Dhashtab.c282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
316 result->hash_f = hash_f; in htab_create_alloc_ex()
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
369 result->hash_f = hash_f; in htab_create_typed_alloc()
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
385 htab->hash_f = hash_f; in htab_set_functions_ex()
399 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
405 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
565 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dhashtab.c282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
316 result->hash_f = hash_f; in htab_create_alloc_ex()
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
369 result->hash_f = hash_f; in htab_create_typed_alloc()
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
385 htab->hash_f = hash_f; in htab_set_functions_ex()
399 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
405 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
565 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libiberty/
H A Dhashtab.c282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
316 result->hash_f = hash_f; in htab_create_alloc_ex()
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
369 result->hash_f = hash_f; in htab_create_typed_alloc()
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
385 htab->hash_f = hash_f; in htab_set_functions_ex()
399 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
405 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
565 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libiberty/
H A Dhashtab.c282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
316 result->hash_f = hash_f; in htab_create_alloc_ex()
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
369 result->hash_f = hash_f; in htab_create_typed_alloc()
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
385 htab->hash_f = hash_f; in htab_set_functions_ex()
399 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
405 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
565 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/libiberty/
H A Dhashtab.c282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
316 result->hash_f = hash_f; in htab_create_alloc_ex()
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
369 result->hash_f = hash_f; in htab_create_typed_alloc()
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
385 htab->hash_f = hash_f; in htab_set_functions_ex()
399 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
405 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
565 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libiberty/
H A Dhashtab.c282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
316 result->hash_f = hash_f; in htab_create_alloc_ex()
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
369 result->hash_f = hash_f; in htab_create_typed_alloc()
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
385 htab->hash_f = hash_f; in htab_set_functions_ex()
399 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
405 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
565 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/libiberty/
H A Dhashtab.c283 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
294 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
317 result->hash_f = hash_f; in htab_create_alloc_ex()
348 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
370 result->hash_f = hash_f; in htab_create_typed_alloc()
382 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
386 htab->hash_f = hash_f; in htab_set_functions_ex()
400 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
406 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
566 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libiberty/
H A Dhashtab.c282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
316 result->hash_f = hash_f; in htab_create_alloc_ex()
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
369 result->hash_f = hash_f; in htab_create_typed_alloc()
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
385 htab->hash_f = hash_f; in htab_set_functions_ex()
399 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
405 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
565 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libiberty/
H A Dhashtab.c282 htab_create_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc() argument
293 htab_create_alloc_ex (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_alloc_ex() argument
316 result->hash_f = hash_f; in htab_create_alloc_ex()
347 htab_create_typed_alloc (size_t size, htab_hash hash_f, htab_eq eq_f, in htab_create_typed_alloc() argument
369 result->hash_f = hash_f; in htab_create_typed_alloc()
381 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex() argument
385 htab->hash_f = hash_f; in htab_set_functions_ex()
399 return htab_create_alloc (size, hash_f, eq_f, del_f, xcalloc, free); in htab_create()
405 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
565 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
[all …]

123456